only need to allocate 64k of memory

This commit is contained in:
Greg Hewgill 2011-08-07 18:17:09 +12:00
parent ce179a470f
commit 5a8b25b771
1 changed files with 1 additions and 1 deletions

View File

@ -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")