From 81a4ac2b5eeeaf6586ad9a05f7f160802d746ac8 Mon Sep 17 00:00:00 2001 From: hap Date: Sat, 20 Nov 2021 02:00:33 +0100 Subject: tr808: correct release year --- src/mame/drivers/roland_tr808.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/drivers/roland_tr808.cpp b/src/mame/drivers/roland_tr808.cpp index a04aabf527c..b69e89af80a 100644 --- a/src/mame/drivers/roland_tr808.cpp +++ b/src/mame/drivers/roland_tr808.cpp @@ -91,4 +91,4 @@ ROM_END Drivers ***************************************************************************/ -SYST( 1982, tr808, 0, 0, tr808, tr808, tr808_state, empty_init, "Roland", "TR-808 Rhythm Composer", MACHINE_IS_SKELETON ) +SYST( 1980, tr808, 0, 0, tr808, tr808, tr808_state, empty_init, "Roland", "TR-808 Rhythm Composer", MACHINE_IS_SKELETON ) -- cgit v1.2.3