Commit Graph

17570 Commits

Author SHA1 Message Date
Miodrag Milanovic
e5f512b479 making pcecommn to be a main class for other pce related drivers (nw) 2012-09-20 09:17:56 +00:00
Miodrag Milanovic
cde37d5026 Modernized archimedes (no whatsnew) 2012-09-20 08:36:19 +00:00
Michaël Banaan Ananas
13ad383bf4 MT 5012 trivial 2012-09-20 03:04:31 +00:00
mahlemiut
aa563e2358 at: Made sure that the correct address space is used when using DMA (no whatsnew) 2012-09-20 02:54:55 +00:00
mahlemiut
d6ce1d486a Fix GCC 4.4 compile (no whatsnew) 2012-09-20 02:06:26 +00:00
Fabio Priuli
d95b44986f (MESS) pico.xml: two more dumps from TeamEurope. no whatsnew.
(MESS) gbcolor.xml: added recent dump from BigFred. no whatsnew.
+ minor maintenance fixes.
2012-09-19 22:23:54 +00:00
Wilbert Pol
6dca510a96 OSX compile fixes (nw) 2012-09-19 21:11:39 +00:00
Aaron Giles
ddd9555b7f MESS fixes. 2012-09-19 20:59:42 +00:00
Aaron Giles
621ac620ae Since nobody checks for NULLs anyway, make
device_memory_interface::space() assert against NULL and
return a reference, and pushed references throughout all 
address space usage in the system. Added a has_space() 
method to check for those rare case when it is ambiguous.
[Aaron Giles]

Also reinstated the generic space and added fatal error
handlers if anyone tries to actually read/write from it.
2012-09-19 19:48:09 +00:00
Angelo Salese
33c77e65bb Seibu COP: Added 0xe38e command, used by Seibu Cup Soccer to follow the ball [Angelo Salese] 2012-09-19 19:31:11 +00:00
Michaël Banaan Ananas
325006970c considering the sprite hw is like on NES, IN0 d6 looks like it is sprite-0 collision detection 2012-09-19 18:35:00 +00:00
Michaël Banaan Ananas
faf34668d9 new NOT_WORKING game added
----------------------
Claybuster [Any]


(this means the other modelr game is almost-definitely gunchamp. I will try to hook up the gun later, and hopefully make gunchamp work as well then)
2012-09-19 17:45:49 +00:00
Michaël Banaan Ananas
e4de0e2f18 new clone added
-----------------
Asterock (Videotron bootleg) [Any]
2012-09-19 16:56:25 +00:00
Oliver Stöneberg
aba7881624 (MESS) fixed mess/drivers/dragon.c compilation (no whatsnew) 2012-09-19 15:49:22 +00:00
Oliver Stöneberg
b648182a6f (MESS) fixed mess/machine/coco.c compilation (no whatsnew) 2012-09-19 15:45:27 +00:00
Miodrag Milanovic
f4ccdaf32c dkong fix (no whatsnew) 2012-09-19 14:51:15 +00:00
Miodrag Milanovic
e65e53f7c7 one more found (nw) 2012-09-19 14:16:48 +00:00
Curt Coder
cd3e8d7955 (MESS) p500: Rewrote the driver using the PLAs for address decoding. [Curt Coder] 2012-09-19 13:56:56 +00:00
Miodrag Milanovic
f4d7dcb19a Made amiga keyboard a device, and removed legacy port changed support (no whatsnew) 2012-09-19 13:54:29 +00:00
Miodrag Milanovic
83b167e59f More cleanup on mess side (nw) 2012-09-19 13:19:23 +00:00
Miodrag Milanovic
7f775f2fbe Modernized INPUT_CHANGED in MESS part of tree (no whatsnew) 2012-09-19 13:06:55 +00:00
Oliver Stöneberg
c6f3718f55 fixed pong/pongf crash on exit - re-introduces a memory leak for now 2012-09-19 11:53:24 +00:00
Miodrag Milanovic
e3992c070e Fix for ginganin regression (no whatsnew) 2012-09-19 11:06:59 +00:00
Robbbert
9d9ffac2cd (MESS) p8000, p8000_16, bigbord2: fix regression in keyboard due to 'address_space' problem. 2012-09-19 10:51:16 +00:00
Miodrag Milanovic
3c58f8e7cd Removed device_memory_interface from driver_device, fixes issues with dkong clones, and various others, require clean compile (no whatsnew) 2012-09-19 10:31:22 +00:00
Miodrag Milanovic
c4f6fca298 Fixed DEVCB_MEMORY_HANDLER regression (no whatsnew) 2012-09-19 08:20:51 +00:00
Fabio Priuli
7d9e195ced (MESS) softlist: bunch of misc updates. no whatsnew. 2012-09-19 08:17:05 +00:00
Fabio Priuli
6607f9d031 fixed year in a couple of atomiswave games, as per title screen. no whatsnew. 2012-09-19 07:19:22 +00:00
Miodrag Milanovic
7ebda16161 Fix listxml (no whatsnew) 2012-09-19 07:16:56 +00:00
Fabio Priuli
889e8f83c6 Fixed obvious copy and paste mistake. Thanks for the report, Klaus! no whatsnew. 2012-09-19 04:46:02 +00:00
mahlemiut
7917f1ac8a (MESS) Fixed 256 colour SVGA modes when used by the gfxultra. (no whatsnew) 2012-09-19 00:17:41 +00:00
Angelo Salese
bc09e31613 0x6200 note, nw 2012-09-18 22:12:17 +00:00
Oliver Stöneberg
0f81674c61 MT05007: fixed midtunit.c crashes [Oliver Stöneberg] 2012-09-18 19:31:14 +00:00
James Wallace
500f402100 New NOT WORKING Game
---------------------
Blankity Bank (PCP) (SYSTEM80) [TTX]

