mirror of
https://github.com/jtauber/applepy.git
synced 2024-11-26 16:49:32 +00:00
only need to allocate 64k of memory
This commit is contained in:
parent
ce179a470f
commit
5a8b25b771
@ -689,7 +689,7 @@ class CPU:
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
mem = Memory(0x100000)
|
||||
mem = Memory(0x10000)
|
||||
|
||||
# available from http://www.easy68k.com/paulrsm/6502/index.html
|
||||
mem.load_file(0xD000, "A2ROM.BIN")
|
||||
|
Loading…
Reference in New Issue
Block a user