summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/c64_rex_ep256.h
diff options
context:
space:
mode:
author Curt Coder <curtcoder@mail.com>2013-01-28 15:00:44 +0000
committer Curt Coder <curtcoder@mail.com>2013-01-28 15:00:44 +0000
commitfc33a3716ee600ae040a2dcb3c5cc42f4f2fb288 (patch)
tree3cf839eb16b187ba69880aa12ba38685db6ad3c4 /src/mess/machine/c64_rex_ep256.h
parent9cdbd18a0e66f9edb1d99994581b994db92d34dd (diff)
(MESS) Tagmap lookup cleanup. (nw)
Diffstat (limited to 'src/mess/machine/c64_rex_ep256.h')
-rw-r--r--src/mess/machine/c64_rex_ep256.h2
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;