Commit Graph

28578 Commits

Author SHA1 Message Date
cracyc f87bffdce2 (mess) x68k: reduce tag lookups and fix adpcm (nw)
hd63450: add drq lines (nw)
2014-04-09 02:55:40 +00:00
Michaël Banaan Ananas 005c314621 rewrote bcd_add/sub according to official doc 2014-04-09 00:08:21 +00:00
Scott Stone 5d2e73ffbf MESS compiles now too.. (nw) 2014-04-08 22:37:29 +00:00
Scott Stone e9a1a62528 At least it compiles now.. (nw) 2014-04-08 21:25:53 +00:00
Olivier Galibert 8a8028a891 konamigx: Reverb me harder baby! [O. Galibert] 2014-04-08 20:43:13 +00:00
Michaël Banaan Ananas 79174c30d5 zerofill at init, please retest this galaga issue. http://www.mameworld.info/ubbthreads/showthreaded.php?Cat=&Number=324318&page=0&view=expanded&sb=5&o=&fpart=1&vc=1 2014-04-08 20:37:03 +00:00
James Wallace f3125fc814 Added support for the Samsung 16LF01 series of VFDs (a Rockwell clone with different segment drive order). Changed all affected systems to use it.
Maygay M1 and MV1 converted to standard i8279 drivers. [J.Wallace]
2014-04-08 19:38:02 +00:00
Angelo Salese 7d46c8be6c Fixes shaking screen regression in Poizone/Erotictac, nw 2014-04-08 19:08:05 +00:00
Ryan Holtz c3f1015d14 - Fixed bloom misalignment with HLSL. [MooglyGuy] 2014-04-08 18:34:47 +00:00
Alex W. Jackson b5aba4d717 c45.c: reduce tagmap lookups (nw) 2014-04-08 17:25:12 +00:00
Fabio Priuli f5c172f6f0 Systems Promoted from GAME_NOT_WORKING:
---------------------------------------

Master System Store Display Unit [Enik Land]
2014-04-08 16:58:00 +00:00
Fabio Priuli 92cb4e16d2 pc080sn: updated to use inline configs. nw. 2014-04-08 16:51:43 +00:00
Fabio Priuli 0f4a1311ed pc090oj: updated to use inline configs. nw. 2014-04-08 16:32:30 +00:00
Angelo Salese 88fa80c7a9 Looks like that /2 is far better as timer count, according to the RTC count, nw 2014-04-08 16:14:42 +00:00
Fabio Priuli 0f099891b4 tc0080vco: updated to use inline configs. nw. 2014-04-08 16:11:51 +00:00
Fabio Priuli 9c8533cfcf tc0150rod: updated to use inline configs. nw. 2014-04-08 16:10:59 +00:00
Alex W. Jackson 6513c5b67e device_gfx_interface and memory system improvements: [Alex Jackson]
Added macros to facilitate declaring gfxdecode info arrays as members
of a device class.

AM_SHAREs in a device's internal address map or its default address map are
now tagmapped as children of that device rather than siblings (analogous
to how handlers in internal/default address maps are scoped).

