summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pcat_nit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/pcat_nit.cpp')
-rw-r--r--src/mame/drivers/pcat_nit.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/drivers/pcat_nit.cpp b/src/mame/drivers/pcat_nit.cpp
index beece42b34e..51d0bc47f70 100644
--- a/src/mame/drivers/pcat_nit.cpp
+++ b/src/mame/drivers/pcat_nit.cpp
@@ -98,10 +98,10 @@ public:
: pcat_base_state(mconfig, type, tag),
m_uart(*this, "ns16450_0"),
m_microtouch(*this, "microtouch"),
- m_bios_region(*this, "bios"),
- m_disk_bios_region(*this, "disk_bios"),
- m_bios_share(*this, "bios"),
- m_disk_bios_share(*this, "disk_bios")
+ m_bios_region(*this, "bios"),
+ m_disk_bios_region(*this, "disk_bios"),
+ m_bios_share(*this, "bios"),
+ m_disk_bios_share(*this, "disk_bios")
{ }
void bonanza(machine_config &config);