mirror of
https://github.com/jtauber/applepy.git
synced 2025-02-18 15:30:55 +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__":
|
if __name__ == "__main__":
|
||||||
mem = Memory(0x100000)
|
mem = Memory(0x10000)
|
||||||
|
|
||||||
# available from http://www.easy68k.com/paulrsm/6502/index.html
|
# available from http://www.easy68k.com/paulrsm/6502/index.html
|
||||||
mem.load_file(0xD000, "A2ROM.BIN")
|
mem.load_file(0xD000, "A2ROM.BIN")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user