From 25c0a696a3a7fe547fd69ff505759cf0e222927d Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Sun, 12 Oct 2025 22:03:32 -0400 Subject: emux64: cpu: Add initial CPU cycle loop w/ HLT Signed-off-by: Ian Moffett --- emux64/src/include/rom.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'emux64/src/include/rom.h') 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 * -- cgit v1.2.3