]> Shamusworld >> Repos - apple2/commit
Fixed misc. bugs preventing certain games from working, added pause mode.
authorShamus Hammons <jlhamm@acm.org>
Mon, 23 Sep 2013 16:05:10 +0000 (11:05 -0500)
committerShamus Hammons <jlhamm@acm.org>
Mon, 23 Sep 2013 16:05:10 +0000 (11:05 -0500)
commitc0001155bc0909da61f6c849c0be9b16e9b7f4b6
tree949856f1cdbdee4340e79c6bfa59c98e1f34222a
parent3107275cfe376c899292b7e9e7aff76671d8be34
Fixed misc. bugs preventing certain games from working, added pause mode.

There was one bug that went undetected in the v65C02 core (in STX ZP,Y)
and another in the 80STORE handling (80STORE doesn't affect reading).
Also added a pause mode (bound to the Pause key), for those times when
you need to walk away from the emulation for a bit.
apple2.cfg
src/apple2.cpp
src/applevideo.cpp
src/dis65c02.cpp
src/dis65c02.h
src/sound.cpp
src/sound.h
src/v65c02.cpp
src/v65c02.h