mirror of
https://github.com/jtauber/applepy.git
synced 2024-11-27 07:51:10 +00:00
added if __name__ == "__main__" test for mainline
This commit is contained in:
parent
55d700fc68
commit
a48716a900
@ -636,6 +636,8 @@ class CPU:
|
|||||||
# @@@ IRQ
|
# @@@ IRQ
|
||||||
# @@@ NMI
|
# @@@ NMI
|
||||||
|
|
||||||
|
|
||||||
|
if __name__ == "__main__":
|
||||||
mem = Memory(0x100000)
|
mem = Memory(0x100000)
|
||||||
|
|
||||||
# available from http://www.easy68k.com/paulrsm/6502/index.html
|
# available from http://www.easy68k.com/paulrsm/6502/index.html
|
||||||
|
Loading…
Reference in New Issue
Block a user