Commit Graph

12739 Commits

Author SHA1 Message Date
Olivier Galibert
041fa351ea eeprom: Add tag name in eeprom's verbosity [O. Galibert] 2011-06-24 08:47:48 +00:00
R. Belmont
fae75d234f SH4: Misc cleanups, added support for VERSION register. Naomi rev H BIOS now boots games. [O. Galibert, Deunan Knute, R. Belmont] 2011-06-24 00:43:24 +00:00
Curt Coder
2ff0608ea4 Synced with MESS. (nw) 2011-06-23 22:36:40 +00:00
Curt Coder
1dd9b4a194 Added DE, CURSOR, HSYNC, and VSYNC line read members to MC6845. [Curt Coder] 2011-06-23 13:28:20 +00:00
Curt Coder
f58d71ae0b Added device-relative functions for memory banking. [Curt Coder] 2011-06-23 13:27:35 +00:00
Curt Coder
66855e0ddb Added index and ready line read functions to floppy drive. [Curt Coder] 2011-06-23 13:26:51 +00:00
Miodrag Milanovic
ccfe1230f7 MCFG_SOUND_ROUTE now point relative to device (no whatsnew) 2011-06-22 19:13:56 +00:00
Miodrag Milanovic
742a3a92b3 Fix for remaining issues with validation of rom regions (no whatsnew) 2011-06-22 16:23:32 +00:00
Miodrag Milanovic
2e199e3e83 Fixed PORT_CONDITION to look relative to device (no whatsnew) 2011-06-22 12:54:34 +00:00
Miodrag Milanovic
d0793e644d Fixed AM_REGION to be relative to device (no whatsnew) 2011-06-22 12:13:55 +00:00
Miodrag Milanovic
181a545884 Fix for ROMREGION_ISINVERTED (no whatsnew) 2011-06-22 07:31:29 +00:00
mariuszw1
6083cc48f1 Added analog controls to Warp Speed [Mariusz Wojcieszek]
New games promoted from NOT_WORKING
-----------------------------------
Warp Speed (prototype) [Mariusz Wojcieszek]
2011-06-21 20:22:57 +00:00
Miodrag Milanovic
fc82c0f03f i286 - fix for OS/2 "interrupts disabled when entering system" problem by Carl (no whatsnew) 2011-06-21 16:42:16 +00:00
Scott Stone
844a3ce9bf Fixed 04388: specfrce: Wrong SHA1 check sum in XML data for CHD (v3 vs. v4) 2011-06-21 14:21:28 +00:00
Brian Troha
1fe3f7912c new clone - Terra Force (Japan)
Exclude from whatsnew:
Rearranged sets, the bootleg is now a clone and not the parent. Used the "alt US" version as the "World" parent and added additional comments based on sets and game play.

New Clone Added
--------------------------------
Terra Force (Japan) [ShouTime]
2011-06-21 01:29:12 +00:00
mariuszw1
7b6b701b5f Added preliminary circle drawing for Warp Speed [Mariusz Wojcieszek] 2011-06-20 20:52:31 +00:00
Wilbert Pol
fb2496fb2d m6800.c: Prevent side-effects when the cpu is open in the debugger. (nw) 2011-06-20 20:22:58 +00:00
Aaron Giles
f77da42ef1 Death by static initialization order. Fixed declaration order at the
top of input.c.

Removed default_seq since all uses of it are covered by is_default()
and set_default().
2011-06-20 19:58:22 +00:00
Miodrag Milanovic
0e8741767f i386: Fixed storing of the stack pointer when calling interrupt or trap gates that change privilege levels. Also added basic implementation of x87 FPU FDIV instruction. (no whatsnew)
i386: Added use of immediate byte when changing privilege levels via RETF. (no whatsnew)
2011-06-20 06:18:48 +00:00
Angelo Salese
e6050ace10 Cleanups and version bump 2011-06-19 19:29:25 +00:00
Angelo Salese
a8c80b5a5f Fixed NAR timing in OKIM6376 to match datasheet figures. [J. Wallace]
Fixed behaviour for OKIM6376 samples latched while their respective
channel is playing (fixes missing audio in New Magic Card 'Skill Game'
when won on first loop), and MPU4 sound test [J. Wallace]

Audio interface fix for MPU4. [J. Wallace]

Lamping fixes for MPU4 small extender. [J. Wallace]

Added support for access of separate LED segments in MPU4. (indexed as
'mpu4ledXXX', where the first display unit takes 0-7, the second 8-15
and so on). [J. Wallace]

Various updates on the AWP drivers for JPM IMPACT and Maygay M1 [J. Wallace]

