summaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* Argh, stupid .m files.mame0141 Aaron Giles2011-01-011-10/+10
|
* Cleanups and version bump. Aaron Giles2011-01-0133-220/+220
|
* Ok, last major rename for this round: Aaron Giles2011-01-01953-3572/+3560
| | | | | | | | | | | | | | | | memory_region() == machine->region()->base() memory_region_length() == machine->region()->bytes() region_info -> memory_region Regex searches: S: memory_region( *)\(( *)([^,&]+), *([^)]+)\) R: \3->region\1\(\2\4\)->base\(\) S: memory_region_length( *)\(( *)([^,&]+), *([^)]+)\) R: \3->region\1\(\2\4\)->bytes\(\)
* ARM7: Use updated diff (no whatsnew) R. Belmont2011-01-015-69/+264
|
* Fixed writes in the MIPS III interpreter. [MooglyGuy] Ryan Holtz2011-01-011-18/+117
|
* mame_rand() -> machine->rand() Aaron Giles2010-12-31166-333/+324
|
* running_device -> device_t Aaron Giles2010-12-311245-4168/+4164
| | | | | They both already existed. No sense in having two names for the same object type.
* Remove public decodechar function. Aaron Giles2010-12-313-19/+3
|
* MDRV_* -> MCFG_* Aaron Giles2010-12-311251-47710/+47710
| | | | | There hasn't been a machine driver for many years.
* re: Golden Poker cleanup -> and Robbie, yes language names like French, ↵ Michaël Banaan Ananas2010-12-311-2/+2
| | | | Spanish, German, ... start with a capital :)
* Made old MIPS interpreter compile. Whether it runs or not is a different Aaron Giles2010-12-311-71/+62
| | | | matter.
* Fix MT4161. The render_texture() object was doing work in its Aaron Giles2010-12-312-16/+50
| | | | | destructor which was inappropriate, as textures are allocated and recycled via a fixed size allocator.
* s3c24xx: some improvements and fixes [Tim Schuerewegen] Fabio Priuli2010-12-317-73/+228
| | | out of whatsnew: these are now in sync with latest MESS additions, to avoid regressions in the MESS drivers which use these chips
* Add directxor parameter to direct memory accessors. Update all callers Aaron Giles2010-12-3117-79/+77
| | | | | | | | | that manually XORed addresses to pass the XOR instead. This improves behavior when direct accessors hit non-RAM regions, or when watchpoints are used, because we now know the original, un-xored address and can fall back to standard read/write handlers properly. Also fixes glitched disassembly when read watchpoints are enabled.
* Update the es5506.c driver with documentation on the capabilities of the ↵ Brian Troha2010-12-311-5/+80
| | | | Ensoniq ES5505 & ES5506 chips as well as include a pinout description of each chip.
* ARM7+ updates: [Tim Schuerewegen] R. Belmont2010-12-315-73/+304
| | | | | | | | | - Enhanced MMU with page fault support - Preliminary 26-bit mode support - Fixed bugs with S-flag operations on R15 - Fixed STRH involving R15 - Support for ARM models 7500 and 920T.
* Implemented Seibu COP macro 0x905, used for ark movements in Legionnaire / ↵ Angelo Salese2010-12-311-3/+6
| | | | Zero Team when a knock down occurs [Angelo Salese]
* removed start 2 from hyperbbc smf-2010-12-311-22/+21
| | | | | removed port_modify from fbaitbc that wasn't used whitespace/debug/comment changes
* changed comment formatting. smf-2010-12-311-6/+6
|
* renamed bios memory region and added it to the #define smf-2010-12-311-83/+4
|
* More Golden Poker driver cleanup. Added more references Roberto Fresca2010-12-312-70/+215
| | | | | | | | | | and reorganized some parent-clone relationship. Added some new sets. [Roberto Fresca] New games added or promoted from NOT_WORKING status --------------------------------------------------- Jack Potten's Poker (NGold), 3 sets [Roberto Fresca, Darran]
* Fixed alpha compare in the N64 RDP implementation. [Harmony] Ryan Holtz2010-12-311-2/+2
|
* Updated the RSP and RDP implementations to be largely bit-perfect and ↵ Ryan Holtz2010-12-3124-8931/+6404
| | | | pixel-accurate. [angrylion, Harmony]
* superchs.c - Moved Button 6 assignment to a DIP selection which is more ↵ Scott Stone2010-12-311-3/+5
| | | | appropriate for "Freeze Screen" behavior and added some missing port names. [Tafoid]
* Correct typo(?) in dipswitch port locations for Wonder League '96 Brian Troha2010-12-301-1/+1
|
* Issue with Wonder League '96 fixed. The MCU writes the data to +0x200 from ↵ Brian Troha2010-12-301-20/+11
| | | | the base ram. Both games now correctly run MCU code.
* Adds the recent 87C52 MCU decaps to Wonder League Star and Wonder League '96 ↵ Brian Troha2010-12-301-35/+115
| | | | | | [Dr. Decapitator] NOTE to other devs: Wonder League Star works fine with the new MCU. Wonder League '96 doesn't work so the old protdata.bin and copy routine is kept until a solution can be found to running the MCU code as is.
* Functionality macro change, noticed yesterday night in Zero Team, no whatsnew Angelo Salese2010-12-301-8/+12
|
* Fixed text layer priority in Chouji Meikyuu Legion (both sets). No whatsnew Tomasz Slanina2010-12-302-48/+41
|
* mpu4drvr.c: Account for the 45 degree trackball mounting [James Wallace] Phil Bennett2010-12-301-7/+13
|
* Further ICS2115 work [austere, nimitz, trap15] Angelo Salese2010-12-302-84/+160
|
* Preliminary simulation of text layer protection in Chouji Meikyuu Legion ↵ Tomasz Slanina2010-12-302-5/+110
| | | | [Tomasz Slanina]
* (ldygolfe -> ladygolfe) Michaël Banaan Ananas2010-12-302-3/+3
|
* minor cleanup on titles Michaël Banaan Ananas2010-12-301-2/+2
|
* submitted by Kevin Eshbach, *** requested no_whatsnew *** Michaël Banaan Ananas2010-12-305-28/+66
| | | | | | | | - Added the dump of the pal on Donpachi and corrected the eeprom location - Documented the pals on Gunbird that need to be dumped - Documented the pals on Shuuz that need to be dumped - Added revision information to Vs. Duck Hunt and Vs. The Goonies - Added new Vs. Stroke & Match Golf - Ladies Version, Set E
* Golden Poker driver: Added new sets, and some notes Roberto Fresca2010-12-302-1/+199
| | | | | | | | | | | | | | about ipc-1 daughterboard encryption [Roberto Fresca] New games added or promoted from NOT_WORKING status --------------------------------------------------- Silver Game [Roberto Fresca, Team Europe & HAL9K] New games marked as GAME_NOT_WORKING ------------------------------------ "Unknown french poker game" [Roberto Fresca, Team Europe & HAL9K] "Unknown encrypted poker game" [Roberto Fresca, Team Europe & HAL9K]
* commited incase Kale isn't back before new MAME: obj 1 & 2 redumped, 3 & 4 ↵ Michaël Banaan Ananas2010-12-301-4/+4
| | | | confirmed to be good dump, thanks Guru (no whatsnew)
* Silly. Andrew Gardner2010-12-301-2/+2
|
* plygonet.c : Fixed save state & device handler regressions. [Andrew Gardner] Andrew Gardner2010-12-302-5/+7
|
* Implemented ROM banking support in Raiden 2 HW, improving Raiden 2 and Zero ↵ Angelo Salese2010-12-302-2/+30
| | | | Team behaviour [O.Galibert]
* Left-over development ... Angelo Salese2010-12-301-1/+1
|
* Small refactoring, no whatsnew Angelo Salese2010-12-301-13/+30
|
* Implemented preliminary Seibu COP macro command 0xdde5, used by Seibu Cup ↵ Angelo Salese2010-12-301-8/+34
| | | | Soccer x/y radar positions [Angelo Salese]
* Removed left-over Mirax PROM, also re-marked as GAME_IMPERFECT_SOUND ↵ Angelo Salese2010-12-301-3/+3
| | | | (hopefully that nobody else will remove it again ...)
* Marked silkroad sprite ROM as bad, no whatsnew Angelo Salese2010-12-301-1/+1
|
* Marked kftgoal sample ROM as bad, no whatsnew Angelo Salese2010-12-301-1/+1
|
* New games added as GAME_NOT_WORKING smf-2010-12-292-0/+103
| | | | | ----------------------------------- Mambo A Go-Go (GQA40 VER. JAB) [Kevin Eshbach, Tormod, gatt9, Smitdogg, The Dumping Union, smf]
* Update comment in sdl.mak Couriersud2010-12-291-1/+1
|
* Fixed sfx in Chouji Meikyuu Legion [Tomasz Slanina] Tomasz Slanina2010-12-291-6/+3
|
* Haze: moved +16 for sprite offsetting in SD Gundam, no whatsnew Angelo Salese2010-12-294-7/+16
|