summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m68000/m68000.h
diff options
context:
space:
mode:
author arbee <rb6502@users.noreply.github.com>2019-03-22 20:10:18 -0400
committer arbee <rb6502@users.noreply.github.com>2019-03-22 20:10:18 -0400
commit517858416d578350f5b9ac1316f3fbfe624b77a8 (patch)
tree55e1076fafb47686866ae4cea31b51b00cda1c8b /src/devices/cpu/m68000/m68000.h
parent9e1f0db8980db568e93621c638db24bcb72e6bbb (diff)
apollo: Updates and resurrection [Hans Ostermeyer]
- Fix typo'd constant in m68kmmu that prevented trapping user accesses to kernel space - Remove need for intrusive m68k modifications - Fix crash in 3c505 networking - Fix Domain/OS booting in Normal mode
Diffstat (limited to 'src/devices/cpu/m68000/m68000.h')
-rw-r--r--src/devices/cpu/m68000/m68000.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/cpu/m68000/m68000.h b/src/devices/cpu/m68000/m68000.h
index 5fa4a469122..0ee41f348b5 100644
--- a/src/devices/cpu/m68000/m68000.h
+++ b/src/devices/cpu/m68000/m68000.h
@@ -148,6 +148,7 @@ public:
void set_tas_write_callback(write8_delegate callback);
uint16_t get_fc();
void set_hmmu_enable(int enable);
+ int get_pmmu_enable() {return m_pmmu_enabled;};
void set_fpu_enable(int enable);
void set_buserror_details(uint32_t fault_addr, uint8_t rw, uint8_t fc);