HI!
seems that have small problems :)
$ python3 orao.py
pygame 1.9.6
Hello from the pygame community. https://www.pygame.org/contribute.html
Traceback (most recent call last):
File "orao.py", line 301, in
cpu.step()
File "orao.py", line 284, in step
instruction, addressing, cycles = self._opcodes[opcode]
KeyError: 255
I added 0xFF instruction as NOP, then it opened window with
graphics terminal showing just a white screen but no boot.
If I press any key then window closes and I get this error:
Traceback (most recent call last):
File "orao.py", line 315, in
for address, keycodes in cpu._kbd.iteritems():
AttributeError: 'dict' object has no attribute 'iteritems'
HI!
seems that have small problems :)
$ python3 orao.py
pygame 1.9.6
Hello from the pygame community. https://www.pygame.org/contribute.html
Traceback (most recent call last):
File "orao.py", line 301, in
cpu.step()
File "orao.py", line 284, in step
instruction, addressing, cycles = self._opcodes[opcode]
KeyError: 255
I added 0xFF instruction as NOP, then it opened window with
graphics terminal showing just a white screen but no boot.
If I press any key then window closes and I get this error:
Traceback (most recent call last):
File "orao.py", line 315, in
for address, keycodes in cpu._kbd.iteritems():
AttributeError: 'dict' object has no attribute 'iteritems'