1
0
Fork 0
A pizza timer written in C for the Commodore Amiga and AmigaOS 2.0 and higher
Go to file
John Bintz 74fb9aa469 typo 2023-03-04 08:29:34 -05:00
.gitignore way better timer handling logic and headers usage 2022-11-25 09:22:57 -05:00
264594__cdrk__reception-bell.wav play a bell sound 2022-10-03 21:14:18 -04:00
Makefile add README 2022-11-28 07:49:12 -05:00
README.md typo 2023-03-04 08:29:34 -05:00
bell.8svx play a bell sound 2022-10-03 21:14:18 -04:00
justwindow way better timer handling logic and headers usage 2022-11-25 09:22:57 -05:00
justwindow.c way better timer handling logic and headers usage 2022-11-25 09:22:57 -05:00
justwindow.info way better timer handling logic and headers usage 2022-11-25 09:22:57 -05:00
justwindow.lnk yah 2022-10-10 14:54:54 -04:00
main ok this seems stable 2022-11-25 14:33:31 -05:00
main.c ok this seems stable 2022-11-25 14:33:31 -05:00
main.h it's working, now to add the last parts 2022-10-03 20:09:48 -04:00
main.info way better timer handling logic and headers usage 2022-11-25 09:22:57 -05:00
main.lnk hacking away at this 2022-10-02 16:59:06 -04:00

README.md

Pizza Timer

This is the pizza timer written in C for the Commodore Amiga I made for "Can a Commodore Amiga help you cook a pizza?" on YouTube: https://youtu.be/QrrugOgFmjg

Requirements

  • AmigaOS 2 and higher
    • I use the GadTools library to build the timer, which only works out-of-the-box on 2 and higher.
    • The timer can take advantage of AmigaOS 3 updates to GadTools for displaying the timer text.

Running

  • main and bell.8svx will run the timer itself
    • You'll need bell.8svx in the same folder as main if you want to hear the bell noise.
  • justwindow will show the basic window with no gadgets besides window ones.

Compiling

I built this using vamos and SAS/C on my Linux machine, which I set up using this guide. Having GNU make installed makes the process a little easier.

Credits