summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/jupiter.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/jupiter.c')
-rw-r--r--src/mess/drivers/jupiter.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mess/drivers/jupiter.c b/src/mess/drivers/jupiter.c
index fc5df6a5636..1bce61303a6 100644
--- a/src/mess/drivers/jupiter.c
+++ b/src/mess/drivers/jupiter.c
@@ -225,7 +225,7 @@ static MACHINE_CONFIG_START( jupiter, jupiter2_state )
MCFG_CPU_IO_MAP(jupiter_m6800_io)
// devices
- MCFG_DEVICE_ADD(INS1771N1_TAG, FD1771x, 1000000)
+ MCFG_DEVICE_ADD(INS1771N1_TAG, FD1771, 1000000)
MCFG_FLOPPY_DRIVE_ADD(INS1771N1_TAG":0", jupiter_floppies, "525ssdd", floppy_image_device::default_floppy_formats)
MCFG_FLOPPY_DRIVE_ADD(INS1771N1_TAG":1", jupiter_floppies, NULL, floppy_image_device::default_floppy_formats)
@@ -259,7 +259,7 @@ static MACHINE_CONFIG_START( jupiter3, jupiter3_state )
MCFG_PALETTE_ADD_BLACK_AND_WHITE("palette")
// devices
- MCFG_DEVICE_ADD(INS1771N1_TAG, FD1771x, 1000000)
+ MCFG_DEVICE_ADD(INS1771N1_TAG, FD1771, 1000000)
MCFG_FLOPPY_DRIVE_ADD(INS1771N1_TAG":0", jupiter_floppies, "525ssdd", floppy_image_device::default_floppy_formats)
MCFG_FLOPPY_DRIVE_ADD(INS1771N1_TAG":1", jupiter_floppies, NULL, floppy_image_device::default_floppy_formats)
/td>2019-03-261-37/+33 * Revert "conflict resolution (nw)" andreasnaive2019-03-251-33/+37 * (nw) sorry, take 2 Ivan Vangelista2019-02-251-1/+1 * srcclean and cleanup (nw) Vas Crabb2019-01-271-1/+1 * -sound/msm5205: Removed MCFG macros, nw mooglyguy2019-01-041-36/+32 * Start cleaning up palette configuration: Vas Crabb2018-12-291-6/+5 * src/mame: more MCFG removal (nw) Ivan Vangelista2018-12-061-7/+6 * gen_latch: removed MCFG macros (nw) Ivan Vangelista2018-11-151-1/+1 * more macro removal and overload disambiguation (nw) Vas Crabb2018-06-171-1/+1 * as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-5/+5 * diexec: Interrupt API changes (nw) AJR2018-05-181-1/+1 * More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-4/+4 * Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-11/+11 * dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+1 * Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-10/+10 * (numerous drivers): Convert MCFG_CPU_VBLANK_INT to MCFG_SCREEN_VBLANK_CALLBAC... AJR2018-04-141-1/+1 * Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-25/+27 * (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-2/+4 * API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+2 * API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-3/+3 * Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-3/+3 * Self-registering devices prep: Vas Crabb2017-02-271-1/+5 * NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-1/+1 * More gen_latch (nw) Ivan Vangelista2016-05-201-2/+4 * Reduce the incidence of required_device<palette_device> in subdevices AJR2016-04-021-1/+1