Skip to content

errors at start #1

Description

@emard

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'

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions