diff --git a/.gitattributes b/.gitattributes index 5828706b8dc..ee2b1f9046d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -127,6 +127,7 @@ hash/horizon.xml svneol=native#text/xml hash/hp9835a_rom.xml svneol=native#text/xml hash/hp9845a_rom.xml svneol=native#text/xml hash/hp9845b_rom.xml svneol=native#text/xml +hash/ht68k.xml svneol=native#text/plain hash/hx20_flop.xml svneol=native#text/xml hash/ibm5140.xml svneol=native#text/xml hash/ibm5150.xml svneol=native#text/xml diff --git a/hash/ht68k.xml b/hash/ht68k.xml new file mode 100644 index 00000000000..5dfdee4b5ff --- /dev/null +++ b/hash/ht68k.xml @@ -0,0 +1,30 @@ + + + + + + + K-OS + 1986 + Hawthorne Technology + + + + + + + + + + MotionBASIC + 1986 + Hawthorne Technology + + + + + + + + + diff --git a/src/mess/drivers/ht68k.c b/src/mess/drivers/ht68k.c index 1bdb9011bfb..17f8916430e 100644 --- a/src/mess/drivers/ht68k.c +++ b/src/mess/drivers/ht68k.c @@ -141,6 +141,8 @@ static MACHINE_CONFIG_START( ht68k, ht68k_state ) MCFG_FLOPPY_DRIVE_ADD("wd1770:1", ht68k_floppies, "525dd", floppy_image_device::default_floppy_formats) MCFG_FLOPPY_DRIVE_ADD("wd1770:2", ht68k_floppies, "525dd", floppy_image_device::default_floppy_formats) MCFG_FLOPPY_DRIVE_ADD("wd1770:3", ht68k_floppies, "525dd", floppy_image_device::default_floppy_formats) + + MCFG_SOFTWARE_LIST_ADD("flop525_list", "ht68k") MACHINE_CONFIG_END /* ROM definition */