Added Motor 0 & 1, and Zings sounds.
Zings sound not hooked up until address for Fires & Zings is found.
Fixed operation of DISCRETE_COUNTER_7492 [Derrick Renaud]
---------- Not Whats New stuff ----------
If anyone can figure out the address/bits for the Zings/Fires sounds that would be great. I figured out all the others. FWIW, it does not seem to be any of the bits at 0x1000, The bits should be high, then go low to trigger the sound effect.
Zings has a oneshot with a minimum 0.2s length which is extended while the trigger is low.
Fires goes low to fully charge a cap. As long as it is low, the shot will be at full volume, then decay after it goes high.
Thanks,
D.
. maglord/maglordh - Mixed up crc's, fixed
. flipshot - Added correct p1
. kotm2 - Tagged MVS AND AES VERSION
. miexchng - Added correct c3/c4
. Updated game pcb info
. Continued to document mask ROM types
Removed old DISCRETE_74LS624 code and replaced it with new 74LS629 based code.
Updated Mario to use new DISCRETE_74LS624 and DISCRETE_XTIME_logic modules.
----
Some not whats.new stuff:
I also fixed the regression to Galaxian.
I made a DISCRETE_DECLARE_CONTEXT() macro to clean up the discrete module code and make it easier for any future possible C++ conversion.
Still need to reparent the sets.
New games added or promoted from NOT_WORKING status
---------------------------------------------------
Royal Card (TAB original) [Roberto Fresca]
if it owns a given font (based on the name), and if it does, it is
responsible for generating bitmaps on the fly as characters are requested.
Added new option -uifont to specify the UI font. It can be set to a filename,
in which case a BDF font will be loaded. It can also be set to a font name
(assuming the OSD support is present), in which case the OSD font by that
name is used. The default value is 'default' which can be used by the OSD
to substitute a default font or by the OSD, which will default to ui.bdf
as before. In all cases, it falls back to the built-in font by default if
none of the previous options works.
On Windows, the OSD will default to Tahoma as the font name. Also on
Windows, font names can be specified with [b] to indicate bold or [i] to
indicate italic.
module osdepend.c with default empty implementations. Changed
mame_execute() and cli_execute() to accept a reference to an
osd_interface which is provided by the caller.
Updated SDL and Windows OSD to create an osd_interface-derived
class and moved their OSD callbacks to be members.