An Apple 1 Emulator that doesn't suck
Go to file
Daniel Loffgren ad5f7d6a45 Cleaned up the freeze reading/writing lengths. Since sizeof(char) is defined as being 1, there's no need to be pedantic.
git-svn-id: svn+ssh://svn.phoenixbox.net/svn/apple1/trunk@91 64f78de7-aa59-e511-a0e8-0002a5492df0
2016-02-28 09:14:44 +00:00
apple1 Cleaned up the freeze reading/writing lengths. Since sizeof(char) is defined as being 1, there's no need to be pedantic. 2016-02-28 09:14:44 +00:00
apple1.xcodeproj Project file updates 2015-12-21 00:53:41 +00:00
LICENSE Adding LICENSE file, which just has a link to the source of the ROM for now 2015-09-21 05:10:26 +00:00
Makefile Added an explicit C compilation rule, so that we can portably compile C files into objects that are in remote directories, and their objects will end up in the same remote directories 2015-09-23 16:21:10 +00:00
apple1.dbg Put the RUN label back in. Turns out it is real, I just overlooked it. 2015-12-10 08:51:26 +00:00