From 90b68ac070343c16fe9c9954a1f6baeec7fc8f63 Mon Sep 17 00:00:00 2001 From: CanoeHope <43196464+CanoeHope@users.noreply.github.com> Date: Sat, 2 Apr 2022 07:22:44 -0400 Subject: matrim: Correct year as 2003 (#9495) --- hash/neogeo.xml | 4 ++-- src/mame/drivers/neogeo.cpp | 4 ++-- src/mame/mame.lst | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/hash/neogeo.xml b/hash/neogeo.xml index be5afa91f4c..871518f2751 100644 --- a/hash/neogeo.xml +++ b/hash/neogeo.xml @@ -9182,7 +9182,7 @@ license:CC0 Matrimelee / Shin Gouketsuji Ichizoku Toukon (NGM-2660 ~ NGH-2660) - 2002 + 2003 Noise Factory / Atlus @@ -10811,7 +10811,7 @@ license:CC0 Matrimelee / Shin Gouketsuji Ichizoku Toukon (bootleg) - 2002 + 2003 bootleg diff --git a/src/mame/drivers/neogeo.cpp b/src/mame/drivers/neogeo.cpp index a68855d5c79..24908de2a84 100644 --- a/src/mame/drivers/neogeo.cpp +++ b/src/mame/drivers/neogeo.cpp @@ -12163,8 +12163,8 @@ GAME( 2002, rotd, neogeo, rotd, neogeo, mvs_led_state, empty_ini GAME( 2002, rotdh, rotd, rotd, neogeo, mvs_led_state, empty_init, ROT0, "Evoga / Playmore", "Rage of the Dragons (NGH-2640?)", MACHINE_SUPPORTS_SAVE ) // Atlus -GAME( 2002, matrim, neogeo, matrim, neogeo, mvs_led_state, empty_init, ROT0, "Noise Factory / Atlus", "Matrimelee / Shin Gouketsuji Ichizoku Toukon (NGM-2660 ~ NGH-2660)", MACHINE_SUPPORTS_SAVE ) -GAME( 2002, matrimbl, matrim, matrimbl, neogeo, mvs_led_state, empty_init, ROT0, "bootleg", "Matrimelee / Shin Gouketsuji Ichizoku Toukon (bootleg)", MACHINE_SUPPORTS_SAVE ) +GAME( 2003, matrim, neogeo, matrim, neogeo, mvs_led_state, empty_init, ROT0, "Noise Factory / Atlus", "Matrimelee / Shin Gouketsuji Ichizoku Toukon (NGM-2660 ~ NGH-2660)", MACHINE_SUPPORTS_SAVE ) +GAME( 2003, matrimbl, matrim, matrimbl, neogeo, mvs_led_state, empty_init, ROT0, "bootleg", "Matrimelee / Shin Gouketsuji Ichizoku Toukon (bootleg)", MACHINE_SUPPORTS_SAVE ) /***** Unlicensed commercial releases *****/ diff --git a/src/mame/mame.lst b/src/mame/mame.lst index 9d6438e029f..70da166c953 100644 --- a/src/mame/mame.lst +++ b/src/mame/mame.lst @@ -32985,7 +32985,7 @@ maglord // 0005 (c) 1990 Alpha Denshi Co. maglordh // 0005 (c) 1990 Alpha Denshi Co. mahretsu // 0004 (c) 1990 SNK marukodq // 0206 (c) 1995 Takara -matrim // 0266 (c) 2002 Atlus +matrim // 0266 (c) 2003 Atlus matrimbl // bootleg miexchng // 0231 (c) 1997 Face minasan // 0027 (c) 1990 Monolith Corp. -- cgit v1.2.3