Main > Main Forum
MAME status of Keyboard LED Recoil
(1/1)
rdagger:
I know back in 2002 Dave Widel made a MAME hack for Terminator 2 to allow the gun recoil to be activated by the keyboard LED's. I downloaded the hack from 1UP's site.
Has MAME released any official versions that handle gun recoil?
If not, are they planning on incorporating recoil?
And are there currently hacks for other recoil gun games besides Terminator 2?
Lilwolf:
That wouldn't be something mame would add.
If someone could make an interface that would be generic they might start considering it... but it really would help bootleggers more then it would help us...
But all in all... very very hard to do in a mannor that would work for all / most games. (basic forced feedback really)
So get a good frontend that can launch different versions of mame transparently and be done with it :)
rdagger:
--- Quote from: Lilwolf on January 15, 2006, 12:45:10 pm ---If someone could make an interface that would be generic they might start considering it...
--- End quote ---
I just built a prototype circuit yesterday. It still needs some work, but it looks promissing.
--- Quote ---But all in all... very very hard to do in a mannor that would work for all / most games. (basic forced feedback really)
--- End quote ---
I looked at the code for the Widel hack and it doesn't appear that difficult:
static WRITE16_HANDLER( term2_gun1_w )
{
wms_scratch_ram[0x000a073]=data;
if (((data & 0xFF) == 0xEF) & ((wms_scratch_ram[0x000a231] & 0xff00) == 0x0100) )
{
set_led_status(0, 1);
}
else
{
set_led_status(0, 0);
};
}
Minwah:
--- Quote from: rdagger on January 15, 2006, 02:13:40 pm ---I just built a prototype circuit yesterday. It still needs some work, but it looks promissing.
--- End quote ---
Keep us posted...I'd be interested in what you come up with & I'm sure others here would too.
Navigation
[0] Message Index
Go to full version