Commit Graph

9297 Commits

Author SHA1 Message Date
Miodrag Milanovic
480c2fcaf6 Changed callback function parameter types for image device (no whatsnew) 2010-06-18 13:49:38 +00:00
Miodrag Milanovic
fd915ad0a4 Implemented most of calls for image device (no whatsnew) 2010-06-18 13:19:56 +00:00
Brian Troha
867f02ce88 replace a bad dumped rom in the Heavyweight Champ with a good one from the 317-0046 set. Rom comparison shows 2 bit difference, two 0xfd in a stream of 0xff for the bad dump.
Removed some redundent lines of text
2010-06-18 02:38:30 +00:00
Miodrag Milanovic
826dba5923 - removed MESS dependency from config.c
- moved image legacy device implementation to devimage.c
- created image.c implementation with initialization of devices/configuration for image devices, used those calls from mame.c
- some minor cleanup of legacy device and initial implementation of some calls

(no whatsnew for now, this is just for log,will put more info on final commit)
2010-06-17 20:06:54 +00:00
Angelo Salese
5f273b35d8 Hooked up inputs and Dip-SW for Ron Jan and Pinkiri 8 [Angelo Salese] 2010-06-17 19:18:46 +00:00
Angelo Salese
100aac5849 Improvements to the Pinkiri 8 video emulation [David Haywood] 2010-06-17 16:53:41 +00:00
Miodrag Milanovic
260d7baf57 Natural keyboard status saved in options when changed [Robbbert] 2010-06-17 15:01:05 +00:00
Miodrag Milanovic
d86a7094cb osd_free should be used instead of free (no whatsnew) 2010-06-17 14:52:24 +00:00
Scott Stone
9318aa61cf Updated expat library match the latest released version. (2.0.1) [Oliver Stoneberg] 2010-06-17 14:23:08 +00:00
Scott Stone
b5b56029a0 Confirmation (with frequency counter) of proper 68000 clock speeds (16 MHz) for Premier Soccer and Golfing Greats. [ Fabrizio Vasile] 2010-06-17 14:14:42 +00:00
Scott Stone
809c406e35 Added many instances of missing static and const qualifiers to MAME, and disabled a fair chunk of dead code in konamiic.c. [Atari Ace] 2010-06-17 14:04:37 +00:00
Miodrag Milanovic
d2a7b5f332 hashfile moved from MESS to emu section (needed for now in image support until softlist implementation is finished), this doesn't affect mame side (no whatsnew) 2010-06-17 06:57:05 +00:00
Aaron Giles
861db1eb49 Cleanups and version bump. 2010-06-17 06:55:54 +00:00
Miodrag Milanovic
f935e05a10 Fixed missing cpu_device -> legacy_cpu_device (no whatsnew) 2010-06-17 06:24:29 +00:00
Aaron Giles
0d7af41cfb Fix sound timing issues. 2010-06-17 06:06:53 +00:00
Aaron Giles
39b09c0e1f Fix megadriv regressions. 2010-06-17 05:51:31 +00:00
Brian Troha
65b95c2788 cleaned up some whitespace, corrected some rom PCB locations / names and added some info about the Sega rom board ID# 2010-06-17 04:10:35 +00:00
Aaron Giles
b8f916e17e Change cpu_device into a base class. Rename old cpu_device to legacy_cpu_device.
Update interfaces as appropriate.
2010-06-17 03:33:24 +00:00
R. Belmont
d4775b8e56 The last OS X PPC compile fix (really) (no whatsnew) 2010-06-17 01:02:47 +00:00
R. Belmont
0a40872ddc Near the end? (no whatsnew) 2010-06-17 00:42:18 +00:00
R. Belmont
dcc557325a devicelist.first hates me (no whatsnew) 2010-06-17 00:41:05 +00:00
R. Belmont
e85bd2ca71 Whack. Mole. Assembly required. (no whatsnew) 2010-06-17 00:40:12 +00:00
R. Belmont
a1b0bd61b7 Guess what (no whatsnew) 2010-06-17 00:38:46 +00:00
R. Belmont
bda9211496 Infinite PPC OS X compile fixes (no whatsnew) 2010-06-17 00:38:07 +00:00
R. Belmont
a0015f3840 Yet more OS X PPC compile fixes (still no whatsnew) 2010-06-17 00:36:56 +00:00
R. Belmont
316f61d195 Even more OS X PPC compile fixes (no whatsnew) 2010-06-17 00:34:44 +00:00
R. Belmont
e22a1bf81d More OS X PPC compile fixes (no whatsnew) 2010-06-17 00:33:29 +00:00
R. Belmont
ab1bc96eb4 More OS X PPC fixes (no whatsnew) 2010-06-17 00:32:52 +00:00
R. Belmont
645581bd38 More OS X PPC compile fixes (no whatsnew) 2010-06-17 00:32:10 +00:00
R. Belmont
ab488525f3 More OS X PPC fixes (no whatsnew) 2010-06-17 00:31:08 +00:00
R. Belmont
6e7f2af055 Fixes for OS X PowerPC compile [R. Belmont] 2010-06-17 00:28:54 +00:00
Angelo Salese
d6a9271feb Improved back layer 2010-06-16 18:35:18 +00:00
Miodrag Milanovic
848bf53c3d - moved opresolv and zippath into /lib/util from MESS [Miodrag Milanovic]
- removed ifdef MESS from osd part since calls are needed by zippath
2010-06-16 18:04:30 +00:00
Angelo Salese
bd1a98805c Forgot to remove this ... 2010-06-16 16:38:31 +00:00
Angelo Salese
a2fd54ce47 Implemented player-2 inputs 2010-06-16 16:36:09 +00:00
Angelo Salese
cdf7bec80a Fix sync 2010-06-16 15:51:48 +00:00
Angelo Salese
2428c23892 Deviceized the VDP used by Pinkiri 8 HW [David Haywood] 2010-06-16 15:39:42 +00:00
Angelo Salese
b36078de2b Implemented dip-switches for Janshi 2010-06-16 14:30:25 +00:00
Angelo Salese
b4ca90d7b4 Implemented back layer 2010-06-16 13:41:35 +00:00
Miodrag Milanovic
488fbb0f0f emuopts - added support for image devices parameters [Miodrag Milanovic] 2010-06-16 13:22:10 +00:00
Miodrag Milanovic
16e4f383fa Image device cleanup (no whatsnew) 2010-06-16 09:07:30 +00:00
Brian Troha
932199cb47 remove "bad_dump" from the Bloody Roar 2 default NV roms. This is consistant with the newly added Brave Blade NV roms. 2010-06-16 02:27:35 +00:00
Brian Troha
cc0cf502a0 minor information updates about Sel Feena and Mr. Kicker 2010-06-16 02:18:03 +00:00
Angelo Salese
ac9cf9494c Some drawing hacks ... 2010-06-16 02:06:30 +00:00
Brian Troha
cde28d18b1 fix rom names for the Japanese set of Liquid Kids like the US and World sets. 2010-06-16 01:49:29 +00:00
Angelo Salese
5b5b7187ef Implemented inputs for the two mahjong games 2010-06-16 01:22:06 +00:00
Angelo Salese
5ebfa2f586 Implemented color banking 2010-06-16 00:07:36 +00:00
Angelo Salese
e70c046a39 Improvements to the Pinkiri 8 video emulation [David Haywood, Angelo Salese] 2010-06-15 23:24:05 +00:00
Angelo Salese
2e413967ed Fixed default EEPROM for 1 on 1 Government [David Haywood]
Added default EEPROMs for each Brave Blade region [David Haywood]
2010-06-15 22:27:03 +00:00
Michaël Banaan Ananas
3d066d4e25 fix brapboys, shogwarr + clones - kaneko16.c "assert: src/emu/emucore.h:328: dynamic_cast<_Dest>(src) == src" 2010-06-15 20:16:27 +00:00