mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-15 22:08:47 +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");
|
|
};
|