diff options
author | 2013-01-28 15:00:44 +0000 | |
---|---|---|
committer | 2013-01-28 15:00:44 +0000 | |
commit | fc33a3716ee600ae040a2dcb3c5cc42f4f2fb288 (patch) | |
tree | 3cf839eb16b187ba69880aa12ba38685db6ad3c4 /src/mess/machine/abc_dos.h | |
parent | 9cdbd18a0e66f9edb1d99994581b994db92d34dd (diff) |
(MESS) Tagmap lookup cleanup. (nw)
Diffstat (limited to 'src/mess/machine/abc_dos.h')
-rw-r--r-- | src/mess/machine/abc_dos.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mess/machine/abc_dos.h b/src/mess/machine/abc_dos.h index 98af80fe99f..086f0895b38 100644 --- a/src/mess/machine/abc_dos.h +++ b/src/mess/machine/abc_dos.h @@ -42,6 +42,9 @@ protected: // device_abcbus_interface overrides virtual void abcbus_cs(UINT8 data) { }; virtual UINT8 abcbus_xmemfl(offs_t offset); + +private: + required_memory_region m_rom; }; |