--- nono/vm/romemu_luna.h 2026/04/29 17:04:45 1.1.1.5 +++ nono/vm/romemu_luna.h 2026/04/29 17:04:47 1.1.1.6 @@ -20,6 +20,7 @@ class LunaPROMEmuDevice : public IODevic static const uint32 ROMIO_INIT = (ROMIO_BASE + 0); static const uint32 ROMIO_KEYIN = (ROMIO_BASE + 4); static const uint32 ROMIO_CLOSE = (ROMIO_BASE + 8); + static const uint32 ROMIO_ENTRY = (ROMIO_BASE + 12); public: LunaPROMEmuDevice();