Commit Graph

27510 Commits

Author SHA1 Message Date
Miodrag Milanovic
06b8fe3916 Fixed all bitmap.palette() users to use m_palette instead (nw) 2014-03-15 12:08:24 +00:00
Miodrag Milanovic
7c01c1f0d6 fixed problematic mame drivers (nw) 2014-03-15 11:22:28 +00:00
Ivan Vangelista
aa8f18efa3 Converted mc68901_device to devcb2 (nw) 2014-03-15 10:13:08 +00:00
Ivan Vangelista
6d8bb6ece0 Converted 74145_device to devcb2 (nw) 2014-03-15 09:43:58 +00:00
Ivan Vangelista
1e79861c71 Converted hd64610_device to devcb2 (nw) 2014-03-15 09:40:22 +00:00
mahlemiut
b565b5bf22 hunter2: save RAM contents as NVRAM (no whatsnew) 2014-03-15 09:39:37 +00:00
Ivan Vangelista
bdbd5b0798 Converted dl1416_device to devcb2 (nw) 2014-03-15 08:57:20 +00:00
Ivan Vangelista
fad0b00cba amiga: added a pair of functions to the driver class. (nw) 2014-03-15 08:37:15 +00:00
Alex W. Jackson
f6153bc499 fix UI tilemap viewer (nw) 2014-03-15 08:03:02 +00:00
Alex W. Jackson
25db822531 Checkpoint 2:
gfxdecode devices must now be assigned a palette in MCFG. Added palette devices to several MESS drivers and devices to comply with this requirement. This palette is assigned as a default to the gfx_elements created by the device (but still not used for drawing yet, except in the UI graphics viewer)

