Gopher2600 is an emulator for the Atari 2600 games console
Find a file
steve aead7e032d o registers
- 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
2020-01-05 18:58:25 +00:00
debugger o registers 2020-01-05 18:58:25 +00:00
hardware o registers 2020-01-05 18:58:25 +00:00
mflib o registers 2020-01-05 18:58:25 +00:00
COPYING o initial commit 2020-01-05 18:58:12 +00:00
headless.go o registers 2020-01-05 18:58:25 +00:00
LICENCE o initial commit 2020-01-05 18:58:12 +00:00