Commit Graph

11559 Commits

Author SHA1 Message Date
Michaël Banaan Ananas
4dd3aee671 (colors were improved _a lot_ in 138u2) 2011-03-17 11:07:50 +00:00
Miodrag Milanovic
9ad690e92f Disabled 6845 logging and fixed logging in ins8250 (no whatsnew) 2011-03-17 08:42:27 +00:00
Aaron Giles
916b52e865 Remove some straggling const address_space references, and get rid of
explicit const_casts in memory.h.
2011-03-17 07:47:05 +00:00
Aaron Giles
2b47d0d5a4 Remove unused static handler entries. Also ensure that subsequent mapping/
unmapping of static memory types does not change the memory parameters.
This fixes the case where dynamically unmapping memory could lead to
incorrectly reported offsets. [Aaron Giles]
2011-03-17 07:23:21 +00:00
Aaron Giles
4be37affb8 Continuation of static/global cleanup. [Atari Ace] 2011-03-17 07:22:09 +00:00
Aaron Giles
36fdd337ac Continued moving global/static variables to the driver_device classes.
[Atari Ace]
2011-03-17 07:12:42 +00:00
Michaël Banaan Ananas
ef95984285 fix service mode regression 2011-03-16 17:58:38 +00:00
Michaël Banaan Ananas
5677278fa2 = whatsnew note anyway =
Galaxian driver: Fixed sprite X offset. [hap]
2011-03-16 15:46:24 +00:00
Michaël Banaan Ananas
1b4ead59cb rm galaxian_sprite_clip_*, sprite clipping is not hw controllable, the only game that was assumed to be able to control it (pacmanbl) is supposed to have sprites partially cut off. See CrazyKongFan's notes here: http://www.mametesters.org/view.php?id=1598 2011-03-16 15:42:16 +00:00
Michaël Banaan Ananas
2816328d1d sprites in galaxian driver (no whatsnew):
Undo part of r2230 (Frogger related):
"also fixes that the frog disappears for player 2 if moved backwards. This will position him on x=242. All games in this driver now have the sprites in cocktail/player 2 now offset by 2"
It made sprite offsets in cocktail mode wrong in every game. The Frogger glitch must be due to something else, not this.

