Commit Graph

5 Commits

Author SHA1 Message Date
Elliot Nunn
016f9e27f6 Log the DisplayMgr install code
The mini's NK log disappears when the DisplayMgr sets TheGDevice and
other globals. But -- the same thing happens on QEMU! So the mini is
probably not crashing in the DisplayMgr.

I used my new "patchobj" tool to make a small edit to DisplayMgr.lib.
DM_InstallDisplayManager has had its first 6 bytes replaced with a BRA.L
to an editable copy in StartInit.a
2018-01-22 10:47:11 +08:00
Elliot Nunn
c6a027b810 Reverse the two new functions in StartInit.a 2018-01-08 20:09:24 +08:00
Elliot Nunn
4d4dd13e2b Update declarative ROM resources 2017-12-26 09:52:52 +08:00
Elliot Nunn
1c43f478a3 Build updated MainCode image (matches Mac OS ROM 9.6.1+) 2017-12-26 09:52:25 +08:00
Elliot Nunn
4325cdcc78 Bring in CubeE sources
Resource forks are included only for .rsrc files. These are DeRezzed into their data fork. 'ckid' resources, from the Projector VCS, are not included.

The Tools directory, containing mostly junk, is also excluded.
2017-12-26 09:52:23 +08:00