summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/k573npu.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/k573npu.c')
-rw-r--r--src/mame/machine/k573npu.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/machine/k573npu.c b/src/mame/machine/k573npu.c
index 9ef65a982f2..62c14415b23 100644
--- a/src/mame/machine/k573npu.c
+++ b/src/mame/machine/k573npu.c
@@ -48,7 +48,7 @@
Notes: (all IC's shown)
TMPR3927 - Toshiba TMPR3927CF Risc Microprocessor (QFP240)
FLASH - Fujitsu 29F400TC Flash ROM (TSOP48)
- IDE44 - IDE44 44-pin laptop type HDD connector. The Hard Drive connected is a
+ IDE44 - IDE44 44-pin laptop type HDD connector. The Hard Drive connected is a
2.5" Fujitsu MHR2010AT 10GB HDD with Konami sticker C07JAA03
48LC4M16 - Micron Technology 48LC4M16 4M x16-bit SDRAM (TSSOP54)
XC9572XL - XILINX XC9572XL In-system Programmable CPLD stamped 'UC07A1' (TQFP100)
@@ -57,7 +57,7 @@
93LC46 - 128 bytes x8-bit EEPROM (SOIC8)
MB3793 - Fujitsu MB3793 Power-Voltage Monitoring IC with Watchdog Timer (SOIC8)
PE68515L - Pulse PE-68515L 10/100 Base-T Single Port Transformer Module
- DP83815 - National Semiconductor DP83815 10/100 Mb/s Integrated PCI Ethernet Media
+ DP83815 - National Semiconductor DP83815 10/100 Mb/s Integrated PCI Ethernet Media
Access Controller and Physical Layer (TQFP144)
SP232 - Sipex Corporation SP232 Enhanced RS-232 Line Drivers/Receiver (SOIC16)
RJ45 - RJ45 network connector
@@ -82,7 +82,7 @@ void k573npu_device::device_start()
ROM_START( k573npu )
ROM_REGION( 0x080000, "tmpr3927", 0 )
- ROM_LOAD( "29f400.24e", 0x000000, 0x080000, CRC(8dcf294b) SHA1(efac79e18db22c30886463ec1bc448187da7a95a) )
+ ROM_LOAD( "29f400.24e", 0x000000, 0x080000, CRC(8dcf294b) SHA1(efac79e18db22c30886463ec1bc448187da7a95a) )
ROM_END
const rom_entry *k573npu_device::device_rom_region() const