| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
| |
Read callbacks now need a default return value supplied at construction.
Replaced isnull() with isunset() which tells you if the callback wasn't
configured rather than whether it isn't safe to call.
Enabled validation of device callbacks (it seems it was disabled at some
point, probably accidentally).
Device callbacks and object finders now implement the same interface for
resolution.
|
| |
|
|
| |
function signatures. (#11283) [Ryan Holtz]
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Correct sound chip type
Acrobatic Dog-Fight uses 2x YM2149 for sound:
See
http://www.wolfgangrobel.de/arcadetalk/img_pcbs/acrobatic_dog_fight_01.jpg
http://www.citylan.it/wiki/index.php/Acrobatic_Dog-Fight_(US)
* Small device description fix
All devices in MAME use an "x" as a multiplier:
AT28C16 2Kx8 EEPROM
ER2055 EAROM (64x8)
Parallel EEPROM 2804 (512x8)...
|
| |
|