Gopher2600 is an emulator for the Atari 2600 games console
Find a file
steve 8ad481e132 o debugger / playmode
- removed references to SdlPlay and SdlDebug
    - constructors for debugger and playmode now expect instances of GUI
    and Television, rather than creating them
    - this should help future porting efforts

o peripherals
    - renamed Events to Actions
    - to avoid confusion with Events in the GUI package

o television
    - renamed StellaTelevision to television; a better name because
    it serves as a reference implementation and is the only television
    implementation currently needed.
    - originally, PixelRenderers were implemented as Television that
    embedded StellaTelevision; it made sense to use a more unique name
    - note that we're still keeping and using the Television interface
    - reworked specifications file
2020-01-05 18:58:39 +00:00
cartridgeloader o cartridgeloader 2020-01-05 18:58:39 +00:00
database o regression 2020-01-05 18:58:38 +00:00
debugger o debugger / playmode 2020-01-05 18:58:39 +00:00
disassembly o cartridgeloader 2020-01-05 18:58:39 +00:00
errors o debugger / playmode 2020-01-05 18:58:39 +00:00
gui o debugger / playmode 2020-01-05 18:58:39 +00:00
hardware o debugger / playmode 2020-01-05 18:58:39 +00:00
magicflags o gopher2600 2020-01-05 18:58:38 +00:00
paths o paths 2020-01-05 18:58:39 +00:00
performance o debugger / playmode 2020-01-05 18:58:39 +00:00
playmode o debugger / playmode 2020-01-05 18:58:39 +00:00
recorder o debugger / playmode 2020-01-05 18:58:39 +00:00
regression o debugger / playmode 2020-01-05 18:58:39 +00:00
screendigest o debugger / playmode 2020-01-05 18:58:39 +00:00
setup o paths 2020-01-05 18:58:39 +00:00
symbols o errors 2020-01-05 18:58:38 +00:00
television o debugger / playmode 2020-01-05 18:58:39 +00:00
test o debugger / playmode 2020-01-05 18:58:39 +00:00
web2600 o debugger / playmode 2020-01-05 18:58:39 +00:00
COPYING o initial commit 2020-01-05 18:58:12 +00:00
FUTURE o tia 2020-01-05 18:58:38 +00:00
gopher2600.go o debugger / playmode 2020-01-05 18:58:39 +00:00
LICENCE o initial commit 2020-01-05 18:58:12 +00:00
Makefile o web2600 2020-01-05 18:58:39 +00:00