Commit Graph

21103 Commits

Author SHA1 Message Date
Oliver Stöneberg
490cf52cd3 fixed uninitialized members in src/emu/machine/adc0808.c (nw) 2013-02-22 20:49:01 +00:00
Oliver Stöneberg
9c7ee84d89 (MESS) fixed uninitialized member in src/mess/machine/74145.c (nw) 2013-02-22 20:32:35 +00:00
David Haywood
9fb848be6f notes based on some (failed) test 2013-02-22 20:31:36 +00:00
Oliver Stöneberg
597e390d0d fixed uninitialized memory in src/emu/video/i8275x.c (nw) 2013-02-22 20:25:27 +00:00
Oliver Stöneberg
3055378a38 fixed uninitialized member in src/emu/video/mc6845.c (nw) 2013-02-22 20:19:34 +00:00
smf-
a37772ec09 split mame/drivers/saturn.c into emu/machine/saturn.c and mess/drivers/saturn.c, so mame doesn't have to compile and link the unused code. [smf] 2013-02-22 19:58:27 +00:00
Angelo Salese
82e8b9963d Added SCSP timer A irq for Main CPU, fixes a booting bug in Jikkyou Oshaberi Parodius (game still not working due of timing bugs) 2013-02-22 19:46:38 +00:00
Curt Coder
7a3fd3f102 (MESS) cbm8096: Emulated the 64KB memory expansion card, and promoted driver to working. [Curt Coder] 2013-02-22 19:43:35 +00:00
smf-
e5334898c4 removed dependency as it no longer uses #include (nw) 2013-02-22 19:33:35 +00:00
smf-
a6c56d68a8 fixed stv (nw) 2013-02-22 19:31:11 +00:00
smf-
479c1ef908 split saturn and stv up a bit more so that stvprot.c is not linked into MESS [smf] 2013-02-22 19:25:23 +00:00
David Haywood
ca4eaccb06 better road handling, although less playable now because it renders over the bike ;-) 2013-02-22 19:15:35 +00:00
David Haywood
ecd9a5b280 looking at the road, not quite right 2013-02-22 18:33:03 +00:00
Angelo Salese
2c9983b2de Actually fixed track seek, fixes regression with Zero Divide 2013-02-22 17:43:28 +00:00
Angelo Salese
c3440702e6 It looks like we don't have an Angelique Special 2 ... 2013-02-22 16:53:21 +00:00
Curt Coder
36994e27f9 (MESS) pet: Cleanup. (nw) 2013-02-22 15:53:26 +00:00
Curt Coder
ca564ab927 (MESS) Cleanup. (nw) 2013-02-22 15:51:19 +00:00
Angelo Salese
c8c27d6448 First batch of real HW tests: added proper vblank firing 2013-02-22 15:48:09 +00:00
Curt Coder
af96c3b896 (MESS) Cleanup. (nw) 2013-02-22 15:23:05 +00:00
Curt Coder
2121b5c40d (MESS) cbm2: Floppy additions. (nw) 2013-02-22 15:15:11 +00:00
David Haywood
53464bf4c4 silly zoom bug with flipped objects 2013-02-22 15:03:48 +00:00
David Haywood
fd8ac8ba2f further code reorg, this seems to upset some of the fb logging, find out why. 2013-02-22 14:38:01 +00:00
David Haywood
563a6a6f95 code reorganization 2013-02-22 13:48:54 +00:00
Michael Zapf
3f47b71d32 ti99: Adding some more initializers. (nw) 2013-02-22 13:41:04 +00:00
Nathan Woods
701fd7438b Initializing variables to zero (nw) 2013-02-22 13:28:09 +00:00
Nathan Woods
547007c9b4 Fixing 6309 condition code setting errors 2013-02-22 12:16:37 +00:00
Miodrag Milanovic
bdb76fda6e Finished moving quicload/snapshot formats into machine folder (nw) 2013-02-22 11:49:43 +00:00
Nathan Woods
6370e160b6 Fixing compilation error; cannot subtract from a bool (nw) 2013-02-22 11:21:27 +00:00
Miodrag Milanovic
f23413860a Some more moving to proper place and compile fix (nw) 2013-02-22 11:09:34 +00:00
Michael Zapf
3509d4c5f9 ti99: Added member variable initializations. (nw) 2013-02-22 10:57:44 +00:00
Miodrag Milanovic
2b25f4a87f Moved some mess devices to proper place (nw) 2013-02-22 10:53:15 +00:00
Miodrag Milanovic
b25a1c367a removed some not used folders/files (nw) 2013-02-22 10:45:32 +00:00
Oliver Stöneberg
f531440a24 fill allocated memory with 0xDD pattern to make it easier to spot uninitialized memory in a debug build (nw) 2013-02-22 08:16:11 +00:00
Oliver Stöneberg
8e391558d7 fixed uninitialized members in src/emu/machine/upd1990a.c (nw) 2013-02-22 08:15:35 +00:00
Oliver Stöneberg
8173d26a63 fixed uninitialized members in src/emu/machine/im6402.c (nw) 2013-02-22 08:15:21 +00:00
Oliver Stöneberg
755552568b (MESS) fixed uninitialized members in src/mess/video/crtc_ega.c (nw) 2013-02-22 08:08:29 +00:00
Oliver Stöneberg
8ec41c5ff0 (MESS) fixed uninitialized members in src/mess/video/isa_cga.c (nw) 2013-02-22 07:59:35 +00:00
Angelo Salese
c884762282 Debug code that slipped through ... 2013-02-22 04:06:12 +00:00
Angelo Salese
c058811387 Hook-up proper VDP1 fb erase via coordinates, fixes Gokujou Parodius / Sexy Parodius 2013-02-22 04:04:25 +00:00
R. Belmont
c46b63f218 h8: PC and CCR are packed into one longword. Fixes coinmvga games. [O. Galibert, R. Belmont] 2013-02-22 02:12:04 +00:00
David Haywood
ffa0f7b714 temp zoom code, to be improved / rewritten 2013-02-22 00:51:55 +00:00
David Haywood
8a00bcaab3 rotated object (map screen) + removed old debug code, will rewrite for further tests (nw) 2013-02-21 23:39:26 +00:00
Oliver Stöneberg
a42c69d536 (MESS) fixed uninitialized member in src/mess/machine/ti99/speech8.c (nw) 2013-02-21 23:02:36 +00:00
Oliver Stöneberg
9edb3a9e52 (MESS) fixed uninitialized memory in src/mess/machine/docg3.c (nw) 2013-02-21 22:45:20 +00:00
Oliver Stöneberg
6723d7ee24 fixed uninitialized members in src/emu/machine/6821pia.c (nw) 2013-02-21 22:33:23 +00:00
Angelo Salese
423bab6d8f Default for ISM, there were some spurious irqs at boot ... 2013-02-21 22:33:10 +00:00
Oliver Stöneberg
523413c4a5 fixed uninitialized members in src/emu/cpu/tms9900/tms9995.c (nw) 2013-02-21 22:29:19 +00:00
Oliver Stöneberg
528c308397 fixed uninitialized members in src/emu/cpu/sm8500/sm8500.c (nw) 2013-02-21 22:20:21 +00:00
Oliver Stöneberg
2516696c7e fixed uninitialized members in src/emu/cpu/lr35902/lr35902.c (nw) 2013-02-21 22:17:07 +00:00
Angelo Salese
0c0781c267 And commented out DMAC while at it 2013-02-21 21:43:38 +00:00