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
Michaël Banaan Ananas
cb19ef2aef
sprite layer disable bit
2014-09-08 19:04:06 +00:00
Oliver Stöneberg
82a99c4452
moved tagged_list:: out of tagged_list to make it catch-able / handle add_exception / updated exception handling unidasm to match the main one and return a proper exitcode in case of an error (nw)
2014-09-08 18:46:40 +00:00
Wilbert Pol
eb9a3ddc70
(MESS) sms.c: Fixed lphaser regression. [Enik Land]
2014-09-08 18:36:12 +00:00
Oliver Stöneberg
7dbc5d190f
removed -Wno-strict-overflow for GCC 4.9 (nw)
2014-09-08 18:25:05 +00:00
Michaël Banaan Ananas
4e348728c5
fix warning (this was useless anyway: m_temp is really temporary)
2014-09-08 16:20:23 +00:00
Fabio Priuli
0f30ae5e75
fix error when attempting to mount a cart designed for the A800 right slot (e.g. Monkey Wrench II)
...
into a system without the right slot. nw.
2014-09-08 13:55:48 +00:00
Fabio Priuli
ee7811cfe8
let's give antic its own include. nw.
2014-09-08 12:20:30 +00:00
Oliver Stöneberg
d8ec9291c6
unreachable code warning fixes for tools (nw)
2014-09-08 12:11:56 +00:00
Oliver Stöneberg
b0b11c8fa2
forgot two unreachable code fixes (nw)
2014-09-08 12:08:59 +00:00
Oliver Stöneberg
3568cf772f
fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warnings of clang 3.5 when compiling MESS (nw)
2014-09-08 12:00:45 +00:00
David Haywood
ad0cdb4ad2
clear highscores + bookkeeping info from elfin rom (nw)
2014-09-08 10:10:01 +00:00
Miodrag Milanovic
d14d6a8099
Do web serving in main thread (nw)
2014-09-08 07:51:14 +00:00
Miodrag Milanovic
98942bb612
Fixed linking for MAME (nw)
2014-09-08 07:37:00 +00:00