Fabio Priuli
fa83233e8e
fixed compile on old Apple GCC (thanks Micko). nw.
2014-04-27 13:11:23 +00:00
Robbbert
fc2e5f923a
(MESS) mbee : same cleanup applies here too
2014-04-27 12:23:46 +00:00
Robbbert
200dc50984
(MESS) kaypro : same cleanup applies here too
2014-04-27 12:09:51 +00:00
Robbbert
e1dab76012
(MESS) super80 : cleanup, part 4
2014-04-27 11:53:24 +00:00
Robbbert
cb3e2e33f3
(MESS) super80 : cleanup, part 3
2014-04-27 11:34:40 +00:00
Robbbert
51ee7d463e
(MESS) super80 : cleanup, part 2
2014-04-27 10:20:22 +00:00
Miodrag Milanovic
477c80e76e
Fixed hard-reset (nw)
2014-04-27 05:33:47 +00:00
Angelo Salese
b30802e57d
Fixed TGP area access in Sky Target
2014-04-27 02:43:36 +00:00
Angelo Salese
7b7ee9cab8
Updated VF2 opcodes, and fixed Sky Target 3d display.
2014-04-27 02:24:00 +00:00
Angelo Salese
470be8ce4b
Fix for External->Reg opcode in TGP, VF2 now boots then dies a bunch of seconds later in gameplay/attract.
2014-04-27 01:39:15 +00:00
Angelo Salese
d7e3b4a5e1
Fixed Indirect Mode addressing in TGP, fixes Manx TT crash on gameplay (bikes are invisible tho, Z sort issue?). Also added most inputs for Manx TT minus gear shifts.
2014-04-27 01:15:38 +00:00
Robbbert
8e7765487e
(MESS) super80 : cleanup, part 1
2014-04-27 00:15:19 +00:00
R. Belmont
4ef39d3a47
(MESS) Obvious digital RGB is obvious (nw)
2014-04-26 20:55:58 +00:00
R. Belmont
4a931fa955
(MESS) fanucspg: Better colors from new reference. [Guru, R. Belmont]
...
nw: If you're bored and can read segmented 16-bit x86 decently, I could use some help figuring out what's happening when it (I think) attempts to boot off the '765 and bring all those other chips into play. (Change test_r to return 0x80 to observe).
2014-04-26 19:48:06 +00:00
Robbbert
17e802b9b8
(MESS) super80 : oops!
2014-04-26 19:41:54 +00:00
cracyc
c0362ea929
sblaster: fix irqs and 16bit dma (nw)
2014-04-26 18:40:59 +00:00
Phil Bennett
ae6b21b1a3
03447: gauntdl, gauntdl24, gauntleg, gauntleg12: Texture with alpha channel is not drawn properly. [Phil Bennett]
...
voodoo - Fixed alpha test to run on the alpha combiner output and not on a_other. Do the test before the color combiner steps to potentially save some effort. [Phil Bennett]
2014-04-26 18:00:26 +00:00
Michael Zapf
ef7cb0e4fb
(MESS) Fixed doubled tag definition. (nw)
2014-04-26 16:07:04 +00:00
Miodrag Milanovic
d034eefcb5
Merged in cleanup changes from osd branch (nw)
2014-04-26 13:35:06 +00:00
Robbbert
9dbcea080f
(MESS) super80 : more work with fdc
2014-04-26 11:47:56 +00:00
mahlemiut
9d9042e639
s3: added Diamond Stealth 3D 2000 Pro card. [Malice, Barry Rodewald]
2014-04-26 11:20:04 +00:00
Olivier Galibert
bb221d260a
h8_sci: Implement sync-start [O. Galibert]
...
h8: Fix problem in the sleep instruction [O. Galibert]
at45dbxx: Fix communications [O. Galibert]
2014-04-26 10:31:13 +00:00
Robbbert
862d0e262d
(MESS) super80 : more work with fdc
2014-04-26 09:40:46 +00:00
Robbbert
473f022573
(MESS) super80 : starting to add fdc support
2014-04-26 08:08:12 +00:00
Ivan Vangelista
cf3d95315f
wbml and clones: Corrected some dip-switches as per game manual. [kamilz]
2014-04-26 07:51:10 +00:00
Oliver Stöneberg
6b0355117f
small cleanup in formats headers (nw)
2014-04-26 06:54:46 +00:00
Oliver Stöneberg
3f9234b23f
fixed global-buffer-overflow reported by AddressSanitizer in src/emu/cpu/alto2/a2roms.c (nw)
2014-04-26 06:17:01 +00:00
Miodrag Milanovic
c0cd48a3f2
Removed dependency on pmmidi.inc (nw)
2014-04-26 05:43:40 +00:00
mahlemiut
e60a359e50
s3,s3virge: Set power-on strapping bits on reset, and allow them to be written (if unlocked).
2014-04-26 02:42:32 +00:00
Angelo Salese
a9996dded5
Manx TT ROM loading ...
2014-04-25 20:49:56 +00:00
Angelo Salese
9948131f7f
Improved Sky Target polygon/texture ROM loading, still a mess tho.
2014-04-25 20:38:57 +00:00
Angelo Salese
3bba9db73f
Hooked up lightgun inputs for Virtua Cop 2
2014-04-25 18:32:58 +00:00
Angelo Salese
7ec27bdb4f
Stupid mistake from my part in TGP undocumented opcode, fixes character appearing/logic in Virtua Cop 2
2014-04-25 16:26:06 +00:00
Angelo Salese
addd178d98
Virtua Cop 2 had inverted texture ROMs, fixed (wrong ROM labels I'd assume?)
2014-04-25 16:16:27 +00:00
Angelo Salese
d90e81d6fe
Virtua Striker doesn't seem to like flipping textures on playfield and players, disable it.
2014-04-25 15:55:29 +00:00
Ivan Vangelista
90cf5ab2cb
s3c24xx: isolated the callback that resists devcb2 conversion (nw)
2014-04-25 14:37:19 +00:00
Luca Elia
5e0dbfed80
Reinstate credits
2014-04-25 14:31:10 +00:00
Curt Coder
e0dd6c3b19
(MESS) hp9845: Added software lists for option ROMs. [Curt Coder]
2014-04-25 14:23:27 +00:00
Ivan Vangelista
e9564b7562
s3c24xx: First part of devcb2 conversion (nw)
...
The last two callbacks are causing problems when converted to devcb2, need to try to understand why.
2014-04-25 14:18:02 +00:00
Wilbert Pol
2b7aca4cb0
Fixed snes regression from modernization (nw)
2014-04-25 13:35:47 +00:00
Oliver Stöneberg
e4a572e34f
fixed usage of uninitialized members in tms7000_device (nw)
2014-04-25 13:35:39 +00:00
Oliver Stöneberg
4d08988cd3
fixed usage of uninitialized member in i8251_device (nw)
2014-04-25 13:01:00 +00:00
Oliver Stöneberg
af54130f93
fixed usage of uninitialized member in nick_device (nw)
2014-04-25 12:54:21 +00:00
Oliver Stöneberg
7e658154fb
fixed usage of uninitialized member in dave_device (nw)
2014-04-25 12:48:47 +00:00
Oliver Stöneberg
d347378a9d
fixed usage of uninitialized members in i80186_cpu_device (nw)
2014-04-25 10:00:49 +00:00
Oliver Stöneberg
40e727c2d8
fixed usage of uninitialized members in hcd62121_cpu_device (nw)
2014-04-25 09:53:24 +00:00
Oliver Stöneberg
471e7a9fe5
fixed usage of uninitialized member in mc68681_device (nw)
2014-04-25 09:43:39 +00:00
Oliver Stöneberg
58be5d83e9
fixed usage of uninitialized members in tms32010_device (nw)
2014-04-25 09:41:27 +00:00
Oliver Stöneberg
91ee265a77
fixed usage of uninitialized member in mc68681_device (nw)
2014-04-25 09:36:56 +00:00
Miodrag Milanovic
417174ab64
ah (nw)
2014-04-25 09:31:16 +00:00