Various changes for letting Mating Game boot and run, but there are
still issues with timing. [J. Wallace]
2011-06-19 19:02:23 +00:00
Angelo Salese
79cb0586fb Port from MESS, nw 2011-06-19 18:53:03 +00:00
Brian Troha
1be6881e9b dec8.c: Corrected the rom names for the Ghost Busters sets and added PCB locations [The Dumping Union]
New Clone Added
------------------------------------
The Real Ghostbusters (US 2 Players, revision 2) [JF, The Dumping Union]
2011-06-19 18:05:00 +00:00
Miodrag Milanovic
bf0d1b0122 i286 - small fix by Carl (no whatsnew) 2011-06-19 08:47:20 +00:00
Brian Troha
80e6649ca7 added additional information about the New Fruit Bonus 96 as far as the sub-pcb type and version. Separated New Cherry 96 from being a clone of New Fruit Bonus. Although nearly identical games the are sold and marketed as separate games. No Whatsnew 2011-06-19 03:43:25 +00:00
Scott Stone
1361a43a67 Fix crash in ccasino - ojankohs.c (no whatsnew) 2011-06-19 00:32:01 +00:00
Angelo Salese
46c6f676b0 Port from MESS, nw 2011-06-18 17:52:17 +00:00
Miodrag Milanovic
82878b5a64 Some WIP on floppies (no whatsnew) 2011-06-18 16:23:09 +00:00
R. Belmont
0b8b7ba589 i386: fix GCC 4.6 (no whatsnew) 2011-06-18 15:51:26 +00:00
Phil Bennett
588e111aec Midway Zeus improvements [Phil Bennett]:
* Added some alternate FIFO commands used by mk4b.
 * Hooked up the short-format draw command (used to draw life bars and shadows in mk4).
 * Added support for alternate 4/8 bit texture formats (used by mk4).

New games added or promoted from GAME_NOT_WORKING:
--------------------------------------------------
Mortal Kombat 4 (version 1.0) [Phil Bennett]
2011-06-18 15:26:42 +00:00
Miodrag Milanovic
a4a72c79d5 Preps for floppy conversion to c++ device (no whatsnew) 2011-06-18 08:25:20 +00:00
Miodrag Milanovic
291862b718 i286 - Fixes that makes OS/2 1.2 boot again by Carl (no whatsnew) 2011-06-18 05:50:04 +00:00
Andreas Naive
4e4ff5da98 removed some obsolete commentaries. Not worth. 2011-06-17 23:34:53 +00:00
Andreas Naive
697eff192e Added code to manage NAOMI's M4 decryption. [Andreas Naive] 2011-06-17 23:05:26 +00:00
Scott Stone
fe71f91143 Fixed 04377: All sets in fuukifg2.c: Missing graphics layer 2011-06-17 20:26:50 +00:00
Miodrag Milanovic
941c72c85a i386: Implemented task gates, call gates, and task state segments (both
286 and 386).  Also inplmented triple fault CPU resets (used by OS/2).
x87: Basic implementation of FSTENV (used by OS/2).  [Barry Rodewald]
2011-06-17 07:01:45 +00:00
Scott Stone
3e22ec9a7a A fix for -listclones displaying parents as clones when it uses a BIOS. [Tafoid] 2011-06-17 02:28:34 +00:00
Scott Stone
43fe37b4c2 Changed Votrax text output to mame_printf_debug (instead of printf) since no work is being done. (no whatsnew) 2011-06-17 00:24:21 +00:00
Scott Stone
7199d34a67 Fixed 04376: Typo in lib/util/opresolv.c (no whatsnew) 2011-06-16 16:58:23 +00:00
Miodrag Milanovic
b607f0b7ae Added handling "automount" feature (no whatsnew) 2011-06-16 16:02:37 +00:00
Miodrag Milanovic
1d5f8e5e49 Harddisk image device is now modern device (no whatsnew) 2011-06-16 15:53:19 +00:00
Miodrag Milanovic
b58c772d9a Multi part software list items that do have different interfaces used are mounted now (only first part per interface part is loaded) (no whatsnew) 2011-06-16 13:39:53 +00:00
Miodrag Milanovic
e022252bf2 Fixed bug that made item to be assigned to two devices if existed in two lists (no whatsnew) 2011-06-16 08:52:38 +00:00
Miodrag Milanovic
2d60c3dba0 i286 - Fix bunch of fault restarts [Carl] 2011-06-16 05:38:49 +00:00
Angelo Salese
b6012aaa60 Port from MESS, nw 2011-06-16 01:52:09 +00:00
Scott Stone
6742160c25 Fixed some potential memory leaks and NULL pointer deferences as well as removing some redundant checks. [Oliver Stoneberg] 2011-06-15 21:37:25 +00:00
Scott Stone
dfa747f471 Removed duplicated includes from INCPATH. [Oliver Stoneberg] 2011-06-15 21:21:51 +00:00
mariuszw1
01063bc4c2 Current state of Warp Speed (nw) 2011-06-15 21:03:42 +00:00
Angelo Salese
47eb371f70 Added proper channel 2 support, and logging capabilities to OKIM6376. [J.Wallace]
Corrected divider behaviour of OKIM6376 - needs ROM analysis to be
complete, but all supported programs only use the default mode. [J.Wallace]

Changed clock frequencies in High Video games to match what should be
the correct OKI chip frequencies - those familiar with the boards may
wish to confirm this is correct, as I couldn't find the clock signal
for the chip on the PCB scans I've seen. [J.Wallace]

Added MPU4 sampled sound hardware, an MSM6376, PIA and PTM combined to
give dynamic pitch shifting for looping ADPCM samples. [J.Wallace]
2011-06-15 20:45:55 +00:00
Angelo Salese
a261462b71 Fix newline 2011-06-15 19:38:38 +00:00