diff options
Diffstat (limited to 'src/devices/bus/vme/vme_cp31.h')
-rw-r--r-- | src/devices/bus/vme/vme_cp31.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/devices/bus/vme/vme_cp31.h b/src/devices/bus/vme/vme_cp31.h index f451e002c0e..5921eef9fe8 100644 --- a/src/devices/bus/vme/vme_cp31.h +++ b/src/devices/bus/vme/vme_cp31.h @@ -5,8 +5,9 @@ #pragma once +#include "vme.h" + #include "bus/rs232/rs232.h" -#include "bus/vme/vme.h" #include "cpu/m68000/m68000.h" #include "machine/68153bim.h" #include "machine/68230pit.h" @@ -44,7 +45,7 @@ private: required_region_ptr<uint32_t> m_sysrom; // Pointer to System ROMs needed by bootvect_r and masking RAM buffer for post reset accesses - memory_passthrough_handler *m_rom_shadow_tap; + memory_passthrough_handler m_rom_shadow_tap; bool m_bus_error; emu_timer *m_bus_error_timer; |