David Haywood
8e07024752
some more palette cleanups (nw)
2014-03-06 02:01:34 +00:00
Michaël Banaan Ananas
c4e5068134
ah, virtual void palette_init(); doesnt exist anymore
2014-03-06 01:16:47 +00:00
David Haywood
803fea255d
i'm informed there is a preference for doing things this way, even when the palette is 16-bits, so be it (nw)
2014-03-06 01:01:20 +00:00
David Haywood
0aa6e840cd
modernize some other older palette handlers (nw)
2014-03-05 23:51:23 +00:00
David Haywood
1e92c5de80
remove some redundant in-driver palette handlers (nw)
...
(was a little surprised I needed MCFG_PALETTE_ENDIANNESS(ENDIANNESS_LITTLE) considering no fancy swapping is needed in the old 32-bit handlers.. but ok, it's always been that way)
2014-03-05 23:32:07 +00:00
David Haywood
2e21a4e10d
RGBX for psikyosh.c (nw)
2014-03-05 23:00:33 +00:00
David Haywood
e3db84f9b3
convert "bnstars1" to use dual palettes.
...
note, needed to add PALETTE_FORMAT_XBRG for this game, also READ16_MEMBER(palette_device::read) IS necessary here because the ram is installed on every other word
AM_DEVREADWRITE16("palette", palette_device, read, write, 0x0000ffff) AM_SHARE("palette")
and without the 'read' handler the wrong data gets read back for the RAM checks.
2014-03-05 20:53:52 +00:00
Scott Stone
2642203698
CPS1.c: Willow, Strider and Ghouls and Ghosts have some changed factory setting defaults as stated from manual. Also noted differences in bonus live coverage where applicable. [Tafoid]
2014-03-05 20:03:01 +00:00
Oliver Stöneberg
f6b0b18ad4
changed casing of FLAC folders to match official source distribution (nw)
2014-03-05 18:53:53 +00:00
Ivan Vangelista
1103ab2af2
few more for debug build (nw)
2014-03-05 17:39:47 +00:00
Ivan Vangelista
129ca79bff
a fix for debug compile (nw)
2014-03-05 17:31:08 +00:00
Curt Coder
7040e55465
Added device_output_interface and macros MCFG_OUTPUT_INDEX/MCFG_OUTPUT_NAME which can be used to specify which output in the layout a device should use. [Curt Coder]
...
dm9368: devcb2. (nw)
2014-03-05 15:53:15 +00:00
Curt Coder
f646c03c65
hd61830: devcb2. (nw)
2014-03-05 13:33:57 +00:00
Miodrag Milanovic
d2fd2856a7
Moved optional_device<screen_device> m_screen and optional_device<palette_device> m_palette out of driver.* (nw)
2014-03-05 13:29:22 +00:00
Jonathan Gevaryahu
cc299c4066
(MESS) cat.c: updated comments with latest research. [Lord Nightmare]
2014-03-05 13:24:33 +00:00
Curt Coder
caa49d56a7
(MESS) c128: Fixed MMU clock. (nw)
2014-03-05 13:24:13 +00:00
Curt Coder
b78a774424
(MESS) c128: Fixed MMU clock. (nw)
2014-03-05 13:23:06 +00:00
Curt Coder
647886b12d
mos8722: devcb2. (nw)
2014-03-05 13:14:47 +00:00
Ivan Vangelista
5a54c5cb7d
Added missing DAC to cyclshtg / bronx, fixes missing sounds (MT03975). (nw)
2014-03-05 12:41:27 +00:00
Fabio Priuli
ca72f1cfec
(MESS) sms: accurately emulated the behavior when mounting both a cart
...
and a card in the system, cleaned up RAM accesses, simplified code handling
cart/card/exp enable. [Enik Land]
2014-03-05 05:31:14 +00:00
Alex W. Jackson
7d51048dc6
Declaring indirect colors in MCFG is now mandatory. Removed dynamic creation and resizing of indirection tables [Alex Jackson]
2014-03-05 03:59:58 +00:00
Roberto Fresca
4394436886
Fixed the colors of cb3d rearranging the split values
...
stored in 4-bit bipolar PROMs and adding the missing one.
Promoted to working state. [Roberto Fresca]
New games added or promoted from NOT_WORKING status
---------------------------------------------------
Cherry Bonus III (set 3) [Roberto Fresca]
2014-03-05 00:09:03 +00:00
Roberto Fresca
e7a499f224
New clones added
...
----------------
Cherry Bonus III (set 4, encrypted bootleg) [Roberto Fresca, ANY]
2014-03-04 21:48:21 +00:00
Justin Kerk
4a96d0bc3d
Japanese title fixes (nw)
2014-03-04 21:03:45 +00:00
Wilbert Pol
df2b233bff
upd7810.c: Added ADC support. [Ramiro Polla]
2014-03-04 20:59:47 +00:00
Couriersud
dc6b7463f9
Netlist dead code removal
2014-03-04 14:14:07 +00:00
Couriersud
33719a2b2c
Made GMIN a solver parameter. All users now use this value.
2014-03-04 13:02:33 +00:00
Couriersud
ad9f9424ef
Minor optimizations for netlist.
2014-03-04 11:58:47 +00:00
Robbbert
174b7aa57e
(MESS) SOL20 : added partial support for SVT format (used in Solace emulator) [Robbbert]
2014-03-04 11:57:46 +00:00
Couriersud
b50d6fff9d
Fixed netlist opamp example.
2014-03-04 09:25:39 +00:00
Couriersud
0d16fc4fc2
Fixed pong (rom based). Minor changes no netlist code.[Couriersud]
2014-03-04 09:21:56 +00:00
Alex W. Jackson
d3edfb5fc6
All MESS drivers using indirect colors now explicitly declare them [Alex Jackson]
2014-03-04 03:06:56 +00:00
Roberto Fresca
af2392a9d0
Super Star '97: Added more translations and technical
...
info. Created a new graphics bank with different palette
for the only girl graphics. [Roberto Fresca]
2014-03-04 02:55:56 +00:00
Roberto Fresca
f03fc25c25
Inputs from the scratch for Super Star '95. Also improved
...
inputs from other games of the driver. Marked program as
bad dump. Added technical notes. [Roberto Fresca]
2014-03-03 23:04:38 +00:00
Oliver Stöneberg
0f39320814
chdtest.py might have reported, that all tests were successful even if one failed / cleanups (nw)
2014-03-03 22:32:21 +00:00
Wilbert Pol
1df0e37933
i386.c: Modernised cpu core. [Wilbert Pol]
2014-03-03 21:52:39 +00:00
Couriersud
41b721e88b
Removed hybrid_t usage in netlist.
2014-03-03 20:14:23 +00:00
Michaël Banaan Ananas
b608244cfa
ok nevermind
2014-03-03 20:03:32 +00:00
Michaël Banaan Ananas
6363da74a0
lopsided gamelist of lopsidedness
2014-03-03 17:45:42 +00:00
Michaël Banaan Ananas
23bb365a0c
prefer "set x" over "alternate"
2014-03-03 17:42:36 +00:00
Michaël Banaan Ananas
6c5a2642ff
"zerowingw" is US version
2014-03-03 17:15:48 +00:00
R. Belmont
5832fc70a3
(MESS) apollo: Cleaned up PIC8259 usage. [R. Belmont]
2014-03-03 16:11:38 +00:00
Michaël Banaan Ananas
f46c71c679
fix gaplus crash
2014-03-03 14:15:21 +00:00
Robbbert
538fd3e863
(MESS) to9 : fixed crash at start
2014-03-03 08:38:36 +00:00
Miodrag Milanovic
a94cb44771
guttangt fix (nw)
2014-03-03 07:49:15 +00:00
Alex W. Jackson
b1b3e63a52
All MAME drivers using indirect colors now explicitly declare them in MACHINE_CONFIG [Alex Jackson]
2014-03-03 07:39:29 +00:00
Miodrag Milanovic
53792f54a8
some fixes (nw)
2014-03-03 07:38:27 +00:00
Curt Coder
57dafc93ed
Fixed memory leak. (nw)
2014-03-03 07:24:39 +00:00
Alex W. Jackson
7805522af2
funworld.c: fix saloon colors [Alex Jackson]
2014-03-03 06:36:30 +00:00
Roberto Fresca
7619d8744b
forgot this one....
2014-03-03 05:39:19 +00:00