Commit Graph

17669 Commits

Author SHA1 Message Date
Fabio Priuli
e1f7a289f3 (MESS) vboy.c: simplified SRAM handling with softlists. no whatsnew. 2012-09-28 04:41:55 +00:00
Scott Stone
5a0493e57b Comment excessive printf spam (over 60mb) in a 3 second run of taitotl (bios) set. Didn't seem to effect any other set in the driver. (nw) 2012-09-28 00:07:58 +00:00
Angelo Salese
8d3857730b Made default base to be 0x400, nw 2012-09-27 19:26:11 +00:00
Michaël Banaan Ananas
704e085dd8 added nsub coinage 2012-09-27 19:19:16 +00:00
Angelo Salese
ea08f39798 Check-point 2012-09-27 18:09:04 +00:00
Curt Coder
61e1983def Implemented DS75160A/DS75161A IEEE-488 GPIB Transceivers. [Curt Coder]
(MESS) cbm2: Fixed floppy loading for PAL drivers. (nw)
2012-09-27 16:53:42 +00:00
Angelo Salese
1958aef2ce Fix compile 2012-09-27 15:47:16 +00:00
Michaël Banaan Ananas
16cef70dc6 rm misplaced irem head on pcb info, it already is on top of the m10.c driver where it belongs 2012-09-27 15:18:46 +00:00
Angelo Salese
071935ac64 Tournament Arkanoid is a special version, a la NBA Jam TE, de-cloneize it, nw 2012-09-27 14:33:28 +00:00
Miodrag Milanovic
0e1fddec1e Replace some *_DEVICE_HANDLER with _MEMBER calls (no whatsnew) 2012-09-27 14:33:26 +00:00
Angelo Salese
52bebe4071 Swapped Task Force Harrier sets, there's no copyright notice in both and by MAME rules the original UPL version should be parent, nw 2012-09-27 14:17:41 +00:00
Michaël Banaan Ananas
314007294e small cleanup before i do the next one 2012-09-27 13:58:05 +00:00
Robbbert
2a4429912c SPECTRA - more wip 2012-09-27 13:55:12 +00:00
Michaël Banaan Ananas
66a083daaf unclear comments
(and in x board case, height is always>0)
2012-09-27 09:44:17 +00:00
Michaël Banaan Ananas
af2262fdba fix problem with marking dirty region 2012-09-27 09:38:40 +00:00
mahlemiut
99e6e06450 (MESS) Made logerror output from 8514/A related functions optional (no whatsnew) 2012-09-27 06:22:08 +00:00
Michaël Banaan Ananas
3ee66ccd56 small cleanup 2012-09-26 20:22:00 +00:00
Michaël Banaan Ananas
cd8eda74a9 fix stupid bug, IN1 was never read here 2012-09-26 19:26:18 +00:00
Fabio Priuli
b4343927a4 (MESS) msx.c: slightly simplified sram handling in conjunction with softlists. no whatsnew. 2012-09-26 19:09:39 +00:00
Fabio Priuli
1069bca28d (MESS) softlist: misc consistency fixes. no whatsnew. 2012-09-26 19:05:45 +00:00
Michaël Banaan Ananas
9a2728b882 fix digger gameplay speed, it's running at same speed as its JP sister game heiankyo 2012-09-26 19:02:32 +00:00
Michaël Banaan Ananas
108c6db6c3 AM_RANGE(0x00, 0x1f) with a global mask of 0xf made no sense 2012-09-26 18:46:44 +00:00
Curt Coder
061363b250 (MESS) cbm2: Promoted drivers to working. [Curt Coder] 2012-09-26 17:09:12 +00:00
Michaël Banaan Ananas
2a684318cf typo = good excuse to test the svn server :P 2012-09-26 17:03:56 +00:00
Angelo Salese
b29e39a98b Checking the SVN ... 2012-09-26 16:54:35 +00:00
Miodrag Milanovic
f26c931369 device_func to device callback change (no whatsnew) 2012-09-26 14:23:31 +00:00
Curt Coder
fa40275471 m6509: Fixed EA zero page indirect + Y (post indexed). [Curt Coder] 2012-09-26 14:11:46 +00:00
Curt Coder
037ce8cfc1 (MESS) flop -> flop1. (nw) 2012-09-26 13:36:22 +00:00
Miodrag Milanovic
23a3e24dcb Replace some *_DEVICE_HANDLER with _MEMBER calls (no whatsnew) 2012-09-26 13:24:58 +00:00
Robbbert
378cf38b3e SPECTRA - more wip 2012-09-26 11:50:21 +00:00
Michaël Banaan Ananas
3722c2ac14 added some diplocations + fixed carnivalh/carnivalha too fast game speed + did minor cleanups to input ports 2012-09-26 10:55:03 +00:00
Aaron Giles
ea8a131e0d Moved device_delegates into their own files. Employed a
non-templatized helper class so that the code can live
co-located, rather than invading device.h.