Changed FME drivers to use per-driver layouts, rather than awpvid generic ones - should make tiny builds a bit easier, and gives more opportunity to tweak for hardware specific stuff. (nw)
2012-09-18 19:18:43 +00:00
Oliver Stöneberg
56248afd7e fixed galaga crash by using proper state - there are most likely more of this (no whatsnew) 2012-09-18 18:58:10 +00:00
Wilbert Pol
3a4b068087 (MESS) Fixed listxml crash. There is no screen in sapi3, so commented out the SCREEN_UPDATE config. (nw) 2012-09-18 18:02:24 +00:00
Miodrag Milanovic
c7f4236e20 And final for today (no whatsnew) 2012-09-18 14:58:53 +00:00
Miodrag Milanovic
bc4e5ad73a Some more cleanup (nw) 2012-09-18 14:52:54 +00:00
Miodrag Milanovic
a1b116c06f INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER for MESS part (no whatsnew) 2012-09-18 14:45:06 +00:00
Miodrag Milanovic
3ac43e0187 INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) 2012-09-18 14:10:42 +00:00
smf-
e58642872a fix for "file note writeable" when creating, plus consolidated some duplicate/redundant code. [smf] 2012-09-18 13:38:30 +00:00
Phil Bennett
4622cc96dd gunpey.c - Corrected OKI M6925 frequency [Phil Bennett] 2012-09-18 12:56:35 +00:00
Miodrag Milanovic
6eee16fe04 removed file already marked to be removed (no whatsnew) 2012-09-18 11:31:29 +00:00
Fabio Priuli
0eb0fc2c38 pico.xml: new dumps added [TeamEurope] 2012-09-18 11:30:37 +00:00
Miodrag Milanovic
87172803e5 removed not necessary code (no whatsnew) 2012-09-18 11:10:25 +00:00
Miodrag Milanovic
b0127c2abd Modernized nubus graphics cards screen updates (no whatsnew) 2012-09-18 11:00:03 +00:00
Miodrag Milanovic
41d4cd4f6a clean some newly introduce macros since, calls already have full names (no whatsnew) 2012-09-18 08:56:11 +00:00
Miodrag Milanovic
7e40ce54f2 changed most of screen.machine() to machine() (no whatsnew) 2012-09-18 08:43:04 +00:00
Miodrag Milanovic
8196b61778 Did some missed by code (no whatsnew) 2012-09-18 07:46:32 +00:00
Miodrag Milanovic
2a06847d59 manual cleanup of mame and mess includes (no whatsnew) 2012-09-18 07:33:27 +00:00