summaryrefslogtreecommitdiffstatshomepage
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Cleanups and version bump.mame0139u2 Aaron Giles2010-08-3090-638/+638
|
* lethalen: hooked up some k053244 register; [Roberto Zandona'] Roberto Zandona2010-08-291-0/+18
| | | | | | | | | | | | | | | it's related to: 00171: lethalen: mask rom check they all come up bad. in konicdev.c there's in READ8_DEVICE_HANDLER( k053244_r ): addr = (k053244->rombank << 19) | ((k053244->regs[11] & 0x7) << 18) | (k053244->regs[8] << 10) | (k053244->regs[9] << 2) | ((offset & 3) ^ 1 ); for the A10 test and A8 test (GFX2 region of lethalen) we need: ........ | ((offset & 3) ^ 3 ); is there any doc about k053244?
* Fix current code linking (no whatsnew) Miodrag Milanovic2010-08-282-2/+2
|
* removed obsolete comment Roberto Zandona2010-08-281-2/+0
|
* Reverting until I can figure out what's up. Ryan Holtz2010-08-282-42/+8
|
* Fix for class derivation issues brought about by pain meds. No whatsnew. Ryan Holtz2010-08-282-3/+8
|
* Correcting device names. No whatsnew. Ryan Holtz2010-08-2815-98/+82
|
* minor rom name correction for D2K Brian Troha2010-08-281-2/+2
|
* the right fix for combatscb Roberto Zandona2010-08-281-2/+13
|
* 04026: combatscb: Experiences various graphics glitches. [Roberto Zandonà] Roberto Zandona2010-08-281-6/+9
|
* combatscb: fixed offset and priorities [Roberto Zandonà] Roberto Zandona2010-08-281-12/+10
|
* Updated the K033906 PCI Bridge device to no longer be legacy. [Harmony] Ryan Holtz2010-08-287-321/+374
| | | | | Updated the K056230 LANC device to no longer be legacy. [Harmony] Non-whatsnew note: Tested gradius4 and gticlub, seem to still work.
* toaplan1: removed custum video update for demonwld; now it's the same of ↵ Roberto Zandona2010-08-272-30/+5
| | | | toaplan1
* Fixed rom mapping in Super Poker. Removed "bad dump" flag from e2 roms, they ↵ mariuszw12010-08-271-16/+15
| | | | pass self test now. [Mariusz Wojcieszek]
* New clones added mariuszw12010-08-272-2/+10
| | | | | -------------------------------- Super Poker (Version 10.15S) [anondumper]
* [toaplan1] modified the mix for the tilemaps (like rallybik and demonwld); ↵ Roberto Zandona2010-08-271-4/+3
| | | | this fix outzone bug and vimana bug
* Bored about this message ... Angelo Salese2010-08-271-1/+1
|
* Similar issue as with ins8154. No whatsnew. Ryan Holtz2010-08-271-1/+4
|
* Turns out those 'redundant' NULL checks were there for a reason. Balls. No ↵ Ryan Holtz2010-08-271-4/+16
| | | | whatsnew.
* Killing debug text. No whatsnew. Ryan Holtz2010-08-271-19/+0
|
* m6800 - Fixed initial state of bit 7 and 6 of flag registers (according to ↵ Miodrag Milanovic2010-08-273-1439/+7
| | | | | | documentation) [Miodrag Milanovic] - Used lookup tables in opcode execution m6809 - Used lookup tables in opcode execution
* Made MAME compile by adding missing H files restored from files Atari Ace ↵ Miodrag Milanovic2010-08-274-0/+127
| | | | sent (no whatsnew)
* Fixed error detected by compiler on win environment (no whatsnew) Miodrag Milanovic2010-08-271-3/+6
|
* Updated the PCI bus device so that PCI buses can be arranged in a tree like ↵ Fabio Priuli2010-08-273-23/+319
| | | | | | | | | | | | | | in real hardware [Samuele Zannoli] Chihiro.c Improvements: [Samuele Zannoli] - Fixed the mapping of the bios at the top of the cpu addrsss space - Updated the ram size to 128 megabytes - Added some SMBus handling, to let the bios run - Added placeholders for a few devices on the PCI bus - Added the "jamdis StartAddress,Length" command to the debugger that lets you disassemble the "jam table" instructions used by the bios to do some basic hardware initialization. This time it works for good ;)
* Updated the INS 8154 RAM I/O device to no longer be legacy. [Harmony] Ryan Holtz2010-08-273-153/+227
| | | Non-whatsnew note: For MESS.
* Updated the i8243 Port Expander device to no longer be legacy. [Harmony] Ryan Holtz2010-08-272-123/+168
| | | Non-whatsnew note: Requires a rebuild of driver/othello.c, driver/segas16a.c, and and audio/segag80r.c
* Various snk drivers now use driver_data. [Atari Ace] Andrew Gardner2010-08-2719-1248/+1649
|
* Fixes the build tree. [no whatsnew] Andrew Gardner2010-08-271-3/+3
| | | | | This looks like the way to do it, but i could be wrong.
* Updated the Fairchild F3853 SMI device to no longer be legacy. [Harmony] Ryan Holtz2010-08-272-173/+315
| | | Non-whatsnew note: This is for MESS. No idea how to work the Chess Champion, either, so I can't really test it, but hey, it builds.
* Updated the Dallas DS2404 RTC device to no longer be legacy. [Harmony] Ryan Holtz2010-08-272-185/+403
| | | Non-whatsnew note: This requires either a clean build or a rebuild of drivers/seibuspi.c to eliminate crashing.
* pachifev (pachifev.c) [stephh] : stephh2010-08-271-51/+126
| | | | | | | - Fixed Dip Switches and Inputs (after verification of the TMS9995 code)
* Updated the Dallas DS1302 RTC device to no longer be legacy. [Harmony] Ryan Holtz2010-08-272-114/+198
| | | Non-whatsnew note: I tested crysking, seems to work properly and shows the correct date(s) in the bookkeeping screen.
* Revert of r10129 as it does not compile. I failed to buildtest this ↵ Scott Stone2010-08-273-320/+24
| | | | | | external submission. (no whatsnew) Comment: R. Belmont, this one is all yours to correct and apply.
* Updated the i8257 DMA device to no longer be legacy. [Harmony] Ryan Holtz2010-08-264-245/+353
| | | Non-whatsnew note: I tested dkong, seems to still work properly with proper sound.
* Fixed broken error.log offsets Angelo Salese2010-08-261-47/+47
|
* Updated the PCI bus device so that PCI buses can be arranged in a tree like ↵ Scott Stone2010-08-263-23/+318
| | | | | | | | | | in real hardware [Samuele Zannoli] Chihiro.c Improvements: [Samuele Zannoli] - Fixed the mapping of the bios at the top of the cpu addrsss space - Updated the ram size to 128 megabytes - Added some SMBus handling, to let the bios run - Added placeholders for a few devices on the PCI bus - Added the "jamdis StartAddress,Length" command to the debugger that lets you disassemble the "jam table" instructions used by the bios to do some basic hardware initialization.
* Haze: refactored some video stuff in toaplan 1, not worth Angelo Salese2010-08-262-8/+14
|
* Updated the 8255 PPI device to no longer be legacy. [Harmony] Ryan Holtz2010-08-262-308/+445
| | | Non-whatsnew note: I tested iqblock, seems to still work properly. Fun game, by the way, but tough as nails.
* Updated the i8237 DMA device to no longer be legacy. [Harmony] Ryan Holtz2010-08-262-344/+461
| | | Non-whatsnew note: I tested filetto, seems to still work properly.
* Fix the bad trend I started long ago in naming the MIPS CPU configuration Aaron Giles2010-08-2614-36/+36
| | | | | structs 'config', as this now conflicts with a local variable name in the machine config constructor, causing problems with some games.
* Comment fix to better explain DIPS for dkongx and clone (no whatsnew) Scott Stone2010-08-261-1/+3
|
* For legacy CPUs, track whether we have initialized, and if we haven't, Aaron Giles2010-08-262-2/+5
| | | | don't call the exit callback in the destructor.
* Add a non-const bool operator. Aaron Giles2010-08-261-0/+1
|
* Haze: fixed atlantol, no whatsnew Angelo Salese2010-08-263-4/+25
|
* Set default DIPS (except Cabinet) to unused as Donkey Kong 2 seems to allow ↵ Scott Stone2010-08-261-2/+15
| | | | only setting of those in the Service Mode. (no whatsnew)
* De-converted MACHINE_DRIVER from tokens back to constructor functions, regaining Aaron Giles2010-08-2641-976/+757
| | | | | | | | | | | type safety. If legacy devices still use inline data, those types are not checked. However, new devices no longer have access to the generic m_inline_data. Instead their MDRV_* macros should map to calls to static functions in the device config class which downcast a generic device_config to the specific device config, and then set the appropriate values. This is not to be done inline in order to prevent further code bloat in the constructors. See eeprom/7474/i2cmem/okim6295 for examples. #ifdef'ed several unused machine driver definitions that weren't referenced.
* Forgot this Angelo Salese2010-08-261-0/+1
|
* Fixed aristmk5 Angelo Salese2010-08-261-6/+27
|
* Improved sound in Erotictac / Poizone [Angelo Salese, Phil Bennett] Angelo Salese2010-08-262-49/+96
|
* naomi.c: Added information about the Namco MASK B-F2X cartridge [f205v] Phil Bennett2010-08-261-9/+62
| | | | | | | | | | | | | | | | | | ---------- Forwarded message ---------- From: f205v <f205v.f205v@gmail.com> Date: Tue, Aug 24, 2010 at 10:18 PM Subject: again naomi.c To: submit@mamedev.org Dear Aaron, please find herewith attached another update to naomi.c against 0.139u1 I just got a Namco NAOMI cart, the diff contains a description of it + some corrections. ---- Ciao Antonio (f205v) www.citylan.it