Commit Graph

33795 Commits

Author SHA1 Message Date
hap
c8a5e32b8c small update 2015-02-15 21:59:37 +01:00
hap
dc916db461 (MESS)New Working Game Added
----------------------
Wildfire [hap, Sean Riddle]
2015-02-15 20:34:51 +01:00
hap
6b6019207b fix k/i input handling 2015-02-15 20:31:35 +01:00
Miodrag Milanovic
925035f8f7 Sync with latest BGFX and BX (nw) 2015-02-15 20:15:27 +01:00
Miodrag Milanovic
3878550501 Merge branch 'master' of https://github.com/mamedev/mame 2015-02-15 13:46:46 +01:00
Miodrag Milanovic
d3e2122a2b Made BGFX compile for Apple GCC 4.2 2015-02-15 13:46:18 +01:00
briantro
73e2eaaf9c peplus.c: Minor corrections - NW
Adds NO_DUMP for missing CAP chip for Chaos Slots. Use GAME_WRONG_COLOR for games with missing / wrong color CAP chip.
2015-02-15 06:27:43 -06:00
briantro
af0acbfb39 segaorun.c: Corrects rom IC locations for the new 317-0101. - NW
The dumper labeled the data incorrectly and the order (nor corrected) is verified via a picture of the PCB. Adds additional information as well.
2015-02-15 05:15:22 -06:00
mamehaze
273e4f1ad0 Merge branch 'master' of https://github.com/mamedev/mame 2015-02-15 10:56:37 +00:00
mamehaze
d24a9d1987 ok, MAME terminology vs Japan terminology
moving cabinet:
MAME: Deluxe cockpit
Japan: SDX (Super Deluxe)

sitdown cabinet:
MAME: Cockpit
Japan: DX (Deluxe)
2015-02-15 10:52:48 +00:00
briantro
25612fbff4 dreamwld.c: Swap Bayron sets - NW
The bayrona set had original SemiCom logo'ed labels and the former bayron set didn't have any labels. Also corrected the rom labels and made the PCB layout to match the bayron set - verified via a pic of the PCB.
2015-02-15 04:49:30 -06:00
mamehaze
9aa024b206 new clones
Turbo Out Run (Japan, deluxe cockpit, FD1094 317-0101) [Charles MacDonald, ShouTime]

(also added missing 'Time Adjust' dip for 2 sets)

note dipswitches according to service mode match the Turbo Out Run (cockpit, FD1094 317-0106) set, which we class as 'cockpit' not 'DX' (there is no 'Moving' option, only cockpit) so I'm not sure what this is

