summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/hp9845.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/hp9845.cpp')
-rw-r--r--src/mame/drivers/hp9845.cpp18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/mame/drivers/hp9845.cpp b/src/mame/drivers/hp9845.cpp
index 9ee599a727b..52a1fc5ab1e 100644
--- a/src/mame/drivers/hp9845.cpp
+++ b/src/mame/drivers/hp9845.cpp
@@ -38,7 +38,7 @@
#include "emu.h"
#include "includes/hp9845.h"
-#include "bus/hp_optroms/hp_optrom.h"
+#include "machine/hp9845_optrom.h"
#include "bus/hp9845_io/hp9845_io.h"
#include "machine/timer.h"
@@ -3701,14 +3701,14 @@ void hp9845_base_state::hp9845_base(machine_config &config)
// right-hand side and left-hand side drawers, respectively.
// Here we do away with the distinction between LPU & PPU ROMs: in the end they
// are visible to both CPUs at the same addresses.
- HP_OPTROM_SLOT(config, "drawer1", 0);
- HP_OPTROM_SLOT(config, "drawer2", 0);
- HP_OPTROM_SLOT(config, "drawer3", 0);
- HP_OPTROM_SLOT(config, "drawer4", 0);
- HP_OPTROM_SLOT(config, "drawer5", 0);
- HP_OPTROM_SLOT(config, "drawer6", 0);
- HP_OPTROM_SLOT(config, "drawer7", 0);
- HP_OPTROM_SLOT(config, "drawer8", 0);
+ HP9845_OPTROM(config, "drawer1", 0);
+ HP9845_OPTROM(config, "drawer2", 0);
+ HP9845_OPTROM(config, "drawer3", 0);
+ HP9845_OPTROM(config, "drawer4", 0);
+ HP9845_OPTROM(config, "drawer5", 0);
+ HP9845_OPTROM(config, "drawer6", 0);
+ HP9845_OPTROM(config, "drawer7", 0);
+ HP9845_OPTROM(config, "drawer8", 0);
// I/O slots
for (unsigned slot = 0; slot < 4; slot++) {