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
- reorganised register implementation - existing implementation now call rbits - added an implementation called r16bits, using uint16 intead of a bit array - only implemented Load(), Add() and the To*() methods - just enough to speed up programme counter operations - now sends a reference to InstructionResult over the result channel, rather than a copy o cpu - adjusted register declarations to match changes in registers implementation o mflib - consolidated assert() function into one package o debugger - sketched in debugger |
||
---|---|---|
debugger | ||
hardware | ||
mflib | ||
COPYING | ||
headless.go | ||
LICENCE |