summaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* Cleanups and version bump.mame0138u4 Aaron Giles2010-07-2226-1140/+1140
|
* RSP: Fix sign issue in VCL opcode [angrylion] R. Belmont2010-07-222-2/+2
|
* Remove high-ASCII garbage from start of coolpool.h (this broke Apple GCC) ↵ R. Belmont2010-07-221-1/+1
| | | | (no whatsnew)
* Put back removed printf line,my mistake (no whatsnew) Miodrag Milanovic2010-07-211-0/+1
|
* Placed flag removal on machine destructor, fixes issue from r9779 (no whatsnew) Miodrag Milanovic2010-07-212-4/+2
|
* Changes "NO_DUMP" to "BAD_DUMP" for roms which are used but not confirmed to ↵ Brian Troha2010-07-211-13/+13
| | | | be correct, this is more of a "standard" then using no_dump.
* new clone added: Terminator LA4 Brian Troha2010-07-214-41/+90
| | | | | | | | Standardized rom names, reordered the Mortal Kombat sets to descending order like all the other sets. Added "Prototype" to the Trog PA6 game description. New Clone Added -------------------------------------- Terminator 2 - Judgment Day (rev LA4 08/03/92) [Gor, Smitdogg, The Dumping Union]
* correct "ID" file for recent Fruit Bonus '06 - 10th anniversary (Version ↵ Brian Troha2010-07-211-1/+1
| | | | 1.3R CGA) addition
* - Added new operation on options which enables adding of parameter and ↵ Miodrag Milanovic2010-07-213-0/+35
| | | | | | | executing it's callback - Updated parse_ini_file so before INI is loaded set of driver name is done, and therefore needed callback is executed. This fixes issue that when running MESS you are able to mount images even if you did not start driver directly, before this change we got unknown ini options warnings. (no whatsnew)
* Fixed Dip Location order for Hacha Mecha Fighter to match what it shows in ↵ Scott Stone2010-07-201-4/+4
| | | | Test Mode.
* Allow beamx > 999 to be displayed in the debugger. Updated beamy config ↵ Wilbert Pol2010-07-201-4/+4
| | | | accordingly to keep beamx and beamy aligned. (no whatsnew)
* Added Ameri Darts internal DSP dump and TMS32015 support to the Quench2010-07-203-187/+423
| | | | | | | Amerdart driver. Also added savestate support to the game. [Dr Decapitator, Quench]
* Added TMS32015 and TMS32016 CPU variants to the TMS32010 core. Quench2010-07-202-50/+121
| | | | | | | Fixed LST instruction which was sometimes adjusting internal RAM banking incorrectly. [Quench]
* Soflist will now load only items from original system by default. Miodrag Milanovic2010-07-201-1/+1
| | | For compatible softlists list name must be explicitly written. (no whatsnew)
* sfbonus.c: Added the Amcoe "Classic Edition Compact Format" PCB layout. ↵ Brian Troha2010-07-191-12/+56
| | | | [Brian Troha]
* new clone added: Fruit Bonus '06 - 10th anniversary (Version 1.3R CGA) Brian Troha2010-07-192-59/+76
| | | | | New Clone Added ------------------------------------------------ Fruit Bonus '06 - 10th anniversary (Version 1.3R CGA) [Brian Troha, The Dumping Union]
* Fixed address mirroring on the slave sound cpu on Zaccaria hardware; it ↵ Jonathan Gevaryahu2010-07-191-13/+37
| | | | seems possible that the /NMI triggered test mode (triggered by a push button on the sound pcb) doesn't work on real hardware at all.
* Fixed address mirroring on the master sound cpu on Zaccaria hardware; the ↵ Jonathan Gevaryahu2010-07-191-24/+48
| | | | /NMI triggered test mode (triggered by a push button on the sound pcb) still doesn't work yet.
* djboy.c: Added unverified Beast MCU internal ROM image [Dr Decapitator, ↵ Phil Bennett2010-07-181-23/+26
| | | | Tomasz Slanina, Lord Nightmare, Phil Bennett]
* Minor updates to tms5220: simplified interpolation function case statement, ↵ Jonathan Gevaryahu2010-07-181-66/+43
| | | | made OLDP/OLDE update happen on correct cycle (subcycle may still be wrong).
* mt bug 3606 fix (Atari Ace) Michaël Banaan Ananas2010-07-181-0/+6
|
* new clone added: Wild Fang Brian Troha2010-07-182-131/+60
| | | | | | | Made better use of PORT_INCLUDE / PORT_MODIFY New Clone Added ------------------------------------------- Wild Fang [Stefan Lindberg, The Dumping Union]
* Reference link fix Scott Stone2010-07-181-1/+3
|
* mt 3536 bugfix (Atari Ace) Michaël Banaan Ananas2010-07-171-4/+4
|
* converted mb3773 from a legacy device to a c++ device. smf-2010-07-174-82/+176
| | | tidied up comments in at28c16
* lr35902.c: Added the speed register to the register list to allow it to be ↵ Wilbert Pol2010-07-171-0/+1
| | | | changed and retrieved again. [Sandro Ronco]
* Cleaned up dead web links from the drivers - replacing when possible with ↵ Scott Stone2010-07-1742-111/+36
| | | | alternate links.
* The Golden Axe FD1094 317-0121 also fails for the rom check for roms at A6 & ↵ Brian Troha2010-07-161-0/+1
| | | | A8... so I added a note to say so.
* mt bug 3943 fix. Michaël Banaan Ananas2010-07-163-23/+86
| | | This breaks flip screen though in gaiden, wildfang, raiga. I don't know how to fix this in a clean way, any takers?
* segas16b.c: Corrected the rom names for the FD1094 317-0120 Golden Axe set ↵ Brian Troha2010-07-161-3/+3
| | | | and verified the dump as good. [Brian Troha]
* Improved PIA6821 interface. (no whatsnew) Curt Coder2010-07-162-7/+7
|
* Improved PIA6821 interface. (no whatsnew) Curt Coder2010-07-1615-111/+99
|
* new clone add Altered Beast 317-0069 Brian Troha2010-07-152-5/+51
| | | | | | | Not working as the CPU FD1094 317-0069 isn't dumped. New Clone Added ------------------------------------------------ Juuouki (set 5, Japan, FD1094 317-0069) [Stefan Lindberg, The Dumping Union]
* mt 'bug' fix, coinage info into source Michaël Banaan Ananas2010-07-151-30/+374
|
* New games added as NOT_WORKING: Jonathan Gevaryahu2010-07-152-89/+133
| | | | | Tokio/Scramble Formation (japanese?, newer) [Guru, Roger Coltrane, Smitdogg, The Dumping Union] cleaned up chip locations for tokio sets to be consistent.
* Allow the non-DRC RSP core to build again Phil Bennett2010-07-154-213/+247
| | | | | | | | | | | | | | | | | | | (controlled by a #define like the SH-2 core) [Atari Ace] ---------- Forwarded message ---------- From: Atari Ace <atari_ace@verizon.net> Date: Mon, Jul 5, 2010 at 3:50 PM Subject: [patch] Fixup non-DRC rsp core To: submit@mamedev.org Cc: atariace@hotmail.com Hi mamedev, This patch fixes the non-DRC rsp core to be buildable again (controlled by a #define like the sh2 core). It also cleans up the whitespace/commented-out code in that core as well. ~aa
* Added some missing makefile dependencies [Atari Ace] Phil Bennett2010-07-154-6/+26
|
* Various improvements to polepos.c [Alex Jackson]: Phil Bennett2010-07-156-188/+199
| | | | | | | | | * Corrected the way the steering wheel is hooked up, fixing the jittery steering in the sets with MCUs. * Added a new layout file for the bootleg sets without MCUs (topracern and polepos2bi). * Converted clock frequencies to crystal values from xtal.c. * Added correct ROM names for the Namco-manufactured sets (polepos and polepos2). * Completely removed the unused global variable polepos_gear_bit. * Fixed a couple of bootleg ROMs that were very likely bit-rotted.
* * Fixed some bugs in the MB88xx CPU core [Alex Jackson] Phil Bennett2010-07-151-5/+5
|
* 'Massive' Neo Geo documentation update [Johnboy]: Phil Bennett2010-07-152-637/+1010
| | | | | | | | | | | | | | * Added official SNK Playmore title catalogue * Identified and tagged all MVS sets which were not officially released for the AES system (according to official SNK Playmore title catalogue and Neo-Geo Masterlist) * Several sets have been identified (AES / MVS VERSION) and tagged properly * Documented MULTI PLAY MODE (unemulated); Missing MCU * Updated game PCB information * Renamed kof99n to kof99k (KOREAN VERSION) * Renamed P's in mslug3 to correct chip label, added SMA comment * Renamed ROMs in jockeygp according to original cart, added some comments * Renamed ROMs in vliner/vlinero according to original cart, added some comments * neodrvr.c cleanup
* Added information on the Naomi 171-8346C cartridge type [f205v] Phil Bennett2010-07-151-5/+44
|
* segas16b.c: Removed 2 obsolete "USER2 Work space" and changed remaining ↵ Brian Troha2010-07-151-21/+39
| | | | USER2 to MCU to maintain consistence throughout the driver. [Brian Troha]
* minor documentation update for the Sega rom board ID number for the Altered ↵ Brian Troha2010-07-151-8/+9
| | | | Beast set with the 317-0078 MCU
* Improved SN76496 interface. (no whatsnew) Curt Coder2010-07-143-5/+5
|
* Remove TODO which no longer seems to be accurate. Scott Stone2010-07-141-6/+0
|
* New clones added Curt Coder2010-07-142-0/+39
| | | | | ---------------- Space Ship [f4brice]
* Rewrite of 'Wheels & Fire' driver [Tomasz Slanina] Tomasz Slanina2010-07-141-462/+657
| | | | | | - new rendering code - preliminary zooming (based on lookup table) - preliminary communication between main and sound cpu - scanline interrupts and scroll
* New clone: Captain Commando (World 911202) Brian Troha2010-07-143-18/+64
| | | | | New Clone Added ------------------------------------ Captain Commando (World 911202) [Stefan Lindberg, The Dumping Union]
* cb2001: added opcodes and fixed dsw4 and dsw5 Roberto Zandona2010-07-131-17/+16
|
* Reverted AmerDarts DSP ROM back to the original files as there's Quench2010-07-131-34/+38
| | | | | | | | no point in people collecting the new dump which isn't working. Fixed the load order of the audio sample ROMs while I was there. No whatsnew.