f205v from EMMA Italian dumped a Dribbling PCB with different proms. See http://www.citylan.it/wiki/index.php/Dribbling_(set_2)
The PROMs are 63s140n-d8.3e, 93453pc-d9.3c and tbp24s10n.2d.
I checked the types and they are all 4bit:
63S140 = Monolithic Memories 256 x 4 TTL PROM Memory
93453 = Fairchild Semiconductor 1K x 4 TTL PROM Memory
TBP24S10N = Texas Instruments 256 x 4 bit PROM
The ones in MAME are dumped as 8bit types. But if you compare them,
you will see that they have the same data in 4bit.
When UNICODE is defined LoadLibrary is redefined to LoadLibraryW which expects a widechar string as library name, while libname is always UTF8. Fixed copying TCHAR conversion code from strconv.cpp since netlist is meant to be also a stand-alone library.
==================================
Intergirl
Currenty emulation runs, but as is you will only hear music and sound fx with a black screen. That's because the source of the palette hasn't been identified, since on the PCB there are no PROMs. To see the game running in the mean time, uncomment the PROMs borrowed from shpeng.
to bypass the requested serial number. The iButton device still
needs to be hooked. Promoted the game to working with its
correspondent flags. Added technical notes. [Roberto Fresca]
New machines added or promoted from NOT_WORKING status
------------------------------------------------------
Flaming 7 (Taiwanese Hardware, unknown version) [Roberto Fresca]
to bypass the requested serial number. The iButton device still
needs to be hooked. Promoted these games to working with their
correspondent flags. [Roberto Fresca]
New machines added or promoted from NOT_WORKING status
------------------------------------------------------
Flaming 7 (Custom Hardware, Main, 50 Bonus) [Roberto Fresca]
Flaming 7 (Custom Hardware, Main, 500 Bonus) [Roberto Fresca]
Flaming 7 (Custom Hardware, Main, 2000 Bonus) [Roberto Fresca]
Flaming 7 (Custom Hardware, Egyptian Gold, 2000 Bonus) [Roberto Fresca]
- Remove the loaded_through_softlist virtual method and add a boolean getter with the same name, replacing a few variables that provided similar but redundant flags.
- Remove call_softlist_load, which the previous change reduces to a simple, unnecessary wrapper.