diff options
Diffstat (limited to 'src')
-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" |