summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/atarigen.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* atarigen: Transfer legacy slapstic handling routines to device (nw) AJR2020-05-201-123/+0
* atarisy1.cpp, atarisy2.cpp, gauntlet.cpp: Modernization AJR2020-04-211-299/+0
* atarigen: Move interrupt handling down into drivers (nw) AJR2020-04-191-146/+0
* Separate various drivers from atarigen_state (nw) AJR2020-04-191-20/+0
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-1/+1
* Revert "Allow 16bpp gfxdecode (#5167)" R. Belmont2019-07-191-4/+4
* Allow 16bpp gfxdecode (#5167) cam9002019-07-181-4/+4
* atarigen.cpp : Updates cam9002019-04-281-59/+69
* atarigen.cpp: Continue pulling stuff out of this grab-bag (nw) AJR2018-11-301-15/+1
* ds1315, ds1386, ds2404, ds75160a, ds75161a, eeprom, eepromser, eeprompar: Rem... mooglyguy2018-08-231-10/+6
* diexec: Interrupt API changes (nw) AJR2018-05-181-1/+1
* atarivad: Separate source files from atarigen (nw) AJR2018-04-031-478/+0
* Remove sound interrupt status from atarigen base class (nw) AJR2018-04-031-28/+2
* atarigen: Eliminate sound_int_gen (nw) AJR2018-04-031-12/+0
* MCFG_DEVICE_VBLANK_INT to MCFG_SCREEN_VBLANK_CALLBACK conversion, part 1 AJR2018-03-281-5/+8
* de-staticify initializations for mame/machine (#3251) wilbertpol2018-02-211-11/+0
* backport lots of cleanup from WIP branch (nw) Vas Crabb2018-02-191-1/+1
* memory: Deambiguate handlers, also a hint of things to come (nw) Olivier Galibert2018-01-191-9/+9
* Privatize m_screen and other variables of device_video_interface (nw) AJR2018-01-051-11/+11
* Improvements to 28XX parallel EEPROM emulation AJR2017-08-301-113/+0
* updated mame/machine devices to device_add_mconfig (nw) Ivan Vangelista2017-05-261-17/+4
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-221-2/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-10/+10
* Self-registering devices prep: Vas Crabb2017-02-271-4/+4
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-19/+19
* Memory fun [O.Galibert] Olivier Galibert2016-06-141-1/+1
* fuck (nw) Olivier Galibert2016-05-251-2/+0
* atarigen: Remove the slapstic direct update handler, which hasn't been Olivier Galibert2016-05-251-23/+2
* emumem: Get rid of the install_* return value [O. Galibert] Olivier Galibert2016-05-181-2/+3
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-1/+1
* Iterate over devices C++11 style AJR2016-04-181-9/+7
* One small step toward slapstic modernization (nw) AJR2016-01-301-30/+23
* Modernize sound volume setting code in various Atari drivers AJR2016-01-291-59/+0
* liberatr: fully disentangle from atarigen, fix typo AJR2016-01-031-50/+0
* clang-modernize part 4 Miodrag Milanovic2015-12-041-23/+23
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1507