A port with assets as close to the arcade as Forgotten Worlds PCE does to its arcade original would look great, but here's a straight palette adjustment from one of the tougher sections of the SuperGrafx game to balance and make faithful:
Thanks ... I like your colors better!
Sharp x68000 + Roland MIDI Module is my go-to way to play this game...and it's amazing.
does nobody own a saturn?
You should know by now that most people here like 16-bit games and do not ignore half the library just because a technically superior version of a game is available on random consoles or through emulation.
Yes, I own a Saturn ... but I agree with Black Tiger on this.
The joy of these old systems is the games, and the efforts that people went to to
try to convert arcade games to the hardware that was available to the players that wanted to play at home ... at the time that the arcade games came out, and not a decade later.
saturn version is the closest to the arcade to my knowledge. also burnt discs are pretty cheap. and software emulation is fine and all but you know you're not going to be getting the most accurate version of the game, as well as having to get into a bunch of other hardware if you want to run at native 15khz.
Errr ... the arcade version is the "closest" to the arcade version. The game was many years old when it came out on the Saturn, and didn't exactly stress the hardware.
I see no problem with running the game in MAME, and I don't see much reason to run it on a 15KHz monitor, either.
Arcade games were designed to be played on RGB CRT monitors ... they're not specifically designed to take advantage of the pixel smearing that you get on an 15KHz NTSC TV when using a composite input.
I don't see anything wrong with running them on a 31KHz PC CRT.
Perhaps I'm missing something.
******************
If anyone wants to run the SuperGrafx Daimakaimura with Joe's "preferred" controls, where accidental diagonals on the joypad don't cause Arthur to stop, here's a PCEAS patch to accomlish that ...
code
bank $00
org $0000
incbin "daimakaimura.sgx"
bank $00
org $e62d
jsr $ffe0
org $ffe0
sta $2249,x
bpl L1
bit #$20
bne L2
L1: ora #$50
sta $2249,x
L2: rts