Tilemaps now have a pointer to a palette device and use that palette for rgb32 drawing, rather than the palette of the screen or bitmap they are drawing to (since rgb32 screens don't have palettes now). When a tilemap is created, it takes its palette from the gfxdecode device it was created with, but you can change a tilemap's palette device with set_palette() at any time (doing this does not mark the tilemap dirty, since all tilemaps use indexed bitmaps internally)
2014-03-15 07:34:54 +00:00
Michael Zapf
9a3885ad4e (MESS) Some more cleanups for 990_x. (nw) 2014-03-14 20:42:53 +00:00
Alex W. Jackson
ffc6b6de22 grchamp.c: use a real palette (nw) 2014-03-14 19:45:27 +00:00
Alex W. Jackson
8d140c1a7e Reverted previous neogeo change, added comment explaining why hack is needed for now (nw) 2014-03-14 17:54:20 +00:00
Michael Zapf
5c1c5929bf (MESS) Going to devcb2. (nw) 2014-03-14 17:16:17 +00:00
Miodrag Milanovic
4dfd3473ba removed some of machine().first_screen() users (nw) 2014-03-14 15:27:44 +00:00
Miodrag Milanovic
b5a348c7c1 Made palette settings for screen explicit and mandatory for ind16 mode (nw) 2014-03-14 14:39:34 +00:00
Michael Zapf
1c837826c7 (MESS) Minor fix for VDT 911 video terminal. (nw) 2014-03-14 14:21:43 +00:00
cracyc
69f9862d3f (mess) isbc_215g: formatting and writing 2014-03-14 14:02:15 +00:00
Michaël Banaan Ananas
691024fcec specific initial z80 banks only applies to NEOCD, normally set to 0 on boot 2014-03-14 13:59:25 +00:00
Curt Coder
b59ef368a2 Improved config. (nw) 2014-03-14 13:48:05 +00:00
Curt Coder
338d08661c Cleanup. (nw) 2014-03-14 13:22:39 +00:00
Curt Coder
0239232594 (MESS) Cleanup. (nw) 2014-03-14 13:19:58 +00:00
Curt Coder
f044d8c278 (MESS) Cleanup. (nw) 2014-03-14 13:19:37 +00:00
Curt Coder
34b6763bac (MESS) ql: zx8301 improved configuration. (nw) 2014-03-14 13:15:51 +00:00
Curt Coder
939e03a724 (MESS) ql: zx8301 devcb2. (nw) 2014-03-14 12:52:02 +00:00
Michael Zapf
a72e0f1822 (MESS) Changes in devcb2 usage. (nw) 2014-03-14 12:44:23 +00:00
Curt Coder
edd1b11b4d (MESS) s100: devcb2. (nw) 2014-03-14 12:40:17 +00:00
mahlemiut
56c45f6176 hunter2: Helps to actually map the serial output lines... (no whatsnew) 2014-03-14 05:14:41 +00:00
Alex W. Jackson
4b081e76cb AES too (nw) 2014-03-14 04:35:01 +00:00
Michaël Banaan Ananas
dc88b1cf72 add note 2014-03-14 00:10:37 +00:00
Michaël Banaan Ananas
dd6fcf5427 added z80 nmi enable/disable
**Can someone else please do the MESS side? ng_aes.c/neogeocd
2014-03-13 23:26:26 +00:00
Sandro Ronco
6d443824b0 (MESS) New NOT WORKING systems
----------------------------------------------
VTech Genius Leader 2000 Compact (Germany) [TeamEurope]
VTech Genius Master Table Top (Germany) [TeamEurope]
VTech Genius BrainStation 5505X (Germany) [TeamEurope]
2014-03-13 21:07:25 +00:00
Curt Coder
9e9c341080 (MESS) coleco: Controller WIP. (nw) 2014-03-13 20:58:37 +00:00
Curt Coder
76fafcda03 (MESS) coleco: Set cleanup. (nw) 2014-03-13 19:55:27 +00:00
Ivan Vangelista
a918db51fb Converted sp0256_device to devcb2 (nw) 2014-03-13 16:55:45 +00:00
Ivan Vangelista
362d73b55b Converted k007232_device to devcb2 (nw) 2014-03-13 16:40:14 +00:00
Ivan Vangelista
f04f4ad397 Converted tia_video_device to devcb2 (nw) 2014-03-13 16:33:16 +00:00
Ivan Vangelista
445f3af27a Cosmetic changes to yesterday's devcb2-ifications (nw)
seibu-cop.c converted to devcb2 (nw)
2014-03-13 16:29:02 +00:00
Miodrag Milanovic
0f7ed4c919 fixed nvram save location by setting proper name (nw) 2014-03-13 15:36:58 +00:00
David Haywood
c71d932c29 new clones
Galaxian Growing Galaxip / Galaxian Nave Creciente (Recreativos Franco S.A. Spanish bootleg) [Roselson from AUMAP]

interesting Spanish bootleg where your ship grows every 2 levels thus making the game increasingly difficult, 'official' product of Recreativos Franco.
2014-03-13 14:50:58 +00:00
Miodrag Milanovic
f14651f2db you can't count on same iterator you use and no need to cast iterator elements (nw) 2014-03-13 14:20:28 +00:00
David Haywood
88e5be2578 small documentation update (nw) 2014-03-13 14:01:23 +00:00
Michael Zapf
b6fe1df3fb (MESS) Removed old-style token processing. (nw) 2014-03-13 12:38:31 +00:00
Curt Coder
73ffc8509d (MESS) adam: Added ColecoVision cartridge port slot interface. [Curt Coder] 2014-03-13 12:09:00 +00:00
Curt Coder
6d4dfeb950 (MESS) adam: Cleanup. (nw) 2014-03-13 11:25:48 +00:00
Curt Coder
cc54aa383c (MESS) adam: Converted expansion slots to devcb2. (nw) 2014-03-13 10:04:44 +00:00
Alex W. Jackson
9f0f40759b Removed pseudo-palettes from video/generic.c. All drivers that were using them now have an actual palette [Alex Jackson] 2014-03-13 08:48:50 +00:00
mahlemiut
0835d2bfc6 hunter2: added serial interrupt handling (not working all that well yet) 2014-03-13 06:32:51 +00:00
Roberto Fresca
ab7a80001d Added lamps support to Golden Star (IGS) sets. Also fixed
the inputs accordingly. [Roberto Fresca]
2014-03-13 06:04:19 +00:00
Roberto Fresca
436d7fe1bd Fixed MT05065. Double Crown PLDs converted to binary. [Roberto Fresca] 2014-03-13 03:06:03 +00:00