LICENCE
README.md
main.py
setup.py
tests/__init__.py
tests/test_bus.py
tests/test_engine.py
tests/test_intel_8080.py
tests/test_screen.py
tests/base/__init__.py
tests/base/base.py
tests/base/intel_8080.py
tests/test_devices/__init__.py
tests/test_devices/test_device.py
tests/test_instructions/__init__.py
tests/test_instructions/test_add.py
tests/test_instructions/test_daa.py
tests/test_scenes/__init__.py
tests/test_scenes/test_space_invaders.py
tests/test_scenes/test_xpire.py
xpire/__init__.py
xpire/constants.py
xpire/decorators.py
xpire/engine.py
xpire/events.py
xpire/exceptions.py
xpire/flags.py
xpire/machine.py
xpire/screen.py
xpire/services.py
xpire/utils.py
xpire.egg-info/PKG-INFO
xpire.egg-info/SOURCES.txt
xpire.egg-info/dependency_links.txt
xpire.egg-info/entry_points.txt
xpire.egg-info/not-zip-safe
xpire.egg-info/requires.txt
xpire.egg-info/top_level.txt
xpire/cpus/__init__.py
xpire/cpus/abstract.py
xpire/cpus/cpu.py
xpire/cpus/intel_8080.py
xpire/devices/__init__.py
xpire/devices/bus.py
xpire/devices/device.py
xpire/devices/taito_arcade.py
xpire/instructions/__init__.py
xpire/instructions/common.py
xpire/instructions/intel_8080.py
xpire/instructions/manager.py
xpire/registers/__init__.py
xpire/registers/intel_8080.py
xpire/registers/register.py
xpire/scenes/__init__.py
xpire/scenes/space_invaders.py
xpire/scenes/xpire.py