summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine (follow)
Commit message (Expand)AuthorAgeFilesLines
* cit101: Somewhat major improvements AJR2018-05-042-0/+370
* asteroid, astdelux: Add cocktail configuration that flips screen for 2nd player AJR2018-05-031-0/+8
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-047-30/+34
* asteroid: Swap start LEDs and suppress logging for many spurious writes AJR2018-05-031-33/+0
* Allow devcb to be bound to a device/mixin or the target of a device Vas Crabb2018-05-022-6/+6
* Final GCC 8 batch for tonight (nw) arbee2018-05-011-1/+1
* Route sound relative to current device. Vas Crabb2018-05-011-4/+4
* subs.cpp: Eliminate set_led_value by binding outputs directly to callbacks (nw) AJR2018-05-011-16/+0
* -adc0808: Improved timings a bit more, nw Ryan Holtz2018-04-301-2/+0
* Set finder tag relative to current device being configured rather than Vas Crabb2018-04-309-15/+15
* amstrad: restore CPR bank mask, force it to be based on the size of an actual... mahlemiut2018-05-011-2/+9
* amstrad: allow for loading CPR cartridges with odd numbers of blocks mahlemiut2018-04-301-2/+2
* Use new OUTPUT callback object in various (mostly Atari) drivers (nw) AJR2018-04-292-29/+0
* 315_5649: Allow side effects of analog read to be disabled (nw) AJR2018-04-271-2/+4
* Sarayan made me do it. Vas Crabb2018-04-288-14/+11
* model1io.cpp: Better fix (nw) AJR2018-04-262-2/+8
* model1io: hack to get Clang to compile, plz fix correctly! (nw) arbee2018-04-262-2/+2
* few misc docs (nw) MetalliC2018-04-261-2/+2
* nb1412m2.cpp: added DAC sound to Mighty Guy [Angelo Salese] angelosa2018-04-262-13/+87
* model1io: Improve interface, drive board read/write callbacks Dirk Best2018-04-252-7/+33
* Devicify Sega 315-5649 Dirk Best2018-04-252-0/+298
* Notes (nw) Angelo Salese2018-04-251-2/+2
* Don't need this switch case (nw) angelosa2018-04-251-23/+7
* nb1412m2.cpp: improved sound capabilities, makes Mighty Guy to have a sense s... angelosa2018-04-252-26/+101
* legionna.cpp: kludge a few weird Godzilla collision checks [Angelo Salese] angelosa2018-04-251-0/+8
* Separate MS7002 keyboard emulation; use Cyrillic key names and JCUKEN layout AJR2018-04-242-5/+243
* -indy_indigo2: General cleanup, device-ified HAL2 and HPC3, and moved HAL2, H... mooglyguy2018-04-236-0/+1593
* nb1412m2.cpp: hooked up to mighty guy (nw) angelosa2018-04-223-50/+160
* srcclean (nw) Vas Crabb2018-04-2210-102/+102
* bbcm: Fixed paging in of Shadow RAM according to ACCCON. Nigel Barnes2018-04-211-23/+8
* galivan.cpp, terracre.cpp: rewritten NB1412M2 into a device [Angelo Salese] angelosa2018-04-215-7/+215
* Bulk move includes/nb141*m*.h -> machine/nb141*m.h (nw) angelosa2018-04-214-2/+243
* hp48_port: Eliminate driver_data calls; separate source files; reduce depende... AJR2018-04-203-117/+219
* rmnimbus: Clean up some static functions (nw) AJR2018-04-201-59/+49
* maps: Finish mame/machine (nw) Olivier Galibert2018-04-1916-223/+263
* maps: Finish map.m() (nw) Olivier Galibert2018-04-1922-319/+345
* Merge pull request #3469 from shattered/_3ab0ba4 ajrhacker2018-04-182-0/+243
|\
| * ms6102: add EAROM device + minor keyboard fix (nw) Sergey Svishchev2018-04-182-0/+243
* | westdrm: Add some I/O devices to this skeleton (nw) AJR2018-04-181-0/+3
* | model1/model2: Emulate Model 1 I/O board, remove I/O RAM device Dirk Best2018-04-187-209/+721
* | decap + dump f1dream I8751 MCU [Caps0ff] (#3467) David Haywood2018-04-171-121/+0
* | electron: Fixed bad palette write. Nigel Barnes2018-04-171-5/+5
* | XaviX - current checkpoint, tidying, reorganization etc. (+ general TV game w... David Haywood2018-04-161-0/+637
|/
* electron: Improved video handling. Nigel Barnes2018-04-161-9/+9
* legionna.cpp: fixed regression in background tilemap colors for Godzilla (use... angelosa2018-04-152-6/+6
* vector06: Use standard ay8910 accessors (nw) AJR2018-04-141-2/+2
* gaelco2.cpp: Remove unneeded GFX2 ROM fill (nw) braintro2018-04-141-1/+0
* removed some state() calls smf-2018-04-143-42/+36
* new clone added - World Rally 2 (Mask ROMS) braintro2018-04-141-0/+23
* remove safe_pc() and safe_pcbase() (nw) smf-2018-04-1340-213/+210