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 |
|
Ville Linde
|
97081d06ef
|
drivers/jaguar.c: Removed cart protection hack.
|
2013-02-15 01:47:29 +00:00 |
|
Ville Linde
|
44ebb6ab2d
|
cpu/jaguar: Fixed SUBC opcode. Added special case for internal RAM loads and stores.
|
2013-02-15 01:46:36 +00:00 |
|
Wilbert Pol
|
f56c9ad13b
|
megasys1.c: Reduce tagmap lookups (nw)
|
2013-02-14 21:50:21 +00:00 |
|
Wilbert Pol
|
22f8046507
|
(MESS) atari400.c: Reduce tagmap lookups (nw)
|
2013-02-14 21:04:38 +00:00 |
|
Wilbert Pol
|
71e88e2d37
|
(MESS) z80ne.c: Reduce tagmap lookups (nw)
|
2013-02-14 20:32:47 +00:00 |
|
Wilbert Pol
|
c42c219682
|
(MESS) palm.c: Reduced tagmap lookups (nw)
|
2013-02-14 20:24:00 +00:00 |
|
Wilbert Pol
|
82a539c656
|
(MESS) gb.c: Reduce tagmap lookups (nw)
|
2013-02-14 20:07:15 +00:00 |
|
Oliver Stöneberg
|
347cb338f8
|
(MESS) fixed gameboy crash on exit when mounted cart wasn't valid (nw)
|
2013-02-14 20:00:58 +00:00 |
|
Wilbert Pol
|
2558a614e8
|
(MESS) radio86.c orion.c: Reduce tagmap lookups (nw)
|
2013-02-14 19:57:26 +00:00 |
|