diff options
author | 2020-03-10 01:50:27 +0100 | |
---|---|---|
committer | 2020-03-10 01:50:27 +0100 | |
commit | 33cd7fcbf010f96e4ea57843682e07e8104c64ed (patch) | |
tree | b0d9ed84fd07dc65a8ef79c5d7f425ef5c771022 | |
parent | f98a3b831be21fb4b789140b6f7e6e24dfe2eb71 (diff) |
sidearms.cpp: Add note about starfield ROM [jordigahan]
-rw-r--r-- | src/mame/drivers/sidearms.cpp | 6 |
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" |