1
0
Fork 0
A pizza timer written in C for the Commodore Amiga and AmigaOS 2.0 and higher
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
John Bintz 74fb9aa469
typo
7 months ago
.gitignore way better timer handling logic and headers usage 10 months ago
264594__cdrk__reception-bell.wav play a bell sound 1 year ago
Makefile add README 10 months ago
README.md typo 7 months ago
bell.8svx play a bell sound 1 year ago
justwindow way better timer handling logic and headers usage 10 months ago
justwindow.c way better timer handling logic and headers usage 10 months ago
justwindow.info way better timer handling logic and headers usage 10 months ago
justwindow.lnk yah 12 months ago
main ok this seems stable 10 months ago
main.c ok this seems stable 10 months ago
main.h it's working, now to add the last parts 1 year ago
main.info way better timer handling logic and headers usage 10 months ago
main.lnk hacking away at this 1 year ago

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