diff options
Diffstat (limited to 'src/mess/machine/c64_rex_ep256.h')
-rw-r--r-- | src/mess/machine/c64_rex_ep256.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/c64_rex_ep256.h b/src/mess/machine/c64_rex_ep256.h index a433d8182bb..e0e9ead0916 100644 --- a/src/mess/machine/c64_rex_ep256.h +++ b/src/mess/machine/c64_rex_ep256.h @@ -47,7 +47,7 @@ protected: virtual void c64_cd_w(address_space &space, offs_t offset, UINT8 data, int sphi2, int ba, int roml, int romh, int io1, int io2); private: - UINT8 *m_rom; + required_memory_region m_eprom; UINT8 m_bank; int m_reset; |