note2: I think there is something uninitialized in this driver as sometimes you see random garbage on the warning screen, road layer maybe.
2015-02-15 10:28:32 +00:00
Ivan Vangelista
943454db5a welltris.c: added save state support (nw) 2015-02-15 09:07:53 +01:00
hap
be90b43b0f notes 2015-02-14 22:46:21 +01:00
Alex W. Jackson
a81d738a70 exzisus.c: modernize ROM loading and gfx_layout, remove unused member variables (nw) 2015-02-14 15:57:10 -05:00
Olivier Galibert
eeedd8a4ca save: Give the device when available to the state save subsystem [O. Galibert] 2015-02-14 20:58:20 +01:00
couriersud
a51ee3e00f Merge branch 'master' of https://github.com/mamedev/mame.git 2015-02-14 20:36:33 +01:00
couriersud
78afab6f5a And the last one pre holiday ... Fix -mt on OSX. (nw) 2015-02-14 20:32:47 +01:00
MetalliC
bc330b6bfb correct prev (nw) 2015-02-14 21:24:59 +02:00
MetalliC
b0e62b0e94 NAOMI doc corrections [f205v] 2015-02-14 21:08:41 +02:00
hap
c815592229 higher resolution display decay base timer 2015-02-14 18:55:06 +01:00
hap
d2c0b19c1b renamed generic leds_decay stuff to display_decay so it makes sense on vfd/lamp/lcd devices 2015-02-14 18:48:58 +01:00
mamehaze
57af55aa8c galpani2, swap x and y scroll on ind8 layer (nw) 2015-02-14 15:09:40 +00:00
mamehaze
ada12e8f06 the better handling removes the need for this hack actually (nw) 2015-02-14 13:36:10 +00:00
mamehaze
187102728f hide gal graphics on title screen until fully drawn (fantasia etc.) I don't know if this is more or less accurate to the PCBs tho, can somebody confirm? (nw) 2015-02-14 13:21:37 +00:00
mamehaze
dbdfe70cdc consistency (nw) 2015-02-14 13:02:48 +00:00
mamehaze
a551d3345f leave the clear logic in for Gals Hustler, it's not a Comad PCB and not a hack of GP, logic could be different (nw) 2015-02-14 12:56:32 +00:00
David Haywood
54819a9299 Merge pull request #130 from cuavas/master
Cocoa debugger improvements
2015-02-14 12:38:37 +00:00
mamehaze
b7ec700e9d the Comad 'Fantasia' games are all derived from the expro02 Gals Panic codebase. The original Fantasia 940307, 940429 PCBs cloned everything from that, including the encrypted VIEW02 layer. Later releases (940803 PCB and above) removed the VIEW02 tilemap and associated ROMs, but left the code in to access it (that's what we were incorrectly treating as a 'mirror' of the BGram, it presumably goes nowhere instead)
The other release of Gals Panic is a different codebase, using the Pandora sprite chip, this one was not cloned by Comad.

As a result of this research I've shuffled sets around a bit.
2015-02-14 12:25:44 +00:00
Ivan Vangelista
abeb8214f5 snowbros.c: added save state support (nw) 2015-02-14 13:01:40 +01:00
Vas Crabb
8a7a3abe07 Seems debug views don't mark dirty on click handling 2015-02-14 23:01:09 +11:00
Miodrag Milanovic
85fccfb1a9 Merge branch 'master' of https://github.com/mamedev/mame 2015-02-14 12:53:44 +01:00
Miodrag Milanovic
8afe66fc63 Updated BGFX, BX and GENie to latest (nw) 2015-02-14 12:53:08 +01:00
Vas Crabb
8918376d56 More functionality, including (break|watch)points view 2015-02-14 22:51:10 +11:00
Vas Crabb
6519c9fee9 Fix a dumb bug, use newer interfaces 2015-02-14 21:12:16 +11:00
Ivan Vangelista
f366747d5f tnzs.c: enabled save state support (nw) 2015-02-14 08:49:03 +01:00
Ivan Vangelista
619982dc06 exzisus.c: added save state support, removed trampolines (nw) 2015-02-14 08:27:47 +01:00
Vas Crabb
503f71a189 Check which control sends event 2015-02-14 18:00:56 +11:00
Vas Crabb
6ec9472c84 More intuitive command/expression history 2015-02-14 18:00:56 +11:00
Vas Crabb
146653f9d7 Far better handling of font metrics in Cocoa debugger, and more efficient drawing 2015-02-14 18:00:56 +11:00
Vas Crabb
b8a7b454d2 Break up the Cocoa debugger by class - it's ugly crammed into a single file 2015-02-14 18:00:56 +11:00
Robbbert
20b68364f7 (MESS) mbee : fixed printer (nw) 2015-02-14 15:02:56 +11:00
cracyc
6d541f19a2 6850acia: fix parity (nw) 2015-02-13 21:13:49 -06:00
couriersud
6392c0bfe8 Merge branch 'master' of https://github.com/mamedev/mame.git 2015-02-14 02:46:32 +01:00
couriersud
2cbcf1c4ef Fix compile. [Vas Crabb] 2015-02-14 02:43:27 +01:00
hap
8a09d79c8b roland tb303 skeleton 2015-02-14 01:30:34 +01:00
hap
59a6d15b43 (MESS)New Working Game Added
----------------------
Epoch Dracula [hap, Kevin Horton]
2015-02-14 00:40:01 +01:00
mamehaze
370e4bf63a prevent smissw from erasing static palette used for bgs (nw) 2015-02-13 21:12:28 +00:00
couriersud
40628a06a2 Merge branch 'master' of https://github.com/mamedev/mame.git 2015-02-13 21:38:58 +01:00
hap
70c89a6ef2 (MESS)New Working Game Added
----------------------
Tomy Alien Chase [hap, Kevin Horton]
2015-02-13 21:02:01 +01:00