Commit Graph

28578 Commits

Author SHA1 Message Date
Fabio Priuli 85147183e9 (MESS) nes.c: fixed prgram access out-of-bounds for one
of the bootleg boards. nw.
2014-03-30 13:30:20 +00:00
Oliver Stöneberg 70d5afa279 fixed heap-buffer-overflow in msx_state::device_image_load_msx_cart() (nw) 2014-03-30 13:13:06 +00:00
Fabio Priuli 10b0a1792b (MESS) moved megadrive add-ons to appropriate place + cleaned up classes
and includes. nw.
2014-03-30 11:47:30 +00:00
Miodrag Milanovic f708e7460f making code compiles and work on mingw 32 bit on versions 4.7.x and 4.8.x (nw) 2014-03-30 11:10:39 +00:00
Sandro Ronco 7908b0201f quickjac: added a note about service menu. (nw) 2014-03-30 08:22:07 +00:00
Ivan Vangelista f159c04207 harddriv.c: a few more functions moved in the driver state. (nw) 2014-03-30 08:16:52 +00:00
Roberto Fresca 448611e3f1 Typo... 2014-03-30 08:10:02 +00:00
Fabio Priuli a8373bd21a fixed "comparison always true due to limited data range"
compile error on old Apple GCC. nw.
2014-03-30 07:22:11 +00:00
Fabio Priuli d9ee15d4ac (MESS) smssdisp: fixed slot recognition so that now the system
boots the game from the first occupied slot it finds and not only
slot 1. [Enik Land]


out of whatsnew: we now need to figure out the correct way to switch 
between slots, but it's nice progress
2014-03-30 06:38:57 +00:00
Brian Troha 7a7b2c6c34 merit.c: Name correction. It's actually "The Big Apple" co-copyright by Big Apple Games. - NW 2014-03-30 03:25:33 +00:00
Brian Troha 8d300a16e2 m107.c: Correct 1 rom name in new Air Assault clone and standardized rom locations between parent & clone - NW 2014-03-30 03:13:29 +00:00
Roberto Fresca e4b7a05852 More documentation, traces and reverse-engineering... 2014-03-30 02:05:19 +00:00
cracyc 4832616144 (mess) europc: keyboard (nw) 2014-03-29 23:59:08 +00:00
cracyc 9a26ae42a9 (mess) pc: supersport expects a 5150 style ppi (nw) 2014-03-29 23:10:59 +00:00
Michaël Banaan Ananas abfdf76dae dsp16 has an internal /2 divider 2014-03-29 23:09:51 +00:00
cracyc 899f0b2042 aga: fix pc200 char gen (nw) 2014-03-29 22:14:35 +00:00
Michaël Banaan Ananas 51fc50323b puzzlet boots again, but inputs aren't working.
H8 core used to have H8_METRO_TIMER_HACK for it?
2014-03-29 21:39:10 +00:00
Sandro Ronco 8f04bc5df8 quickjac: added inputs. [Sandro Ronco] 2014-03-29 20:45:34 +00:00
Fabio Priuli a7eef6e123 more naming cleanups. nw. 2014-03-29 20:10:29 +00:00
James Wallace ae7003eb91 Moved MPU4 Test Program 4 to the MOD4 driver, still needs some work on the timing though.
Fixed Gamball reel positioning, this will need more work to standardise. [J.Wallace]
2014-03-29 20:06:22 +00:00
Michaël Banaan Ananas 0d6555b9c5 cps1.c: Dumped and added MS22B.1A to mswordj [Bonky0013, neocps1] 2014-03-29 19:53:27 +00:00
Oliver Stöneberg 2d3b6aece1 some dynamic_buffer/dynamic_array usage cleanups (nw) 2014-03-29 19:40:53 +00:00
Michaël Banaan Ananas fd006f5049 rm obvious baddump 2014-03-29 19:21:26 +00:00
Miodrag Milanovic ad7fc21db7 dragon regression fix (nw) 2014-03-29 18:55:20 +00:00
cracyc 987b073a52 (mess) pc: further separation and cleanup (nw) 2014-03-29 18:50:47 +00:00
Miodrag Milanovic 2be563e4d6 fixed pc8801 regression (nw) 2014-03-29 18:47:22 +00:00
David Haywood d8f91e8f7f this fixes a clipping issue with littlerb and megaphx, although I need to check if anything else is adversely affected by the change (nw) 2014-03-29 17:49:47 +00:00
David Haywood 7343c77537 tweak comments (nw) 2014-03-29 17:02:12 +00:00
David Haywood d86634d4a2 improve sound cpu decryption by cross referencing code between sets, marked as working (nw) 2014-03-29 16:23:26 +00:00
David Haywood 8c0312daa2 closer.. but no sound, might still be the wrong table, or incomplete table (nw) 2014-03-29 15:51:58 +00:00
David Haywood 8939d08901 new clones
Air Assault (World) [system11]

