Fabio Priuli
0a4f39f9ef
(MESS) Misc softlist updates. nw.
...
- gbcolor.xml: new dumps from taizou
- n64.xml: new dump from Carrot
- pico.xml: new dumps from TeamEurope
- gba.xml: added a couple of pirate (Sintax?) dumps
2013-03-11 14:11:51 +00:00
Fabio Priuli
06c5b5469d
(MESS) snes: cleaned up snesnew memory handlers. nw.
2013-03-11 11:53:09 +00:00
Miodrag Milanovic
0d71457a82
direct update handler is not being used in snes, therefore removed together with snes_ram variable (nw)
2013-03-11 09:17:39 +00:00
Fabio Priuli
d2c1eee68c
checkpoint. nw.
2013-03-11 07:45:16 +00:00
Fabio Priuli
d0590343a1
fixed regression from yesterday in snesnew. nw.
2013-03-11 07:44:33 +00:00
Fabio Priuli
7cfe77fffc
minor cleanup. nw.
2013-03-11 06:51:15 +00:00
Fabio Priuli
658569ea88
(MESS) snes: legacy code for CX4 is better than no code at all... nw
2013-03-11 06:45:32 +00:00
cracyc
499bed06cd
(mess) dp8390: packet must be at least 60 bytes (nw)
2013-03-11 01:30:20 +00:00
Brian Troha
40f7ff28d7
model2.c: Add Sega game ID# & rom board # to Dead or Alive A-CRX set - NW
2013-03-10 23:31:39 +00:00
Oliver Stöneberg
a7390ec3c9
[COSMAC] R registers are supposed to contain random data on start-up (nw)
2013-03-10 21:25:08 +00:00
Fabio Priuli
4f6c20fff8
(MESS) snes: Added support for DSP-1 games with ROM larger than 1MB. nw.
2013-03-10 18:46:03 +00:00
Fabio Priuli
39cd95f6e0
minor fixes. nw.
2013-03-10 18:44:25 +00:00
Fabio Priuli
1e94e03b78
(MESS) snes: more accurate mapping of the seta DSP chip for snesnew. nw
2013-03-10 18:24:39 +00:00
Fabio Priuli
903eef77c7
g65816.c: added missing mirror of the 5a22 regs [Fabio Priuli]
2013-03-10 17:08:48 +00:00
cracyc
fc45da8cbb
(mess) ne2000: clarify IRQ2 is also IRQ9 (nw)
2013-03-10 14:02:51 +00:00
Nathan Woods
ab03c9fe1e
[COCO] Cleanups/modernization to cartridge slot code (nw)
2013-03-10 14:02:22 +00:00
Nathan Woods
ebf4c10b31
[COCO] Fixed a degenerate scenario that could cause MESS to crash with a stack
...
overflow when reading the floating bus.
2013-03-10 13:44:37 +00:00
Nathan Woods
84e0703a98
Minor cleanups (nw)
2013-03-10 13:29:09 +00:00
Oliver Stöneberg
17ac07dde7
(MESS) fixed uninitialized memory in src/mess/video/pc_aga.c (nw)
2013-03-10 10:42:14 +00:00
Oliver Stöneberg
7b372a3503
fixed uninitialized member in src/emu/diserial.c (nw)
2013-03-10 10:33:26 +00:00
Oliver Stöneberg
d9d3accd4a
fixed uninitialized member in src/emu/machine/n68681.c (nw)
2013-03-10 10:22:06 +00:00
Fabio Priuli
95ff913c52
this had to remain commented out because wrong with current rtc handling, sorry for clang warning
2013-03-10 10:16:26 +00:00
Oliver Stöneberg
192ed8fe18
(MESS) fixed clang compiler warning (nw)
2013-03-10 10:04:30 +00:00
Fabio Priuli
2eab9d0485
(MESS) misc slot cleanups. nw.
2013-03-10 09:43:17 +00:00
cracyc
e85a5663ae
netdev_pcap: set non-block mode for winpcap (nw)
2013-03-09 22:31:11 +00:00
cracyc
43777dadb3
(mess) ne1000, ne2000: Let's pick an IRQ (nw)
2013-03-09 22:08:38 +00:00
David Haywood
00517de697
further stvprot.c reworking + logging
2013-03-09 20:06:50 +00:00
David Haywood
0e272103d7
bit of rearranging of the stvprot.c code with a view to easier dumping out encrypted / non-encrypted streams.
2013-03-09 18:39:33 +00:00
Oliver Stöneberg
0f3d93b2a4
(MESS) added assert when setting up index_pulse_cb in upd765_family_device::device_start() to indicate NULL dereference (nw)
2013-03-09 18:02:09 +00:00
Oliver Stöneberg
ae12624e8e
[MT05140] fixed missing default slot for prof180x floppies [Oliver Stöneberg]
2013-03-09 17:59:07 +00:00
Oliver Stöneberg
b4adc5b171
[MT05156] fixed saa5050 configuration for a6809 [Oliver Stöneberg]
2013-03-09 17:50:50 +00:00
Nathan Woods
74408485b7
m6809: Now setting the E condition code when SWI instruction is executed (nw)
2013-03-09 17:46:19 +00:00
Oliver Stöneberg
41cd535195
[MT05109] fixed amstrad plus out of line drawing [Oliver Stöneberg]
2013-03-09 17:40:54 +00:00
Nathan Woods
a41acff8dc
Fixed subtle problem in 6x09 CWAI instruction; rocnrope is now fixed (nw)
2013-03-09 17:13:18 +00:00
David Haywood
c3f5ced6f3
put the decathlete protection (compression) handling in a different file to the others, add some debug (disabled) code to allow loading of memdumps from UME/MESS for the title screen, will hopefully give us a good 1:1 match for some compressed -> plain gfx.
...
this one is going to need a lot of work even once the gfx are done tho, currently looks awful anyway with the bad blending and 9% speed.
2013-03-09 16:55:40 +00:00
Angelo Salese
dba9aa41f7
Improved previous fix, fixes regression with Road Blaster & friends
2013-03-09 14:12:36 +00:00
Oliver Stöneberg
25c9594626
disabled another clang warning for now (nw)
2013-03-09 10:33:40 +00:00
Oliver Stöneberg
4c434517b8
[MT05116] fixed array out of bounds access in src/mess/video/mc6847.c ([Oliver Stöneberg]
2013-03-09 09:39:33 +00:00
Oliver Stöneberg
4ed6e53088
fixed uninitialized and disabled unused member in src/mess/machine/at45dbxx.c (nw)
2013-03-09 09:38:18 +00:00
Oliver Stöneberg
4a1f2f7735
(MESS) fixed uninitialized memory in src/mess/drivers/psion.c (nw)
2013-03-09 09:33:26 +00:00
Oliver Stöneberg
17d6640c48
fixed uninitialized memory in src/emu/cpu/hd61700/hd61700.c (nw)
2013-03-09 09:32:55 +00:00
Oliver Stöneberg
f36544c50b
fixed uninitialized members in src/emu/cpu/cosmac/cosmac.c (nw)
2013-03-09 09:32:34 +00:00
Oliver Stöneberg
5a03cd5301
(MESS) fixed uninitialized memory in src/mess/drivers/fm7.c (nw)
2013-03-09 09:32:09 +00:00
Oliver Stöneberg
3a40e3bbec
(MESS) fixed uninitialized memory in src/mess/drivers/pc9801.c (nw)
2013-03-09 09:31:57 +00:00
Oliver Stöneberg
077a86984f
(MESS) fixed uninitialized memory in src/mess/video/nubus_48gc.c (nw)
2013-03-09 09:15:21 +00:00
Oliver Stöneberg
3b5012fdef
fixed uninitialized members in src/emu/machine/upd1990a.c (nw)
2013-03-09 09:12:19 +00:00
Oliver Stöneberg
6c5af3ca4a
(MESS) fixed uninitialized memory in src/mess/drivers/nakajies.c (nw)
2013-03-09 09:07:35 +00:00
Oliver Stöneberg
0c69058bb1
(MESS) fixed uninitialized members in src/mess/machine/rx01.c (nw)
2013-03-09 08:58:42 +00:00
Oliver Stöneberg
3536884a0a
fixed uninitialized memory in src/emu/sound/cdp1869.c (nw)
2013-03-09 08:53:33 +00:00
Oliver Stöneberg
3021df7d19
fixed uninitialozed member in src/emu/video/hd61830.c (nw)
2013-03-09 08:46:17 +00:00