summaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* Clean-ups and version bumpmame0144u2 Angelo Salese2011-12-0420-59/+59
|
* fixed pinbo bgcolor Michaël Banaan Ananas2011-12-043-14/+4
|
* pinbo pcb info from Kold666 Michaël Banaan Ananas2011-12-041-12/+14
|
* CPS-1 update [Team CPS-1]: mariuszw12011-12-043-70/+75
| | | | | | | | | | | | | * Identified and documented pang3n as a bootleg, added a note * Fixed pang3, pang3j to use proper 128KB EPROM PA3_11.11F instead of the one resized used by pang3n * Dumped and added CD63B.1A PAL to dino, dinou (Kold666) * Dumped and added Q-Sound PALs to dino, dinou, punisher, punisheru, slammast, slammastu, wofu (3 of 4) (Kold666) * Dumped and added PALs to pang3 (2 of 3), pang3r1, pang3j, pang3n (Kold666) * pang3n -> pang3b * Minor cleanups and fixes
* minor debugging. no whatsnew. Fabio Priuli2011-12-042-0/+9
|
* Removed deprecat.h from cps2.c Angelo Salese2011-12-032-22/+14
|
* Converted Super Speed Race Jr video to be vertically oriented [Angelo Salese] Angelo Salese2011-12-034-22/+36
|
* Small note addition Angelo Salese2011-12-031-0/+1
|
* Removed deprecat.h usage from beezer.c [Angelo Salese] Angelo Salese2011-12-033-14/+27
|
* Converted Beezer to proper vertical screen orientation, being originally a ↵ Angelo Salese2011-12-033-12/+11
| | | | Galaxian conversion kit that's quite obvious as well [Angelo Salese]
* MAME part of removing deprecat.h from Atari 400/800 Angelo Salese2011-12-034-16/+14
|
* Lost some time on CES Classic HW, just to realize it's a pinball system ... Angelo Salese2011-12-033-10/+86
|
* Removed deprecat.h from astrocorp.c / Added Sound NMI mask to Alpha68k II / ↵ Angelo Salese2011-12-023-31/+54
| | | | V HW games
* Removed deprecat.h usage from alpha68k.c, marked Super Stingray with GUP ↵ Angelo Salese2011-12-022-18/+65
| | | | (check notes in driver) [Angelo Salese]
* Confirmed Gal Panic 3's clocks and xtals from original PCB measurements ↵ Scott Stone2011-12-021-2/+2
| | | | [Corrado Tomaselli]
* Fix for MT #04542: quiztvqq: mame crash after map screen (nw) Scott Stone2011-12-021-4/+9
|
* Converted California Chase to use VGA code, now it doesn't show anything but ↵ Angelo Salese2011-12-021-51/+18
| | | | old screen was an hack anyway so ...
* Work-around for #4541 Angelo Salese2011-12-021-5/+7
|
* sync saturn.c with MESS. I forgot about it yesterday. no whatsnew. Fabio Priuli2011-12-021-12/+77
|
* Some regression fixes as per Tafoid notes Angelo Salese2011-12-022-2/+10
|
* Converted chsuper.c to ADDRESS_MAP_MODERN Angelo Salese2011-12-021-26/+34
|
* Fix compile Angelo Salese2011-12-021-3/+3
|
* Added 3 opcodes (sfence,fstp,fild) to the i386 processor [Samuele Zannoli] Angelo Salese2011-12-027-20/+138
| | | | | | | Little modifications to ap2_dsk.c and gaelco3d.c/.h to compile with MSVC [Samuele Zannoli] Added a placeholder for ohci usb controller in chihiro plus relative hack to avoid an infinite loop. This allows chihiro to try to initialize direct3d and to use the nvidia 3d accelerator ... [Samuele Zannoli]
* Fix handling of shared features in softlists (no whatsnew) Miodrag Milanovic2011-12-021-16/+15
|
* Converted chsuper.c driver to use the new RAMDAC device, and cleaned up the ↵ Angelo Salese2011-12-012-55/+28
| | | | vram in it
* Small update, nw Angelo Salese2011-12-012-5/+0
|
* Hooked up RAMDAC to Reality Tennis, added new interface flag for separated ↵ Angelo Salese2011-12-017-80/+97
| | | | read/write registers
* Updated blitz68k.c to use the new ramdac device, added read handlers to the ↵ Angelo Salese2011-12-013-140/+83
| | | | device
* Missing files, nothing new ... Angelo Salese2011-12-013-0/+248
|
* Written a generic RAMDAC device, hooked it up to the sfbonus.c as an example ↵ Angelo Salese2011-12-015-70/+17
| | | | [Angelo Salese]
* Since there is no z80 driving the sound for this Yie Ar Kung Fu board (on ↵ Scott Stone2011-12-011-1/+1
| | | | Track and Field hardware), it makes sense the clock would come from elsewhere. MASTER_CLOCK, which when set up like the yiear parent at the same speed, gives correctly pitched audio. (nw)
* Minor keyboard notes, nw Angelo Salese2011-12-011-1/+12
|
* Added proper sound to yieartf set [Angelo Salese] Angelo Salese2011-12-014-5/+30
|
* Small logerror removal, nw Angelo Salese2011-12-011-1/+1
|
* Small fix Angelo Salese2011-11-301-5/+1
|
* Added a template for devices (new model) in etc/ folder, nw Angelo Salese2011-11-305-3/+142
|
* Added a template for drivers (old model) in etc/ folder, nw Angelo Salese2011-11-302-0/+116
|
* This links to nothing by now, remove it Angelo Salese2011-11-301-7/+0
|
* (by request) removed deprecat.h usage from namcos22.c Angelo Salese2011-11-302-37/+55
|
* Removed ugly function cpu_interrupt_enable() from the core, and updated all ↵ Angelo Salese2011-11-3034-196/+354
| | | | the drivers that used it accordingly [Angelo Salese]
* Commented (per Kale's request) not removed libcothread usage in core ↵ Miodrag Milanovic2011-11-308-35/+15
| | | | | (requires clean build), (no whatsnew) We can safely remove comments and cothread.* from /emu and /lib/cothread if it's confirmed way to go
* Removed mandatory from neogeo enabling you to start bios (no whatsnew) Miodrag Milanovic2011-11-301-1/+0
|
* Support for ignoring item in lst files (no whatsnew) Miodrag Milanovic2011-11-302-6/+77
|
* More softlist validation (no whatsnew) Miodrag Milanovic2011-11-301-8/+47
|
* spiker2/3 are clones of spiker Michaël Banaan Ananas2011-11-292-3/+3
|
* Moved a condition check (tex->d3dtex == tex->d3dfinaltex) to happen before ↵ Scott Stone2011-11-291-1/+2
| | | | one of them was set to NULL (tex->d3dfinaltex). Fixes MT Bug #4538. [Antonio Giner]
* Removed ugly function interrupt_enable_w from the core, and updated all the ↵ Angelo Salese2011-11-29114-316/+1083
| | | | | | | | | | | | | | | | drivers that used it accordingly [Angelo Salese] Fixed scratchy sound in Birdiy, unlike all other Pac-Man HW games irq mask is at $5001 instead of $5000, so fixing that fixed the sound as well [Angelo Salese] Fixed bogus irq/nmi mask bit in Yie Ar Kung-Fu (IRQ mask bit was masking BOTH lines before) [Angelo Salese] Fixed bogus irq mask to sound CPU in Syusse Oozumou [Angelo Salese] Fixed bogus irq mask bit in SNK6502 HW games (IRQ mask bit was masking BOTH lines before) [Angelo Salese] Marked Truco Clemente as GNW since it never really worked (coin chutes stops working after one play), nw Out of whatsnew: And then I've realized that there's also cpu_interrupt_enable() function, another 19 instances to kill ... -.-"
* Better error handling for softlists (no whatsnew) Miodrag Milanovic2011-11-291-0/+13
|
* Check for duplicate dataareas in softlists (no whatsnew) Miodrag Milanovic2011-11-291-0/+10
|
* Added more validation of softlist and cleared errors found (no whatsnew) Miodrag Milanovic2011-11-294-81/+101
|