summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author R. Belmont <rb6502@users.noreply.github.com>2020-03-10 23:13:07 -0400
committer GitHub <noreply@github.com>2020-03-10 23:13:07 -0400
commite7b33bd5e22adfc7422c969a0a2b6400c6563394 (patch)
tree2da1d0c4467fe52727b7bccc6ce083c4420a0889
parent31c5d585f35a7b558b00178c0c5d30c98a721e9b (diff)
parent33cd7fcbf010f96e4ea57843682e07e8104c64ed (diff)
Merge pull request #6423 from clawgrip/patch-4
sidearms.cpp: Add note about starfield ROM [jordigahan]
-rw-r--r--src/mame/drivers/sidearms.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mame/drivers/sidearms.cpp b/src/mame/drivers/sidearms.cpp
index a0c5f0c73f1..4d1e927074d 100644
--- a/src/mame/drivers/sidearms.cpp
+++ b/src/mame/drivers/sidearms.cpp
@@ -42,6 +42,12 @@ Notes:
encoding parameters have been identified, the other 28(!) are
believed to be line-buffer controls.
+ A bootleg has been found that matches "sidearmsj" but with the
+ starfield data ROM being half the size of the original one and
+ containing its second half. Also, it seems that, as the original
+ game it's currently emulated, it uses just the first half of the
+ starfield ROM, so it's something worth checking.
+
***************************************************************************/
#include "emu.h"