shoebill/core
Peter Rutenbar d19c17812c New debugger + inital PRAM/real-time clock + fixes
- Refactored VIA rega/b implementation
  - Timers don't "work" yet, but they work a little better
  - Split rega/b into input and output versions
  - Fixed a bug that would mistake VIA1 accesses for VIA2

- Added basic support for PRAM and the RTC, although they're not
  wired into the GUI yet

- Replaced every *alloc() call with an alloc_pool call, which is
  a start toward supporting clean restarts

- Replaced ea_addr, ea_read, ea_write, and ea_read_commit with
  jump tables

- Got rid of ~inst() macro in cpu.c

- added a GLUT-based debugger
2014-05-10 19:25:31 -04:00
..
video_rom First big barely-functional code drop 2014-02-24 17:14:52 -05:00
adb.c New debugger + inital PRAM/real-time clock + fixes 2014-05-10 19:25:31 -04:00
alloc_pool.c Speed improvements + little fixes + 0.0.2 release 2014-04-26 13:35:56 -04:00
atrap_tab.c First big barely-functional code drop 2014-02-24 17:14:52 -05:00
coff.c New debugger + inital PRAM/real-time clock + fixes 2014-05-10 19:25:31 -04:00
coff.h Integrated filesystem.c into the gui and cleaned up mem.c 2014-04-11 20:33:35 -04:00
core_api.c New debugger + inital PRAM/real-time clock + fixes 2014-05-10 19:25:31 -04:00
core_api.h New debugger + inital PRAM/real-time clock + fixes 2014-05-10 19:25:31 -04:00
cpu.c New debugger + inital PRAM/real-time clock + fixes 2014-05-10 19:25:31 -04:00
decoder_gen.c Speed improvements + little fixes + 0.0.2 release 2014-04-26 13:35:56 -04:00
dis.c New debugger + inital PRAM/real-time clock + fixes 2014-05-10 19:25:31 -04:00
exception.c Implemented trapv/trapcc + a few more FPU instructions. 2014-04-19 12:12:15 -04:00
filesystem.c Speed improvements + little fixes + 0.0.2 release 2014-04-26 13:35:56 -04:00
floppy.c First big barely-functional code drop 2014-02-24 17:14:52 -05:00
fpu.c Implemented trapv/trapcc + a few more FPU instructions. 2014-04-19 12:12:15 -04:00
macii_symbols.c First big barely-functional code drop 2014-02-24 17:14:52 -05:00
macro.pl First big barely-functional code drop 2014-02-24 17:14:52 -05:00
Makefile New debugger + inital PRAM/real-time clock + fixes 2014-05-10 19:25:31 -04:00
mc68851.c Speed improvements + little fixes + 0.0.2 release 2014-04-26 13:35:56 -04:00
mc68851.h First big barely-functional code drop 2014-02-24 17:14:52 -05:00
mem.c New debugger + inital PRAM/real-time clock + fixes 2014-05-10 19:25:31 -04:00
redblack.c New debugger + inital PRAM/real-time clock + fixes 2014-05-10 19:25:31 -04:00
redblack.h First big barely-functional code drop 2014-02-24 17:14:52 -05:00
scsi.c Speed improvements + little fixes + 0.0.2 release 2014-04-26 13:35:56 -04:00
shoebill.h New debugger + inital PRAM/real-time clock + fixes 2014-05-10 19:25:31 -04:00
toby_frame_buffer.c First big barely-functional code drop 2014-02-24 17:14:52 -05:00
via.c New debugger + inital PRAM/real-time clock + fixes 2014-05-10 19:25:31 -04:00
video.c New debugger + inital PRAM/real-time clock + fixes 2014-05-10 19:25:31 -04:00