diff options
author | Ian Moffett <ian@osmora.org> | 2025-10-12 22:03:32 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-10-12 22:03:32 -0400 |
commit | 25c0a696a3a7fe547fd69ff505759cf0e222927d (patch) | |
tree | dc6e5f4e9e2286cfcffadc755715e9f6f802051c /emux64/src/include/rom.h | |
parent | 3f439e5c66e8366fddccc225ee82a2cfe21d755b (diff) |
emux64: cpu: Add initial CPU cycle loop w/ HLT
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'emux64/src/include/rom.h')
-rw-r--r-- | emux64/src/include/rom.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emux64/src/include/rom.h b/emux64/src/include/rom.h index 8d3501c..0480440 100644 --- a/emux64/src/include/rom.h +++ b/emux64/src/include/rom.h @@ -44,6 +44,8 @@ struct osmx_rom { size_t length; }; +extern struct osmx_rom g_firmware; + /* * Open a ROM file by path * |