mirror of
https://github.com/autc04/Retro68.git
synced 2026-03-11 02:26:17 +00:00
10 lines
144 B
R
10 lines
144 B
R
#include "Retro68.r"
|
|
|
|
type 'INIT' {
|
|
RETRO68_CODE_TYPE
|
|
};
|
|
|
|
resource 'INIT' (128, locked) {
|
|
dontBreakAtEntry, $$read("SystemExtension.flt");
|
|
};
|