Converted the Namco C45 to device_gfx_interface.
2014-04-08 15:41:46 +00:00
Angelo Salese b3958ffb18 Fixed DMA scrolling and wrap-around, noticeable on supervisor mode. 2014-04-08 15:37:26 +00:00
Ivan Vangelista a51f0ecafb wd2010_device: converted to devcb2 (nw) 2014-04-08 15:34:44 +00:00
Ivan Vangelista 1facf76b81 Missing file (nw) 2014-04-08 15:26:16 +00:00
Ivan Vangelista afb350dfc0 mb89352_device: converted to devcb2 (nw) 2014-04-08 15:25:57 +00:00
Fabio Priuli b9a4a2a853 (MESS) removed an unused interface from NES carts. nw. 2014-04-08 15:24:11 +00:00
Fabio Priuli d6aaccce95 (MESS) updated crt device (used by PDP1 and TX0) to use inline configs. nw. 2014-04-08 15:22:05 +00:00
Ivan Vangelista 5e385121f2 i8279_device: converted to devcb2 (nw) 2014-04-08 15:14:44 +00:00
Ivan Vangelista 1d9f44d430 ncr539x.device: converted to devcb2 (nw) 2014-04-08 15:03:52 +00:00
Roberto Fresca 011ec58ed5 Redumped all the Super Star '97 graphics ROMs as TC531000 mask ROMs.
[Siftware, Quench, Guru]
2014-04-08 14:56:33 +00:00
Fabio Priuli 91c82a252c tc0180vcu: updated to use inline configs. nw. 2014-04-08 14:53:52 +00:00
Fabio Priuli f7edbe435e tc0280grd: updated to use inline configs. nw. 2014-04-08 14:53:18 +00:00
Fabio Priuli 74e120171f (MESS) upd65031_device: updated to use delegates
+ small cleanup of the delegates themselves. nw.
2014-04-08 14:51:44 +00:00
Fabio Priuli 06033cbfad (MESS) vtvideo: updated to use inline configs. nw. 2014-04-08 14:50:13 +00:00
Angelo Salese 95c5bcef83 Minor changes, nw 2014-04-08 14:49:24 +00:00
Fabio Priuli de5d67e959 tc0140syt: updated to use inline configs. nw.
I have also removed the device from bshark, spacegun, puzznic and a few more
given that the previous code was setting as master and slave CPUs some
non-existing ones.
2014-04-08 12:30:36 +00:00
Alex W. Jackson e86200c679 megacd.c: Convert to device_gfx_interface, use device finders, cleanups [Alex Jackson] 2014-04-08 11:33:41 +00:00
Fabio Priuli 7e785d075e vrender0: converted to use inline config. nw. 2014-04-08 10:31:03 +00:00
Fabio Priuli 41029a5a4d nmk112: converted to use inline config. nw. 2014-04-08 10:16:12 +00:00
Fabio Priuli 3d7311706d nes ppu: converted to use inline config + removed some unused config values. nw.
vsnes/playch10: reduce tagmap lookups at runtime. nw.
2014-04-08 09:28:25 +00:00
Nathan Woods e76a8c36c8 Merge branch 'master' of ssh://mess.org/mame into new_menus 2014-04-08 09:18:41 +00:00
Fabio Priuli ec2a8a7690 kan_pand: converted to use inline config. nw. 2014-04-08 08:02:28 +00:00
Curt Coder 054e578985 (MESS) tandy2k: WIP. (nw) 2014-04-08 07:56:04 +00:00
Fabio Priuli a71569d7df (MESS) smssdisp: implemented game selection. [Enik Land] 2014-04-08 07:36:15 +00:00
Fabio Priuli 35f03ba9d4 reduced tagmap lookups. nw. 2014-04-08 07:21:47 +00:00
Fabio Priuli 84618070c8 decospr: converted to use delegates + some cleanups. nw. 2014-04-08 07:02:12 +00:00
Jonathan Gevaryahu a8bfa45adf (MESS) cat.c: update comments a bit, disable some debug code that got left on. (n/w) 2014-04-08 05:15:35 +00:00
Fabio Priuli 2738cab3d0 cleanup. nw. 2014-04-08 04:21:30 +00:00
Scott Stone f2da70078a (MESS) Added preliminary keyboard hook-up in AAKART device, adding bare-bones keyboard inputs to Acorn Archimedes. [Angelo Salese] 2014-04-08 04:20:29 +00:00
Nathan Woods ea827d4892 Merge 2014-04-08 00:07:03 +00:00
Nathan Woods 869e20aae5 Merge 2014-04-08 00:07:02 +00:00
Nathan Woods ce0f5d1497 Resolving conflict 2014-04-08 00:07:02 +00:00
Nathan Woods e90bdeb46d Merge branch 'master' of ssh://mess.org/mame into new_menus
Conflicts:
	src/emu/ui/filemngr.c
	src/emu/ui/filesel.c
	src/emu/ui/filesel.h
	src/emu/ui/mainmenu.c
	src/emu/ui/menu.c
	src/emu/ui/swlist.c
	src/emu/ui/swlist.h
	src/emu/ui/ui.c
	src/emu/ui/ui.h
2014-04-08 00:06:54 +00:00
Nathan Woods 52221fe3fc Merge branch 'master' of ssh://mess.org/mame into new_menus 2014-04-08 00:06:17 +00:00