summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2021-11-20 02:00:33 +0100
committer hap <happppp@users.noreply.github.com>2021-11-20 02:00:33 +0100
commit81a4ac2b5eeeaf6586ad9a05f7f160802d746ac8 (patch)
treea6116097015c14d515aa77b90b29775fb8ba0e5d
parent0cb2c9ec367149c10a9fa65e203cffe0c0991bb1 (diff)
tr808: correct release year
-rw-r--r--src/mame/drivers/roland_tr808.cpp2
1 files changed, 1 insertions, 1 deletions
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 )