mirror of
https://github.com/JetSetIlly/Gopher2600.git
synced 2025-04-02 11:02:17 -04:00
Gopher2600 is an emulator for the Atari 2600 games console
- 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 |
||
---|---|---|
cartridgeloader | ||
database | ||
debugger | ||
disassembly | ||
errors | ||
gui | ||
hardware | ||
magicflags | ||
paths | ||
performance | ||
playmode | ||
recorder | ||
regression | ||
screendigest | ||
setup | ||
symbols | ||
television | ||
test | ||
web2600 | ||
COPYING | ||
FUTURE | ||
gopher2600.go | ||
LICENCE | ||
Makefile |