shoebill/gui/Shoebill
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
..
Base.lproj First big barely-functional code drop 2014-02-24 17:14:52 -05:00
en.lproj Tweaks to improve GUI 2014-02-24 20:55:40 -05:00
Images.xcassets/AppIcon.appiconset First big barely-functional code drop 2014-02-24 17:14:52 -05:00
main.m First big barely-functional code drop 2014-02-24 17:14:52 -05:00
shoeAppDelegate.h Tweaks to improve GUI 2014-02-24 20:55:40 -05:00
shoeAppDelegate.m Integrated filesystem.c into the gui and cleaned up mem.c 2014-04-11 20:33:35 -04:00
shoeApplication.h First big barely-functional code drop 2014-02-24 17:14:52 -05:00
shoeApplication.m New debugger + inital PRAM/real-time clock + fixes 2014-05-10 19:25:31 -04:00
Shoebill-Info.plist - Made a lot of progress getting 3.0.0 to run. 2014-04-05 19:20:53 -04:00
Shoebill-Prefix.pch First big barely-functional code drop 2014-02-24 17:14:52 -05:00
shoePreferencesWindowController.h First big barely-functional code drop 2014-02-24 17:14:52 -05:00
shoePreferencesWindowController.m Integrated filesystem.c into the gui and cleaned up mem.c 2014-04-11 20:33:35 -04:00
shoePreferencesWindowController.xib Integrated filesystem.c into the gui and cleaned up mem.c 2014-04-11 20:33:35 -04:00
shoeScreenView.h First big barely-functional code drop 2014-02-24 17:14:52 -05:00
shoeScreenView.m - Made a lot of progress getting 3.0.0 to run. 2014-04-05 19:20:53 -04:00
shoeScreenView.xib First big barely-functional code drop 2014-02-24 17:14:52 -05:00
shoeScreenWindow.h Tweaks to improve GUI 2014-02-24 20:55:40 -05:00
shoeScreenWindow.m - Made a lot of progress getting 3.0.0 to run. 2014-04-05 19:20:53 -04:00