| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
|
|
| |
(c)1992 Taito
added by Hau
|
| | |
|
| |
|
|
|
| |
Hell Night (ver EAA) [Guru]
|
| |
|
|
|
|
|
| |
Thanks
HeadKaze
|
| | |
|
| |
|
|
| |
---------------------------------------------------
Touchmaster 8000 (v9.04 Standard) [Brian Troha]
|
| |
|
|
|
|
|
|
|
|
|
|
| |
new clones
----------
Captain Commando (bootleg) [highwayman] (NOT WORKING)
------------------------------------------------------------------------
(it's a good dump of the bootleg Guru dumped with half size gfx roms)
sprite problems due to different hardware, left as non-working. I have code for this somewhere.
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
no good dumps of the PICs exist, and this is mainly for reference so that I don't forget the graphic rom loading on them. they don't work. they're basically the same set from different PCBs, so one will probably be removed eventually.
|
| |
|
|
|
| |
----------
Spy Hunter (Playtronic license) [stefanocsw]
|
| | |
|
| |
|
|
|
|
|
| |
New Clones
----------
Star Force (encrypted, set 2) [highwayman]
|
| |
|
|
|
|
|
|
| |
this needs a different decrypt functino. I'll see if it works with any of the existing ones.
New clones added
----------------
Star Force (encrypted, set 2) [highwayman] (NOT WORKING)
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- add controls for player 2 (partially fixed bug ID 00299)
- cleaned other inputs and Dip Switches
- add GAME_NO_COCKTAIL flag (I don't know how to fix such issues)
I hope that someone will be able to commit this before next release ...
Steph from The Ultimate Patchers
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Anyway, I've fixed one of the oldest bug in MAME as it existed since the game was added in MAME 0.37b1 (even if the bug reports it far after) ...
Here is the log of my changes for 'usclssic' :
- fixed bug ID 00654
- use port tags instead of indexes
- use AM_READ_PORT macro
Note that this driver still requires a lot of work to merge the memory maps and use the tags and AM_READ_PORT macros everyone, but I don't have enough time at the moment to do so ...
Steph from The Ultimate Patchers
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Roll back older periodic function
Now standard/old format work in this function
Otherwords, several operations which doesn't exist in older
function and added recently are now disabled
- Separated load_cheat_code() to 3 indipendent functions
And added new cheat options, "Load New/Standard/Old Format Code"
(Default : load all format codes)
NOTE : delete all cheat options in the database before start
or reload default options (Shift + Reload key)
in cheat general menu
- Added format strings structure to accept huge size strings
in loading a database to prevent from breaking other strings
- Changed Link in new format
Label code is now "Link-Label" and sub-label is "Label-Sub-Link"
"Standard-Link" is no longer label
- Added choose_label_index() to manage label selection
- Fixed build_label_index_table() to prevent from crashing
And disabled to build label index table in case of
standard/old format
- Fixed memory free problem in case of standard/old code
- Fixed several reported/found bugs
|
| |
|
|
|
| |
- updated Dip Switches for 'wlstar' and 'wondl96'
- added notes for these 2 games and updated some others
- added port tags and updated memory definitions and read handlers
|
| | |
|
| | |
|
| |
|
|
|
| |
heatof11 gets to the color bars but only if you enable the debugger.
Not sure why.
|
| |
|
|
| |
-debug
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
will always be allocated when a fixed mode is first used.
|
| |
|
|
|
|
|
| |
- Unified MACHINE_RESET for systems 903/904/905.
- Created a new handler to manage the first 4 bits of system 905's PIA1 portB as input mux selector.
(905 is still not working)
- Updated technical notes.
|
| |
|
|
| |
and I'm almost sure its an encoding error on the original speech
|
| | |
|
| |
|
|
| |
01940: All cps3.c sets: Access Violation
|
| |
|
|
| |
on a load, however. Extended memory.c to support up to 4096 banks.
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
| |
* marked IDT instructions for R4650 only
* accounted for time taken in throwaway likely branch slots
* fixed jalr to respect the correct link register
* fixed c.eq, c.lt, c.le to fail if unordered
* fixed swxc1, sdxc1 to use the correct source register (fixes many Gauntlet problems)
* fixed CCR31 display in debugger
|
| |
|
| |
I can't remember who sent this, so I don't know who to credit.. we have lots of artwork and stuff so we should probably give it to the art guys....
|
| |
|
|
| |
changed internal audio renderer to produce 4 bit sound as the real chip does. Moved filter outside of the main rendering loop into the glue code. Note: with this update, you may hear a whining noise that was not previously present. This is accurate to the chip! The real chip would almost always have an analog filter placed on its output to suppress this whine.
|
| |
|
|
|
|
|
|
| |
has alt program roms.
New Clones
----------
Wiz (Taito, set 2) [David Haywood]
|
| |
|
|
| |
i'm rewriting this anyway, but as that's probably going to take forever, I may as well fix this stupid mistake ;-)
|
| | |
|
| |
|
|
| |
can't sync with the 68k for some reason.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
| |
should be OK now
|
| |
|
|
|
|
|
|
| |
- Added World version as new parent (nightstr)
- Renamed already-supported US version to nghtstru
- Added Japanese version (nghtstrj)
- Removed unnecessary analog input remapping
- Added analog stick adjusting port
|
| |
|
|
|
|
|
| |
Also, don't update link register until delay slot has finished
executing.
Fixes hang in gauntleg, though there are math problems lurking still.
|
| | |
|