Modded MAME: Difference between revisions
Jump to navigation
Jump to search
*>Upy m Moved bulleted text |
*>Upy →Input mod: Updated, added temporary links for mod based on MAME 0.132 |
||
Line 2: | Line 2: | ||
=Input mod= | =Input mod= | ||
Current version: 0.132 + diff + WolfMAME's inpview | Current version: 0.132 + diff + WolfMAME's inpview + tgmj/tgm2/tgm2p only | ||
* [http://www.sendspace.com/file/zz080y Diff] | |||
* Diff | * Windows [http://www.sendspace.com/file/7i2khr GCC] [http://www.sendspace.com/file/br21zl VC++ 2005] (the latter might be faster) | ||
* Windows | * [http://www.sendspace.com/file/4ymr5e Linux] | ||
* [http://www.sendspace.com/file/0kqoub Mac OS X x86] | |||
* Linux | |||
This mod makes MAME poll for host input more often. It makes TGM even less playable (too heavy for my poor laptop), but it is not that heavy with TGM2 and TAP. | This mod makes MAME poll for host input more often. It makes TGM even less playable (too heavy for my poor laptop), but it is not that heavy with TGM2 and TAP. |
Revision as of 13:51, 10 June 2009
MAME is an open source project, which give the chance to test code changes.
Input mod
Current version: 0.132 + diff + WolfMAME's inpview + tgmj/tgm2/tgm2p only
- Diff
- Windows GCC VC++ 2005 (the latter might be faster)
- Linux
- Mac OS X x86
This mod makes MAME poll for host input more often. It makes TGM even less playable (too heavy for my poor laptop), but it is not that heavy with TGM2 and TAP.
In addition, it handles pressing opposite directions in a different way:
- If you press left, then right without releasing left, it will read left then right
- Original MAME locks (i.e. ignores) both left and right if you pressed right without releasing left
- This also works for right->left, up->down and down->up
- Still, if you press left and right at the same time, it will lock both
- However, if you press up and down at the same time, it will prefer up
Note: this mod produces/reads .inp files incompatible with the original MAME.