This commit is contained in:
Stephen Crane 2014-11-24 19:32:07 +00:00
parent 01addacdb3
commit 5922792a6a
2 changed files with 11 additions and 3 deletions

12
TODO.md
View File

@ -1,3 +1,11 @@
- more PIA: check out vice
- Krusader: getting-started app doesn't work (think it's because don't
have 32k of RAM: branch targets aren't being computed properly)
PIA init-sequence
5021 > 12 7F
5021 > 11 A7
5022 > 13 A7
5023 > 12 5C
5025 > 12 D
5026 > 12 0
http://mamedev.org/source/src/mess/machine/apple1.c.html

View File

@ -3,7 +3,7 @@
#define RAM_SIZE 0x3000
#define SPIRAM_BASE 0x3000
#define SPIRAM_EXTENT (8 * 1024 / 256)
#define SPIRAM_EXTENT (20 * 1024 / 256)
#define CPU_INSTRUCTIONS 1000