(not currently working, fails rom  check due to bad decryption of sound cpu I believe)
2014-03-29 15:45:40 +00:00
Ivan Vangelista 7990fa744f 315_5124.c: converted to devcb2 (nw) 2014-03-29 14:07:48 +00:00
Oliver Stöneberg 003f16e1ff re-added src/emu/cpu/tms9900/99xxcore.h (nw) 2014-03-29 13:22:32 +00:00
Oliver Stöneberg eaf446ebc4 converted some malloc()/free() usage to dynamic_array/dynamic_buffer (nw) 2014-03-29 13:19:42 +00:00
Oliver Stöneberg 4f1472b1a0 converted a auto_alloc_array()/auto_free() usage to dynamic_buffer (nw) 2014-03-29 12:47:08 +00:00
Ivan Vangelista 644a77115a taitoio.c: converted to devcb2 (nw) 2014-03-29 12:36:22 +00:00
Oliver Stöneberg 06ab983049 converted some more global_alloc_array() usage to dynamic_array/dynamic_buffer (nw) 2014-03-29 12:36:11 +00:00
Ivan Vangelista d6a32473f4 namcoio.c: converted to devcb2 (nw) 2014-03-29 12:32:06 +00:00
Fabio Priuli 7486c37eab megatech: fixed vertical offset when running standalone SMS games. nw.
this temporarily breaks the vertical offset when launching the multislot system 
with both SMS and MD games mounted (Has the screen bitmap different
size in that case? I'll investigate next week...)
2014-03-29 11:47:04 +00:00
Fabio Priuli de32f0a164 megavdp: no more global variables needed, at last. nw. 2014-03-29 11:15:07 +00:00
Fabio Priuli 8e6f65a7c4 megavdp: removed another global variable. nw. 2014-03-29 10:05:15 +00:00
Fabio Priuli 70670e3702 these have been unused since more than one year. nw. 2014-03-29 08:53:27 +00:00
Fabio Priuli 04472de94a (MESS) megavdp: simplified DMA 'lag' handling, reducing the need of
global functions. nw.
2014-03-29 08:43:56 +00:00
Fabio Priuli bf956aa84c (MESS) minor name cleanups inside the genesis vdp class. nw. 2014-03-29 08:03:03 +00:00
Fabio Priuli 7e11ce8ac2 (MESS) 32x: replaced direct references to 32x inside the MD VDP with
calls to suitable delegates. it's not the perfect solution (the mixing should 
not happen inside the MD VDP as it does now), but it is a step in the right
direction. nw.
2014-03-29 07:20:28 +00:00
Fabio Priuli ebf0deb2b3 (MESS) sms: slightly modified system flags, and fixed RAM init
which broke some gamegear games (from Enik Land). nw.
2014-03-29 07:04:58 +00:00
Miodrag Milanovic 20afc856c2 not used anymore, leftover from old conversions (nw) 2014-03-29 07:00:48 +00:00
Miodrag Milanovic 1d73b9652d forgot to remove this earlier, not used anymore (nw) 2014-03-29 06:31:06 +00:00
Miodrag Milanovic b209185205 esrip sys converted to use devcb2 and delegates (nw)
Also added support to delegates with up to 8 params 

out of whatsnet:
note that old code did not take care of mem_mask
that caused me troubles debugging this
2014-03-29 05:57:07 +00:00
R. Belmont 7da391cab6 (MESS) apple2: added games starting with "C" to the softlist. [R. Belmont] 2014-03-29 02:46:03 +00:00