Changed the read/write delegates to derive from 
device_delegate. Updated the address map macros to create
these properly.

Removed remnants of the old AM_BASE/SIZE macros from the
memory system.
2012-09-26 10:07:49 +00:00
Miodrag Milanovic
acf55c87ef Removed devconv.h and memconv.h just moved used inlines for now (no whatsnew) 2012-09-26 09:30:47 +00:00
Miodrag Milanovic
41c1b2c48d Removed not used calls (no whatsnew) 2012-09-26 07:07:11 +00:00
Angelo Salese
3628b9086c Added reg/off for unknown opcodes, nw 2012-09-26 03:11:21 +00:00
Sandro Ronco
f636c77ac4 (MAME) Fix for -valid. (nw) 2012-09-25 18:18:13 +00:00
Miodrag Milanovic
0fa38e9b1b modernized saturn a bit (no whatsnew) 2012-09-25 18:17:14 +00:00
Sandro Ronco
95f50fb370 (MESS) fix for -valid. (nw) 2012-09-25 18:02:30 +00:00
Sandro Ronco
76810b49bc (MESS) socrates: moved cartridges into a softlist. (nw) 2012-09-25 17:52:33 +00:00
Michaël Banaan Ananas
e0576838ef fix y board sprite colors (the 3ff to 7ff change) 2012-09-25 17:40:40 +00:00
Curt Coder
8652c90154 (MESS) cbm2: Added cartridge to softlist. (nw) 2012-09-25 16:35:55 +00:00
Michaël Banaan Ananas
2c31448008 some comments for gregf 2012-09-25 15:37:58 +00:00
Curt Coder
52669bc922 (MESS) cbm2: Added skeleton for CBM-II high resolution cartridge. (nw) 2012-09-25 14:55:28 +00:00
Curt Coder
ac17372427 Added missing DECLARE_'s. (nw) 2012-09-25 14:54:37 +00:00
Curt Coder
69e6ff0257 (MESS) flop -> flop1. (nw) 2012-09-25 14:49:32 +00:00
Miodrag Milanovic
3f89db06eb Some manual cleanup (no whatsnew) 2012-09-25 14:46:52 +00:00
Miodrag Milanovic
d8bc866c4a TIMER_CALLBACK_DEVICE_MEMBER modernization part 2 (no whatsnew) 2012-09-25 14:21:56 +00:00
Miodrag Milanovic
6c40f0f292 TIMER_CALLBACK_DEVICE_MEMBER modernization part 1 (no whatsnew) 2012-09-25 13:39:59 +00:00
Robbbert
b29b84dd77 SPECTRA - wip 2012-09-25 12:10:15 +00:00
Fabio Priuli
09d1ddc21a (MESS) softlist: added a few redumps from KingMike and BigFred + misc fixes/cleanups. no whatsnew. 2012-09-25 09:25:18 +00:00