summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2021-01-11 23:24:47 -0500
committer AJR <ajrhacker@users.noreply.github.com>2021-01-11 23:24:47 -0500
commit8a32d0dd56c718c69ab5aa8d5b83ad6355bf0fe2 (patch)
tree391c12e7e4920ccd2e3b24e988a0951b26b4aa9a
parent14bbeff27041501d238430f8584d2335d25ab5e9 (diff)
New clones marked as NOT_WORKING
-------------------------------- Roland HS-80 Programmable Polyphonic Synthesizer [Andreas Markusen, DBWBP]
-rw-r--r--src/mame/drivers/alphajuno.cpp6
-rw-r--r--src/mame/mame.lst1
2 files changed, 7 insertions, 0 deletions
diff --git a/src/mame/drivers/alphajuno.cpp b/src/mame/drivers/alphajuno.cpp
index 13f09295084..e2dc6c1f3f0 100644
--- a/src/mame/drivers/alphajuno.cpp
+++ b/src/mame/drivers/alphajuno.cpp
@@ -202,6 +202,11 @@ ROM_START(ajuno2)
ROMX_LOAD("ju-2_2_4.ic24", 0x0000, 0x4000, CRC(bfedda17) SHA1(27eee472befdbc7d7ed0caaf359775d8ff3c836a), ROM_BIOS(2)) // M5M27C128
ROM_END
+ROM_START(hs80)
+ ROM_REGION(0x4000, "program", 0)
+ ROM_LOAD("roland hs-80 v5.0 eprom -dom- - 27128", 0x0000, 0x4000, CRC(94e85807) SHA1(128eec37fb6dcac6ec73d3ca544c28dbf7dbf9b2))
+ROM_END
+
ROM_START(mks50)
ROM_REGION(0x4000, "program", 0)
ROM_LOAD("mks-50_v1.02.ic7", 0x0000, 0x4000, CRC(a342f90e) SHA1(8eed986051abfdf55167c179dc7c7f0822a3ba0c))
@@ -210,4 +215,5 @@ ROM_END
SYST(1985, ajuno1, 0, 0, ajuno1, ajuno1, alphajuno_state, empty_init, "Roland", "Alpha Juno-1 (JU-1) Programmable Polyphonic Synthesizer", MACHINE_IS_SKELETON)
//SYST(1985, hs10, ajuno1, 0, ajuno1, ajuno1, alphajuno_state, empty_init, "Roland", "SynthPlus 10 (HS-10) Programmable Polyphonic Synthesizer", MACHINE_IS_SKELETON)
SYST(1986, ajuno2, 0, 0, ajuno2, ajuno2, alphajuno_state, empty_init, "Roland", "Alpha Juno-2 (JU-2) Programmable Polyphonic Synthesizer", MACHINE_IS_SKELETON)
+SYST(1986, hs80, ajuno2, 0, ajuno2, ajuno2, alphajuno_state, empty_init, "Roland", "HS-80 Programmable Polyphonic Synthesizer", MACHINE_IS_SKELETON)
SYST(1987, mks50, 0, 0, mks50, mks50, alphajuno_state, empty_init, "Roland", "MKS-50 Synthesizer Module", MACHINE_IS_SKELETON)
diff --git a/src/mame/mame.lst b/src/mame/mame.lst
index 95e08b51654..b6c8fbe4d0f 100644
--- a/src/mame/mame.lst
+++ b/src/mame/mame.lst
@@ -1174,6 +1174,7 @@ sstingry // (c) 1986 Alpha Denshi Co.
@source:alphajuno.cpp
ajuno1 //
ajuno2 //
+hs80 //
mks50 //
@source:alphasma.cpp