From 01d5986fd1bf553ba902956f8d91f622387b152a Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Mon, 29 Oct 2018 11:27:12 +1100 Subject: [PATCH] add missing parent/clone relationship, mark Mac high-density floppy software as unsupported (nw) --- hash/mac_hdflop.xml | 2 +- src/mame/drivers/alg.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hash/mac_hdflop.xml b/hash/mac_hdflop.xml index dc729e4dc12..8c3e5241f60 100644 --- a/hash/mac_hdflop.xml +++ b/hash/mac_hdflop.xml @@ -3,7 +3,7 @@ - + ClarisWorks (Swedish) 1993 Claris diff --git a/src/mame/drivers/alg.cpp b/src/mame/drivers/alg.cpp index 3f9a997c96c..96578f72bfa 100644 --- a/src/mame/drivers/alg.cpp +++ b/src/mame/drivers/alg.cpp @@ -877,5 +877,5 @@ GAME( 199?, aplatoon, alg_bios, alg_r2, alg, alg_state, init_aplatoon, /* Web Picmatic games PAL tv standard, own rom board */ GAME( 1994, zortonbr, alg_bios, picmatic, alg, alg_state, init_pal, ROT0, "Web Picmatic", "Zorton Brothers v1.01 (Los Justicieros)", MACHINE_NOT_WORKING | MACHINE_NO_SOUND | MACHINE_IMPERFECT_GRAPHICS ) -GAME( 1993, zortonbr_100, alg_bios, picmatic, alg, alg_state, init_pal, ROT0, "Web Picmatic", "Zorton Brothers v1.00 (Los Justicieros)", MACHINE_NOT_WORKING | MACHINE_NO_SOUND | MACHINE_IMPERFECT_GRAPHICS ) +GAME( 1993, zortonbr_100, zortonbr, picmatic, alg, alg_state, init_pal, ROT0, "Web Picmatic", "Zorton Brothers v1.00 (Los Justicieros)", MACHINE_NOT_WORKING | MACHINE_NO_SOUND | MACHINE_IMPERFECT_GRAPHICS ) GAME( 1994, marvice, alg_bios, picmatic, alg, alg_state, init_pal, ROT0, "Web Picmatic", "Marbella Vice", MACHINE_NOT_WORKING | MACHINE_NO_SOUND | MACHINE_IMPERFECT_GRAPHICS )