sx=base3 -> sx=base3+1: As documented in video/galaxold.c, this is evident in many games: scramble, turtles, anteater, jumpbug, spdcoin, ..
2011-03-16 14:12:11 +00:00
Miodrag Milanovic
9605465ca9 Space Gambler pinball roms updated (no whatsnew) 2011-03-16 13:56:30 +00:00
Miodrag Milanovic
9eea2335f9 Added possibility of altering default input port setting for devices. [Miodrag Milanovic] 2011-03-16 12:57:26 +00:00
Michaël Banaan Ananas
5fc16d9ce3 moved anteateruk/anteaterg to galdrvr 2011-03-16 00:12:51 +00:00
Curt Coder
d625c435a3 Added DEVICE_SELF_OWNER support for device callbacks. [Curt Coder] 2011-03-15 11:04:21 +00:00
Michaël Banaan Ananas
607b2c09e1 added diplocs (and confirmed factory settings) 2011-03-15 02:31:24 +00:00
Angelo Salese
7ef05990e2 MCD update 2, not worth 2011-03-15 00:01:04 +00:00
Couriersud
7991accfaf Fix pleiades colours (high/low palette bits exchanged). [Couriersud] 2011-03-14 23:34:27 +00:00
Michaël Banaan Ananas
5e1399fccc New Clone
============
Speak & Rescue (bootleg) [Siftware]
2011-03-14 22:16:28 +00:00
Michaël Banaan Ananas
c6aa2062a3 xtal note 2011-03-14 20:18:59 +00:00
Michaël Banaan Ananas
4701a996d7 New Clone
==============
Terra Cresta (newer PCB) [Siftware]
2011-03-14 18:48:27 +00:00
Aaron Giles
a7eef6130f path_iterator::next() now takes an optional filename to append to
the path.
2011-03-14 16:10:04 +00:00
Aaron Giles
91f3ecc009 Decouple memory_region parameters from the ROMREGION flags. 2011-03-14 15:41:19 +00:00
Aaron Giles
38c271080c Couple of minor bugfixes, and incorporated some old notes I had lying around.
Doesn't fix anything substantial.
2011-03-14 15:11:40 +00:00
Angelo Salese
e8ce38e19e MCD update, not worth 2011-03-14 14:27:17 +00:00
Curt Coder
ceeafcbcb9 Fixed Z80-DART transmit word length. [Curt Coder] 2011-03-14 13:27:59 +00:00
Michaël Banaan Ananas
7aa0111f30 identify some dsw for barline + change year to 1988 (rom data has 1988 nihon bussan in it) 2011-03-13 21:05:35 +00:00
Angelo Salese
642ec7fe97 MEGACD update, no whatsnew 2011-03-13 16:04:07 +00:00
Angelo Salese
39e5f02747 This game is known as Solomon no Kagi in Japan (both titles displayed), no whatsnew 2011-03-13 15:51:07 +00:00
Michaël Banaan Ananas
34f0e1338b (minor romnames correction for thepitu1) 2011-03-13 15:33:11 +00:00
Michaël Banaan Ananas
dd953d69a3 (game descriptions consistency: "Set" -> "set") 2011-03-13 15:05:45 +00:00
Michaël Banaan Ananas
0224948126 New Clone
============
The Pit (US, set 2) [Siftware]
2011-03-13 13:49:09 +00:00
Michaël Banaan Ananas
2d7eb56d06 comment out unused define + small update for rthundero dsw: http://www.mameworld.info/ubbthreads/showflat.php?Cat=&Number=248341 2011-03-13 12:58:49 +00:00
Aaron Giles
15017b328a Continued eliminating global/static variables by moving them to
the driver_device classes.  Mostly drivers from misc.a, and
some drivers recently which had dependencies removed. [Atari Ace]
2011-03-13 03:55:45 +00:00
Aaron Giles
3c3c5163f5 Convert a number of drivers to use their own private spriteram instead
of the generic one. Only drivers needing buffered spriteram should
use the shared generic version for now. [Atari Ace]
2011-03-13 03:09:23 +00:00
Michaël Banaan Ananas
b859b40788 galdrvr.c: Added background color split to Anteater. [hap]
----
also cleaned up video/galaxian.c source a bit and renamed anteater clones (anteatg/anteatgb to anteaterg/anteateruk). I couldn't be bothered to add anteater colorsplit to galaxold.c, so the clones aren't fixed
2011-03-13 02:01:58 +00:00
R. Belmont
5bca3b09c1 model3: add protection data for oceanhun (game still doesn't boot) [Ville Linde] 2011-03-12 23:27:01 +00:00
Scott Stone
8f47b93cff [SEGA CD] Fixed 1meg ram mode access, fixing graphics in wilybeam [David Haywood] (no whatsnew) 2011-03-12 21:46:39 +00:00
Scott Stone
209e4d8ade SegaCD compatibility improvements (MESS side) (no whatsnew) 2011-03-12 19:53:57 +00:00
Michaël Banaan Ananas
c53aac95f3 re: r11528 "Added imperfect graphics flag to compel people to stop reporting about it" -- clone saiyugou also has bad graphics from gfx3 nodump 2011-03-12 16:45:28 +00:00
Brian Troha
3a9f6a6cc8 minor info update on Japanese 1941 rom set 2011-03-12 05:07:53 +00:00
Roberto Fresca
56fc55923e Improved inputs and complete DIP switches to Lucky Roulette Plus. [Roberto Fresca]
Added new support for Ruleta RCI.


New games added or promoted from NOT_WORKING status
---------------------------------------------------
Ruleta RCI (6-players, Spanish) [Roberto Fresca, Rob Ragon]
2011-03-12 04:20:40 +00:00
Brian Troha
1f85afee8c Correct some rom names for Thunder Force AC and allow for longer rom labels (convert from DOS "8.3") 2011-03-11 23:40:43 +00:00
Fabio Priuli
19b50e3ca6 Fixed parsing of uimodekey from .ini on SDL [Fabio Priuli] 2011-03-11 20:34:35 +00:00
Scott Stone
aeb9e2a991 New Clones Added
----------------
Empire City: 1931 (Italy) [ANY]
Thunder & Lightning (bootleg with Tetris sound) [ANY]
2011-03-11 19:27:20 +00:00
Jonathan Gevaryahu
e782ac9d5b fix micro3d 8051 serial RX, todo: still needs CLEAR behind a 1 cycle callback 2011-03-11 09:35:14 +00:00
Aaron Giles
fe71058aa2 Don't pass both a machine_config and an emu_options, since the options
are now available via the config.
2011-03-11 06:01:58 +00:00
Michaël Banaan Ananas
0f52fbe361 (kaitei note) 2011-03-10 20:47:01 +00:00
Michaël Banaan Ananas
79c1cfc1e0 running an unavailable game with discrete sound would crash mame on exit because m_queue was uninitialized (still crashes on debug build tho?) 2011-03-10 20:08:29 +00:00
Angelo Salese
edef6e8203 new clone
---------
Zing Zing Zip (bootleg) [ANY] (not working)
2011-03-10 18:00:38 +00:00
Michaël Banaan Ananas
6dee0474d4 separate memmap for catchp, it supports coincounters and has different sound hw 2011-03-10 13:37:01 +00:00