Commit Graph

21 Commits

Author SHA1 Message Date
Bobbi Webber-Manners
cdbfeafda9
v0.52. Fix memory corruption bug.
This fixes a memory corruption bug that occurred when compiling code with subroutines.  The symbol table was corrupting the source code.  This was showing up on 6502 systems only (seemed okay on Linux).
2018-04-28 14:00:56 -04:00
Bobbi Webber-Manners
9550257613
v0.51 fixes memory limits for VIC20, C64, Apple2 2018-04-28 11:58:13 -04:00
Bobbi Webber-Manners
2bf831b2f6
Replaced by Makefile. 2018-04-28 00:21:22 -04:00
Bobbi Webber-Manners
1e3d878a7d
Added note about compiler and virtual machine. 2018-04-27 23:50:59 -04:00
Bobbi Webber-Manners
4d84d8ac1e
This doesn't belong here
It's my RSS Reader for C64!
2018-04-27 23:49:50 -04:00
Bobbi Webber-Manners
6aab0b88bb
This doesn't belong here
It's my RSS reader for VIC20!
2018-04-27 23:49:24 -04:00
Bobbi Webber-Manners
11f99c9840
EightBall v0.5 - With Compile and Virtual Machine 2018-04-27 23:47:22 -04:00
Bobbi Webber-Manners
756e356704
System config files for cc65
For VIC-20 + 32K, C64 and Apple II Enhanced.
2017-12-04 14:41:38 -05:00
Bobbi Webber-Manners
3dc0c509d6
Fix to ticket #2
Changed XOR operator to ! character (was ^ previously).
This fixes conflict with the power-of operator.
2017-12-04 14:40:17 -05:00
Bobbi Webber-Manners
9e023faa7b
Merge pull request #1 from xk/master
Add the wiki url to README.md
2017-12-03 15:25:00 -05:00
xk
37bfe8b700
Add the wiki url to README.md 2017-12-02 22:06:42 +01:00
Bobbi Webber-Manners
70bbad1bbe
Added code to switch to 80 column mode on Apple II 2017-12-02 13:30:10 -05:00
Bobbi Webber-Manners
2430106db3
Create README.md 2017-12-02 12:59:30 -05:00
Bobbi Webber-Manners
138183cfcc
EightBall v4.0RC for Apple IIe/c/gs (ProDOS 2.4.1) 2017-11-27 19:25:57 -05:00
Bobbi Webber-Manners
4a9e325d8c
EightBall v4.0RC for C64. 2017-11-27 19:25:24 -05:00
Bobbi Webber-Manners
82647e7e2f
EightBall v4.0RC for VIC20 + 32K 2017-11-27 19:24:59 -05:00
Bobbi Webber-Manners
df6ede27a3
1541 disk image with C64 and VIC20 executables. 2017-11-27 19:23:53 -05:00
Bobbi Webber-Manners
95770bf8c8
Apple II disk image with EightBall executable. 2017-11-27 19:16:09 -05:00
Bobbi Webber-Manners
3fa3785a48
Simple Makefile for project.
Uses cc65 to compile for Apple II, C64, VIC20.
2017-11-27 19:15:22 -05:00
Bobbi Webber-Manners
c1130feaf3
Initial upload to GitHub v0.4RC
This is the first release candidate for EightBall v0.4.
2017-11-27 19:06:00 -05:00
Bobbi Webber-Manners
71e46b63f5
Initial commit 2017-11-27 18:36:29 -05:00