Robbie's To-Do List: Difference between revisions
From MAMEDEV Wiki
(New page: * Rewrite the vp906iii driver. * Emulate protection in Magic Fly (P&A Games). * Emulate protection in 7 e Mezzo (Unknown). * Hook the inputs properly in pmpoker.c == Details == ...) |
No edit summary |
||
Line 1: | Line 1: | ||
* Rewrite the vp906iii driver. | * Rewrite the vp906iii driver. | ||
* Emulate protection in Magic Fly ([[P&A Games]]). | * <s>Emulate protection in Magic Fly ([[P&A Games]])</s>. | ||
* Emulate protection in 7 e Mezzo ([[Unknown]]). | * <s>Emulate protection in 7 e Mezzo ([[Unknown]])</s>. | ||
* Hook the inputs properly in pmpoker.c | * Hook the inputs properly in pmpoker.c games. | ||
* Rewrite the ltcasino driver. | |||
Line 14: | Line 15: | ||
'''Emulate protection in Magic Fly ([[P&A Games]]):''' | '''Emulate protection in Magic Fly ([[P&A Games]]):''' | ||
Added proper emulation to the game protection that allow boot the game without patchs/hacks. | |||
'''Emulate protection in 7 e Mezzo ([[Unknown]]):''' | '''Emulate protection in 7 e Mezzo ([[Unknown]]):''' | ||
Added proper emulation to the game protection that allow boot the game without patchs/hacks. | |||
'''Hook the inputs properly in pmpoker.c:''' | '''Hook the inputs properly in pmpoker.c games:''' | ||
Connect all inputs through PIAs and remove the direct hack to input registers for all sets. | Connect all inputs through PIAs and remove the direct hack to input registers for all sets. | ||
'''Rewrite the ltcasino driver:''' | |||
Analyze the ltcasino & ltcasin2 program ROMs to fix all wrong aspects of emulation. |
Revision as of 23:44, 31 March 2007
- Rewrite the vp906iii driver.
Emulate protection in Magic Fly (P&A Games).Emulate protection in 7 e Mezzo (Unknown).- Hook the inputs properly in pmpoker.c games.
- Rewrite the ltcasino driver.
Details
Rewrite the vp906iii driver:
Analyze the vp906iii program ROMs to fix all wrong aspects of emulation.
Emulate protection in Magic Fly (P&A Games):
Added proper emulation to the game protection that allow boot the game without patchs/hacks.
Emulate protection in 7 e Mezzo (Unknown):
Added proper emulation to the game protection that allow boot the game without patchs/hacks.
Hook the inputs properly in pmpoker.c games:
Connect all inputs through PIAs and remove the direct hack to input registers for all sets.
Rewrite the ltcasino driver:
Analyze the ltcasino & ltcasin2 program ROMs to fix all wrong aspects of emulation.