- Properly decoded graphics.
- Proper memory map.
- Added NVRAM support.
- Proper Inputs through 8255 PPI I/O chip.
- Both games are working.
- Added technical & game notes.
New games added or promoted from NOT_WORKING status
---------------------------------------------------
Card Games? [Roberto Fresca]
Slots Game? [Roberto Fresca]
Subject: Bug 1795 fix
Fixes typo in tmaster.c causing weekday to be incorrect
(or, without a 'typo': Fixed weekday calculation in rtc emulation in tmaster.c.
)
The key observation was that when decryptiong the second word, both encrypted and decrypted bits of the first word are used.
Many thanks to Javier Valero for the detailed information that made this possible.
ROZ tilemap is actually an additional tilemap. The prior implementation conditionally applied ROZ effects to one of the existing tilemap planes.
The ROZ layer tilemap contains 32x32 tiles, and immediately following videoram for the other 4 tilemaps.
This fixes a bug where a "roz enable" test was causing a normal layer to be rendered with ROZ effects in-game.
There is no roz enable register - it's always available for mixing with other tilemaps and sprites
This also adds a missing NAMCO logo zoom/spin effect in Emeralda's attract mode.
Also added to this driver (but not enabled) are notes regarding a missing scanline IRQ effect, that is the root cause of a bad priority effect in Emeralda attract mode, where a dolphin sprite is incorrectly invisible.
Changed ES5505 clock rate to 30476100/2.
Unified cbombers memory maps and tidied up some code.
Removed the undrfire speedup hack.
New games added or promoted from NOT_WORKING status
---------------------------------------------------
Chase Bombers [Phil Bennett]
Just a typo. Changed game description from "Mahjong Neruton Haikujirada" to "Mahjong Neruton Haikujiradan".
But the game clearly show the legend "Hai Kujira Dan" (with spaces).
Also changed the difficulty DIPs from 'easy-medium-hard-hardest' to 'easiest-easy-normal-hard' as listed in the manual.
Now default is 'normal' instead of 'hard'.
The manual always call this system 'system 14' instead of system C/C2.
Subject: Pitboss Superstar patch and roms
This is the patch for Pitboss Superstar based on the 0.124u5 build of mame.
I'm attaching both the diff file and the roms.
Hugh McLenaghan
New games added or promoted from NOT_WORKING status
---------------------------------------------------
Pit Boss Superstar [Hugh McLenaghan]
Subject: MSM6242 fixes
Sorry, seems I forgot to add the device to all machine drivers that
need it - here's an update that fixes that.
Details here: http://mess.toseciso.org/mame:regtest
--Dirk
Changed the Megatouch III roms 36 & 37 to be the same as the new redump based on my own redump of Megatouch IV and the rom names. IE: megat3.u36 == 9255-01_u36-ro the 01 in the rom name is the "revision" number. Normally the U36 & U37 doesn't change just U32 & U38 for program revisions.
Subject: Merit Megatouch 3 Tournament Edition
This diff includes the Merit Megatouch 3 Tournament Edition patch.
Hugh McLenaghan
New games added or promoted from NOT_WORKING status
---------------------------------------------------
Megatouch III Tournament Edition [Hugh McLenaghan]
Megatouch III [Mariusz Wojcieszek]