Commit graph

20648 commits

Author SHA1 Message Date
Oliver Stöneberg
9ea02a3be0 avoid usage of uninitialized memory in lc89510_temp_device::CDC_Reset() (nw) 2013-02-16 16:04:03 +00:00
Oliver Stöneberg
87a550835c fixed uninitialized variable in src/emu/cpu/cosmac/cosmac.c (nw) 2013-02-16 15:57:29 +00:00
Oliver Stöneberg
16445c1078 (MESS) fixed uninitialized variables in arcadia_sound_device (nw) 2013-02-16 15:53:10 +00:00
Oliver Stöneberg
5900d49512 fixed uninitialized variable in src/mess/machine/southbridge.c (nw) 2013-02-16 15:46:31 +00:00
Oliver Stöneberg
0f6b2871ca fixed uninitialized memory in src/emu/machine/rp5c01.c (nw) 2013-02-16 15:42:10 +00:00
Oliver Stöneberg
72fca09e53 fixed uninitialized variables in src/emu/machine/6532riot.c (nw) 2013-02-16 15:37:04 +00:00
Oliver Stöneberg
87eefcc345 fixed another uninitialized variable in src/emu/machine/6850acia.c (nw) 2013-02-16 15:31:30 +00:00
Oliver Stöneberg
f20cb07ace fixed uninitialized variable in src/emu/machine/6850acia.c (nw) 2013-02-16 15:28:17 +00:00
Angelo Salese
582a24aeac Death to window_control with bit pattern (wtf I was smoking that day) and old bitmap code 2013-02-16 15:14:49 +00:00
Oliver Stöneberg
247e39764d (MESS) fixed uninitialized variable in src/mess/machines/kb3600.c (nw) 2013-02-16 14:01:08 +00:00
Oliver Stöneberg
0536992912 fixed uninitialized variable in src/emu/video/saa5050.c (nw) 2013-02-16 12:08:58 +00:00
Oliver Stöneberg
0f71d79444 fixed uninitialized variable in src/emu/video/mc6845.c (nw) 2013-02-16 10:04:57 +00:00
Oliver Stöneberg
0ff7044d9e fixed uninitialized variable in src/emu/imagedev/cassette.c (nw) 2013-02-16 10:04:37 +00:00
Oliver Stöneberg
90c1726aa2 (MESS) use memmove() in generic_terminal_device::scroll_line() and teleprinter_device::scroll_line() to prevent problems with optimized memcpy() implementation (nw) 2013-02-16 09:24:46 +00:00
Oliver Stöneberg
b526cecada fixed unfixed uninitialized variables in src/emu/machine/z80dma.c (nw) 2013-02-16 09:22:13 +00:00
Oliver Stöneberg
709fcb99c1 fixed initialization of i2cmem_device (nw) 2013-02-16 09:20:14 +00:00
Fabio Priuli
e99fd1b730 (MESS) fix some crash on exit. nw. 2013-02-16 08:02:08 +00:00
Fabio Priuli
a571252867 (MESS) megadriv.xml: added original uncracked dump of Tiny Toon Adventures 3 [Barver, Azathoth]
(MESS) megadriv.c: emulated protection in mulan, pokemon 2 (previously patched out) and in the real ttoon3 dump. [Fabio Priuli]
2013-02-16 07:51:40 +00:00
Fabio Priuli
94b3eb697a (MESS) ibm5150/ibm5170: a couple of additions from Kaylee. nw.
(MESS) gbcolor.xml: a new dump from taizou. nw.
2013-02-16 07:46:20 +00:00
Fabio Priuli
e4a8d68cb7 (MESS) socrates.xml: added CAD Professor Maus dump [TeamEurope] 2013-02-16 07:45:19 +00:00
Angelo Salese
7fe758f023 Actually found something that uses this, fixed (Wangan Midnight Dead Heat + Real Arrange, if you are wondering) 2013-02-16 03:15:08 +00:00
Ville Linde
cd67733678 cpu/jaguar: Fixed PACK opcode. 2013-02-16 02:15:31 +00:00
Angelo Salese
8b1eabaf1e Attempt to add Copy Sector Data command, but my logic fails for some reason ... 2013-02-16 02:08:55 +00:00
Angelo Salese
624f337023 Actually ECPY isn't needed 2013-02-16 00:27:23 +00:00
Angelo Salese
2c251c8a69 Fixed Out Run booting, it triggers the RESET opcode and the only good theory so far is that the SMPC can read the RESET/HALT states on it in some way. 2013-02-15 23:31:30 +00:00
Sandro Ronco
89ddd7a69e (MESS) cybiko: added quickload support. (nw) 2013-02-15 22:02:15 +00:00
Wilbert Pol
6bc5e8a3d6 (MESS) odysssey2: Improved hookup of the sp0256; still no sounds in killer bees though. (nw) 2013-02-15 21:37:53 +00:00
Angelo Salese
5796586bb9 (MESS) Added hook-up for CD Block command 0x64 (Put Sector Data) [Angelo Salese] 2013-02-15 20:46:14 +00:00
Sandro Ronco
e1177bd7ec (MESS) cybiko: cleanup. (nw) 2013-02-15 20:15:58 +00:00
Curt Coder
d6a522bb2c (MESS) mm1: Added RS-232 ports. (nw) 2013-02-15 20:09:51 +00:00
Wilbert Pol
c4f6d234e8 (MESS) pc4.c: Reduce tagmap lookups (nw) 2013-02-15 19:59:15 +00:00
Curt Coder
2c9ac3e1ed (MESS) prof80: Added RS-232 ports. (nw) 2013-02-15 19:49:49 +00:00
Wilbert Pol
2d0d151ca3 (MESS) crtc_ega.c: Initialized the rest of the variables. (nw) 2013-02-15 19:42:28 +00:00
Curt Coder
62c9ecca3b (MESS) abc80x: Connected RS-232 ports to Z80 DART/SIO. (nw) 2013-02-15 19:34:02 +00:00
Curt Coder
d9dd49a75e (MESS) superpet: Added RS-232 port. (nw) 2013-02-15 19:13:21 +00:00
Angelo Salese
21884c4f62 Basic hook-up of CD block command 0x64, pending actual transfer code ... 2013-02-15 19:07:42 +00:00
Wilbert Pol
93160e3057 (MESS) tms3556.c: Copying only 1 line of data is enough (nw) 2013-02-15 18:56:09 +00:00
Curt Coder
a6e13f490b (MESS) vic20/c64: Added VIC-1011A/B RS-232C adapter emulation. [Curt Coder]
(MESS) cbm2: Connected RS-232 port to ACIA. (nw)
(MESS) Modernization and cleanup. (nw)
2013-02-15 18:54:26 +00:00
Oliver Stöneberg
077efbe873 fixed unfixed uninitialized variables in src/mess/machine/terminal.c (nw) 2013-02-15 18:02:43 +00:00
Oliver Stöneberg
5b43d36bf6 fixed uninitialized variables in src/emu/sound/pokey.c (nw) 2013-02-15 17:40:16 +00:00
Oliver Stöneberg
1569b9651a fixed uninitialized variable in src/emu/video/mc6845.c (nw) 2013-02-15 17:29:05 +00:00
Angelo Salese
4b03ea2441 Notes updating 2013-02-15 15:43:23 +00:00
Angelo Salese
d75cff8859 Er, yeah ... 2013-02-15 15:04:04 +00:00
Angelo Salese
d05ca3bf27 Might as well do the same thing for Slave CPU, nw 2013-02-15 15:02:37 +00:00
Angelo Salese
32edfb1081 Fixed SMPC change clock behaviour, fixes 2 credits at start-up for various ST-V games [Angelo Salese] 2013-02-15 14:42:16 +00:00
Oliver Stöneberg
1b18ce13d6 fixed uninitialized variables in src/mame/video/tia.c according to valgrind (nw) 2013-02-15 11:20:49 +00:00
Robbbert
810e72c874 fcrash: soundcpu -> audiocpu (nw) 2013-02-15 10:42:00 +00:00
Oliver Stöneberg
6b40a3fda7 (MESS) fixed crtc_ego configuration via crtc_ega_interface (nw) 2013-02-15 09:01:35 +00:00
Oliver Stöneberg
892e89c643 (MESS) fixed some uninitialized variables in crtc_ega.c (nw) 2013-02-15 08:10:02 +00:00
Ville Linde
6a60cb4b3a cpu/jaguar: Fixed ADDC. 2013-02-15 02:38:56 +00:00