Commit Graph

30829 Commits

Author SHA1 Message Date
Scott Stone
9b115b70f1 Cleanups & fix for missing acknowledgment of a5200 button 2 inputs (MT5591) - from Fabio. (nw) 2014-09-10 08:48:37 +00:00
Oliver Stöneberg
4842f0443f added another note about memory leak (nw) 2014-09-10 06:40:41 +00:00
Oliver Stöneberg
6bcb3a3bd9 added note about memory leak (nw) 2014-09-10 06:39:13 +00:00
Oliver Stöneberg
8ca65d8d1f sync'd CPU list (nw) 2014-09-10 06:17:01 +00:00
Oliver Stöneberg
0911ce55ef flagged some functions as noreturn (nw) 2014-09-10 06:12:19 +00:00
mahlemiut
ffa4d22438 mach32,mach64: fixed crash when reading vblank state. 2014-09-10 02:54:07 +00:00
Robbbert
7d1e764aee jp.c : Faeton is working [Robbbert]
Another 6 games are playable.
2014-09-10 02:46:30 +00:00
Michaël Banaan Ananas
40e169b961 added op_bldd_sbmar 2014-09-09 22:24:57 +00:00
Brian Troha
28d15fd6ac vamphalf.c: Minor doc update - NW 2014-09-09 21:35:34 +00:00
Oliver Stöneberg
d4ff4ffe21 and even less tagmap lookups counted (nw) 2014-09-09 21:05:30 +00:00
Oliver Stöneberg
d54319c562 have a few less tagmap lookups counted (nw) 2014-09-09 20:57:48 +00:00
Michaël Banaan Ananas
92e13e0424 rm unneeded comments 2014-09-09 20:52:43 +00:00
Oliver Stöneberg
80428c91fc do not start tagmap lookup counting until everything is initialized / tagmap lookups are now properly shown for each execution when running multiple sets from built-in UI instead of only when exiting MAME completely (nw) 2014-09-09 20:29:57 +00:00
Angelo Salese
111ec37e89 Fixed radar for Seibu Cup Soccer 2014-09-09 20:20:11 +00:00
David Haywood
76306e400c buffer tilemaps to prevent tilemap / tilebank desync in r2 intro (fixes 1 frame glitches in animation) 2014-09-09 19:44:31 +00:00
Wilbert Pol
ffe7ff2e16 webengine.c: Reduce tagmap lookups (nw) 2014-09-09 19:17:39 +00:00
Oliver Stöneberg
318d01b5ae removed -Wno-strict-overflow for GCC 4.8 as well (nw) 2014-09-09 19:10:56 +00:00
Oliver Stöneberg
30bb95b31d fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warnings of clang 3.5 when compiling MAME (nw) 2014-09-09 19:04:23 +00:00
David Haywood
805bd51118 raiden games in psx list (nw) 2014-09-09 18:43:46 +00:00
Michaël Banaan Ananas
449ff1bb6c poking around with taitojc dangcurv 2014-09-09 18:31:51 +00:00
Wilbert Pol
892de8e04a (MESS) sms.c: Fixed graphics glitch in E-Swat atttact mode on the smsj driver and some small cleanups. [Enik Land] 2014-09-09 18:28:17 +00:00
Fabio Priuli
7696f22483 antic.c: converted to be a device. [Fabio Priuli] 2014-09-09 18:03:05 +00:00
David Haywood
7ae39e007c fix scrolling in godzilla (nw) 2014-09-09 16:30:58 +00:00
Miodrag Milanovic
5033a590a3 Added support for LUA server pages (nw) 2014-09-09 14:33:00 +00:00
Michaël Banaan Ananas
8e207529fe correct year 2014-09-09 13:49:06 +00:00
Michaël Banaan Ananas
6d0ef2f042 year correction from gregf 2014-09-09 13:46:14 +00:00
David Haywood
3336444452 (nw) 2014-09-09 13:28:21 +00:00
David Haywood
29a5a0446c oops (nw) 2014-09-09 12:56:58 +00:00
David Haywood
ba14907e9d e132xs: fix do xx= in debugger (nw) 2014-09-09 12:54:05 +00:00
David Haywood
53cf13ef00 (nw) 2014-09-09 11:36:00 +00:00
smf-
a672537ecb fix for building with latest 32 bit tools. (nw)
src/mess/video/rm380z.c: In member function 'void rm380z_state::put_point(int, int, int, int)': src/mess/video/rm380z.c:17:2: error: assuming signed overflow does not occur when assuming that (X + c) >= X is always true [-Werror=strict-overflow]
  for (int r=y;r<(y+mx);r++)
  ^
cc1plus.exe: all warnings being treated as errors
makefile:922: recipe for target 'obj/windows/mess/video/rm380z.o' failed
2014-09-09 10:47:01 +00:00
mahlemiut
e872ab3756 trident: added ID register, banking, and clock selection. 2014-09-09 10:40:57 +00:00
Scott Stone
b906c7d7f4 voodoo.c, vooddefs.h: Added support for writes to trexInit1 register, to return TMU configuration data. [Peter Ferrie] 2014-09-09 07:44:33 +00:00
Fabio Priuli
de2259e591 bye bye ANTIC_RENDERER. nw. 2014-09-09 07:24:50 +00:00
Fabio Priuli
26958a2494 small wip. nw. 2014-09-09 06:58:53 +00:00
Fabio Priuli
46e54dacce reduce number of define'd functions. nw. 2014-09-09 06:35:51 +00:00
Michaël Banaan Ananas
300987b638 add op_add_s16_mem 2014-09-09 04:20:52 +00:00
R. Belmont
bca0be8ee3 hikaru: add mask dumps for podrace [Cah4e3] 2014-09-09 01:39:57 +00:00
Robbbert
05eccb8f4d jp.c : placeholder 2014-09-09 01:13:25 +00:00
Brian Troha
56af4112a4 dgpix.c: Minor doc update - NW 2014-09-08 22:48:56 +00:00
Angelo Salese
fc02faae6d Experiment with the bootleg ... 2014-09-08 22:00:38 +00:00
Michaël Banaan Ananas
a0cd7bf8cd get rid of set 1,2,3,4,5,6,7,8,9 naming 2014-09-08 21:39:38 +00:00
Wilbert Pol
131009c2c4 315_5124.c: Add new member to save state (nw) 2014-09-08 21:10:14 +00:00
Scott Stone
58f5da94c3 Some dips/inputs for numcrash (nw) 2014-09-08 19:55:49 +00:00
Wilbert Pol
63afa61876 (MESS) sms.c: Prevent vdp register 6 contents from being overwritten while a line is being drawn. Fixes title screen in backtof3. [Enik Land, Wilbert Pol] 2014-09-08 19:54:21 +00:00
Angelo Salese
54bdec4eef Fixed foreground tilemap in Godzilla, fixes several missing graphics in it. 2014-09-08 19:43:42 +00:00
Fabio Priuli
885a377e22 some more antic refactorization. nw. 2014-09-08 19:40:45 +00:00
Michaël Banaan Ananas
f156d1704d heh 2014-09-08 19:12:33 +00:00
Oliver Stöneberg
104914b3d9 unregister OSD_OUTPUT_CHANNEL hooks when validity_checker is destroyed - fixes logging of unhandled exceptions in validation (nw) 2014-09-08 19:12:15 +00:00
Olivier Galibert
c43f9982de misc (nw) 2014-09-08 19:09:47 +00:00