Build the 68k part of the NewWorld Mac ROM
Go to file
Elliot Nunn 3a7bff43c0 Add RomLink, a bytecode interpreter
The "RomLink" bytecode language can be used to link a tree of binary chunks
into a flat file. The bytecode specifying each binary chunk lives in a
Resource Manager resource. The RomLink's only purpose is to flatten
DeclData.rsrc into a "Slot 0" (motherboard) DeclData, so it seems like
overkill. Nonetheless, DeclData.rsrc is very complicated (and so are its
antecedents, DeclData.r and the include file RomLink).

This implementation is incomplete. It is just enough to build the vestigial
DeclROM that TNT and later machines retain for Open Transport.
2017-12-26 09:52:52 +08:00
BuildResults/RISC Build updated MainCode image (matches Mac OS ROM 9.6.1+) 2017-12-26 09:52:25 +08:00
DeclData Add RomLink, a bytecode interpreter 2017-12-26 09:52:52 +08:00
Drivers Build updated MainCode image (matches Mac OS ROM 9.6.1+) 2017-12-26 09:52:25 +08:00
Interfaces Build updated MainCode image (matches Mac OS ROM 9.6.1+) 2017-12-26 09:52:25 +08:00
Internal Build updated MainCode image (matches Mac OS ROM 9.6.1+) 2017-12-26 09:52:25 +08:00
Libs Bring in CubeE sources 2017-12-26 09:52:23 +08:00
LinkedPatches Bring in CubeE sources 2017-12-26 09:52:23 +08:00
Make Add RomLink, a bytecode interpreter 2017-12-26 09:52:52 +08:00
Misc Build updated MainCode image (matches Mac OS ROM 9.6.1+) 2017-12-26 09:52:25 +08:00
OS Build updated MainCode image (matches Mac OS ROM 9.6.1+) 2017-12-26 09:52:25 +08:00
Patches Build updated MainCode image (matches Mac OS ROM 9.6.1+) 2017-12-26 09:52:25 +08:00
ProcessMgr Bring in CubeE sources 2017-12-26 09:52:23 +08:00
QuickDraw Build updated MainCode image (matches Mac OS ROM 9.6.1+) 2017-12-26 09:52:25 +08:00
Resources Bring in CubeE sources 2017-12-26 09:52:23 +08:00
SuperMarioSources Bring in CubeE sources 2017-12-26 09:52:23 +08:00
Tidbits Bring in CubeE sources 2017-12-26 09:52:23 +08:00
Toolbox Build updated MainCode image (matches Mac OS ROM 9.6.1+) 2017-12-26 09:52:25 +08:00
Tools/ToolSource Add RomLink, a bytecode interpreter 2017-12-26 09:52:52 +08:00