Commit Graph

27735 Commits

Author SHA1 Message Date
Brian Troha
cb037fb8a0 shanghai.c: Add PCB layout and ROM locations for Shanghai sets. [Brian Troha] 2014-03-15 21:49:50 +00:00
Curt Coder
fc3c93f7b5 (MESS) wangpc: devcb2. (nw) 2014-03-15 21:26:02 +00:00
Brian Troha
872845c6b3 new Shanghai clone
Out of whatsnew:

NOT a hack!  Actual rom dumped from 2 different boards.  Also changed the clocks for kothello to actual measured clocks as per PCB readme in driver.

New Clone Added
--------------------------------
Shanghai (World) [Brian Troha, The Dumping Union]
2014-03-15 21:12:25 +00:00
Miodrag Milanovic
306c8c3339 small cleanup (nw) 2014-03-15 21:12:25 +00:00
Miodrag Milanovic
1dbef6ac95 z80dma finalized modernizing (nw) 2014-03-15 21:05:22 +00:00
Curt Coder
13d9941586 (MESS) vidbrain: devcb2. (nw) 2014-03-15 21:04:28 +00:00
Curt Coder
f2230d052c (MESS) econet: devcb2. (nw) 2014-03-15 20:57:54 +00:00
Curt Coder
46a1b9e491 (MESS) cbm2: devcb2. (nw) 2014-03-15 20:51:46 +00:00
Curt Coder
228463f3ac (MESS) ecbbus: devcb2. (nw) 2014-03-15 20:25:58 +00:00
Curt Coder
b7c2ea9c60 (MESS) ecbbus: devcb2. (nw) 2014-03-15 20:23:46 +00:00
Curt Coder
997b4e8a6f (MESS) comx35: devcb2. (nw) 2014-03-15 20:18:15 +00:00
Michaël Banaan Ananas
3681d504a9 add note 2014-03-15 20:06:10 +00:00
Miodrag Milanovic
e3fdfd72fc finished modernizing isa nw) 2014-03-15 19:52:34 +00:00
Brian Troha
c10d3029a1 capbowl.c: Rom label corrections - NW 2014-03-15 19:38:43 +00:00
Miodrag Milanovic
ee71c023b4 some cleanup (nw) 2014-03-15 18:30:11 +00:00
smf-
b8c9ffb097 debug output uses the gpu screen rather than using first_screen(). (nw) 2014-03-15 18:05:39 +00:00
smf-
5d2f17a7a5 removed usage of machine().firstcpu (nw) 2014-03-15 17:50:37 +00:00
Ivan Vangelista
d38034fc17 Fix for zac2650.c problems in debug builds regression test run. (nw) 2014-03-15 15:29:28 +00:00
Miodrag Milanovic
129364210b It could never reach old style hack anyway (nw) 2014-03-15 14:59:01 +00:00
Ivan Vangelista
3e1212e6eb Fix for gx4000 problems in debug builds regression test run. (nw) 2014-03-15 14:50:51 +00:00
Ivan Vangelista
b9717d0fcc Possible fix for leland.c and tdv2324.c problems in debug builds regression test run. (nw) 2014-03-15 14:28:40 +00:00
Ivan Vangelista
e63c72f1a1 Converted ds75161a_device to devcb2 (nw) 2014-03-15 13:59:37 +00:00
Miodrag Milanovic
fb7696c225 validation fix (nw) 2014-03-15 13:01:26 +00:00
Miodrag Milanovic
a66aff27d6 primary_screen -> first_screen() (nw) 2014-03-15 13:00:23 +00:00
Miodrag Milanovic
445c89c839 There is also machine().primary_screen that we should replace wiht m_screen, and most is in devices (nw) 2014-03-15 12:26:04 +00:00
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