Miodrag Milanovic
5616c1e9d5
removed -static for sdl windows build (no whatsnew)
2012-05-04 06:18:42 +00:00
Brian Troha
e388d5f5ae
New clone added - Red Fox War Planes II
...
New Clone Added
-----------------------------------
Red Fox War Planes II (China) [B. Ståhl, Smitdogg, The Dumping Union]
2012-05-04 03:16:35 +00:00
Miodrag Milanovic
89a4191d47
vectrex: support 64k bankswitched carts and carts with SRAM by mkasick and kbare credited in MESS (no whatsnew)
2012-05-03 18:17:43 +00:00
Miodrag Milanovic
edf9b0df07
Stripped out the awp_reel_setup code from all drivers, thanks to the more intelligent reel types, we don't need it any more by J.Wallace (no whatsnew)
2012-05-03 17:38:32 +00:00
Miodrag Milanovic
6231165166
-static is not needed anymore for latest tools (no whatsnew)
2012-05-03 16:45:36 +00:00
Scott Stone
3f05fb51cd
typo fix (nw)
2012-05-03 15:28:57 +00:00
smf-
6686c410f3
Fixed "potentially uninitalized local variable" error when building with msvc, The code does appear to assume that variables on the stack are zero'd.
2012-05-03 15:28:54 +00:00
Miodrag Milanovic
36ea482ace
Sync with MESS (no whatsnew)
2012-05-03 09:16:42 +00:00
Aaron Giles
2a88e54278
ioport.c C++ conversion. Mostly internal changes, with no
...
intended differences from previous behavior. For drivers,
the main change is that input_port_read() no longer exists.
Instead, the port must be fetched from the appropriate device,
and then read() is called.
For member functions, this is actually simpler/cleaner:
value = ioport("tag")->read()
For legacy functions which have a driver_data state, it goes:
value = state->ioport("tag")->read()
For other legacy functions, they need to fetch the root device:
value = machine.root_device().ioport("tag")->read()
The other big change for drivers is that IPT_VBLANK is gone.
Instead, it has been replaced by a device line callback on the
screen device. There's a new macro PORT_VBLANK("tag") which
automatically points things to the right spot.
Here's a set of imperfect search & replace strings to convert
the input_port_read calls and fix up IPT_VBLANK:
input_port_read( *\( *)(machine\(\)) *, *([^)]+ *\))
ioport\1\3->read\(\)
input_port_read( *\( *)(.*machine[()]*) *, *([^)]+ *\))
\2\.root_device\(\)\.ioport\1\3->read\(\)
(state = .*driver_data[^}]+)space->machine\(\)\.root_device\(\)\.
\1state->
(state = .*driver_data[^}]+)device->machine\(\)\.root_device\(\)\.
\1state->
input_port_read_safe( *\( *)(machine\(\)) *, *([^,]+), *([^)]+\))
ioport\1\3->read_safe\(\4\)
IPT_VBLANK( *\))
IPT_CUSTOM\1 PORT_VBLANK("screen")
2012-05-03 09:00:08 +00:00
mahlemiut
605a48921b
i386: Big pmode update. [Carl]
2012-05-03 05:58:32 +00:00
Scott Stone
51c9a46f66
Updated rom label.locations for Star Force based on PCB pictures provided by bonky0013. [Tafoid]
2012-05-03 02:25:41 +00:00
Michaël Banaan Ananas
a830ca053d
some driver updates, nw
2012-05-03 01:47:06 +00:00
Scott Stone
5fe90a3ced
6551acia.c: m_status_register was not being initialized properly [Robbbert]
2012-05-02 23:07:40 +00:00
Andreas Naive
fbb1e711f1
Changes to mrdriller2's decryption. No whatsnew.
2012-05-02 22:17:43 +00:00
Scott Stone
2fd385bd05
New games added
...
---------------
Dungeon Explorer (Tourvision PCE bootleg) [Charles MacDonald, AUMAP, ClawGrip]
Super Volleyball (Tourvision PCE bootleg) [Charles MacDonald, AUMAP, ClawGrip]
2012-05-02 22:11:54 +00:00
Michaël Banaan Ananas
232af90e16
new clone added
...
----------------
Moon Cresta (Nichibutsu UK, unencrypted) [Andy Welburn]
2012-05-02 14:32:29 +00:00
Phil Bennett
1fce050932
Removed some obsolete size members from msisaac_state (no whatsnew)
2012-05-02 12:11:19 +00:00
Phil Bennett
25d5e6d017
Fixed missing sprites/HUD regression in Lock-On [Phil Bennett]
2012-05-02 12:10:49 +00:00
Phil Bennett
f93cecdea8
04794: bombjack & clone: Missing sprites [Phil Bennett]
2012-05-02 12:09:48 +00:00
Angelo Salese
8a498d4f87
Haze: some mods to BMC Poker, nw
2012-05-01 20:58:12 +00:00
Angelo Salese
fa82b34e8b
Various hooks, nw
2012-05-01 20:57:50 +00:00
Angelo Salese
0903edf1b4
Haze: fixed gfx bugs
2012-05-01 19:53:11 +00:00
Michaël Banaan Ananas
2990be6f35
old note about mdrawpkr can be removed
2012-05-01 19:50:23 +00:00
Michaël Banaan Ananas
8ae3254942
coinage switch for mdrawpkra and casbjack
2012-05-01 19:45:58 +00:00
Angelo Salese
cc0b9f7e98
Implemented new paletteram_xGGGGGRRRRRBBBBB_byte_le_w() function, used by Chance 32 [Angelo Salese]
2012-05-01 19:24:55 +00:00
Brian Troha
24b86f99a8
gei.c: Sorted out the correct question roms for Trivia (Questions Series 12) and Trivia (Questions Series 12). [Brian Troha]
2012-05-01 02:11:19 +00:00
Michaël Banaan Ananas
55811889d5
added robbiestyle button lamps to gldarrow (same as wldarrow)
2012-04-30 23:31:32 +00:00
Michaël Banaan Ananas
ab64c22791
bsw8 is service mode
2012-04-30 23:08:19 +00:00
Michaël Banaan Ananas
170b63ed09
cps2.c: fixed vhunt2d and vsav2d rom loading [Pythagoras]
2012-04-30 22:30:20 +00:00
Michaël Banaan Ananas
073296d3fa
forgot to add them here
2012-04-30 22:04:14 +00:00
Michaël Banaan Ananas
3ef614de0c
Clean-ups to sound and fixed volume balance in Nichibutsu Mahjong drivers. [Takahiro Nogi]
...
niyanpai.c: Fixed graphics draw speed. [Takahiro Nogi]
new clones added
----------------
Mahjong Yoshimoto Gekijou [BET] [Takahiro Nogi]
Zoku Mahjong Housoukyoku [Takahiro Nogi]
2012-04-30 22:02:17 +00:00
Scott Stone
c0c2a8da28
New games marked as GAME_NOT_WORKING
...
------------------------------------
Chance Thirty Two [Team Europe, Marcus Jendroska,Y~K, The Dumping Union, Smitdogg]
2012-04-30 21:23:10 +00:00
Scott Stone
8716994117
Updated layouts for numerous slots to take advantage of new reel development. [James Wallace]
2012-04-30 19:59:48 +00:00
Michaël Banaan Ananas
0b53b62317
game promoted to working
...
-------------
Golden Arrow (Standard G8-03) [hap, dox, DHS]
2012-04-30 19:54:40 +00:00
Michaël Banaan Ananas
8c8b37b75a
simplified read_port + make sure portc is 6 bits wide (meyc8088.c expects d6,7 to be set on read)
2012-04-30 19:37:30 +00:00
Scott Stone
a91bbaade8
Misc 68340 related progress. From Haze (nw)
2012-04-30 17:19:12 +00:00
Michaël Banaan Ananas
5b5ff6e8fb
timer regs can be read too (used by meyc8088 diagnostics)
2012-04-30 16:28:38 +00:00
Michaël Banaan Ananas
0108fcf846
so it was an overdump
2012-04-30 15:21:04 +00:00
Michaël Banaan Ananas
bb83295c99
spacefba other roms dumped too, from andy.
...
Any spacefb fan wanna look what's up with the upper half of that bulletrom?
2012-04-30 14:55:35 +00:00
Miodrag Milanovic
8dbb34e79e
Made UI for BIOS selection where applicable, and moved info about current
...
system and default bios to device_t class (no whatsnew)
2012-04-30 13:39:32 +00:00
Miodrag Milanovic
e8829d3ac9
Sync with MAME, various fixes from Firewave and RB (no whatsnew)
2012-04-30 06:44:14 +00:00
mahlemiut
0098f14e66
i386: fix for bt? instructions [Carl]
2012-04-30 01:47:43 +00:00
Brian Troha
bf53bd7a6b
zaxxon.c: As per suggestion, added "Rev C" to game name as there are other versions out there that need dumping. - NW
2012-04-30 01:13:52 +00:00
Brian Troha
1daa122ed7
zaxxon.c: correct / clarify the "hand written" label statement. - NW
2012-04-30 01:10:57 +00:00
Brian Troha
5b4458693a
New Congo Bongo clone & additional doc information vs 2 & 3 board stacks versions
...
zaxxon.c: Corrected rom labels and U locations for the Congo Bongo sets. Added the 3 board stack version with correct PBROM. Added additional documentation about the 2 board stack and the 3 board stack. [Kevin Eshbach, The Dumping Union]
New Clone Added
-----------------------------
Congo Bongo (3 board stack) [Kevin Eshbach, The Dumping Union]
2012-04-30 01:00:45 +00:00
R. Belmont
a8d6362acb
Fix PowerPC OS X compile [R. Belmont]
2012-04-29 22:36:17 +00:00
Michaël Banaan Ananas
651da72fe8
optimized optimization options :p
2012-04-29 21:47:31 +00:00
Michaël Banaan Ananas
9cc17ba1f6
aysnd wasn't hooked up in dealer (MT bug 4787)
2012-04-29 20:57:38 +00:00
R. Belmont
b42f5f2f9c
Fix invalid ISO C syntax in neogeo driver noted by Clang [Balrog, R. Belmont]
2012-04-29 20:57:03 +00:00
Michaël Banaan Ananas
d107402a5c
new clone added
...
----------------
Space Firebird (rev. 02-a) [Andy Welburn]
nw: made rev 04 the parent, so:
spacefb -> spacefbe2
spacefbu -> spacefb
2012-04-29 20:40:39 +00:00