summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/eprom.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-83/+0
* init vars for coverity. Robbbert2022-03-211-2/+2
* apexc, apf, aussiebyte, avt, chaos, cops, corona, dec0, dms86, eprom, esq5505... Ivan Vangelista2021-02-171-18/+18
* eprom: Fix MT 07691 AJR2020-07-041-1/+0
* drivers starting with e: removed read* and write* macros (nw) Ivan Vangelista2020-06-081-1/+1
* Separate various drivers from atarigen_state (nw) AJR2020-04-191-7/+15
* MT 07452 (nw) AJR2019-10-201-1/+0
* Remove tilemap.h from emu.h (nw) AJR2019-08-211-0/+1
* all: ram auto-sharing is going away, so fix drivers relying on it [O. Galibert] Olivier Galibert2019-05-061-2/+2
* atarigen.cpp: Continue pulling stuff out of this grab-bag (nw) AJR2018-11-301-1/+6
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-2/+2
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-2/+2
* eprom.cpp: Add ADC0809 device (nw) AJR2018-04-021-2/+4
* backport lots of cleanup from WIP branch (nw) Vas Crabb2018-02-191-26/+34
* Remove duplicates (nw) Olivier Galibert2018-02-151-3/+1
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+3
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+3
* Tackle the ambiguous ones (nw) Olivier Galibert2018-01-021-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-3/+3
* emumem: Get rid of the install_* return value [O. Galibert] Olivier Galibert2016-05-181-1/+1
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-2/+2
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-2/+3
* Based on memory and obvious stuff, attempted to flag driver code Aaron Giles2013-10-161-0/+2
* Convert atarimo to a device. Still a bunch more cleanup/improvements to Aaron Giles2013-07-231-0/+6
* Memory system: added endianness to the memory_share class. Aaron Giles2013-07-201-0/+4
* Convert Atari JSA sound boards to their own devices, and replumb Aaron Giles2013-07-141-3/+3
* Cleanups and version bumpmame0148u4 Miodrag Milanovic2013-04-301-1/+1
* small cleanup (nw) Miodrag Milanovic2013-04-121-1/+3
* Modernization of drivers part 4 (no whatsnew) Miodrag Milanovic2013-02-081-0/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-4/+4
* Initial round of atarigen cleanup. Aaron Giles2012-10-171-0/+2
* manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-8/+0
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-2/+4
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-2/+6
* TILE/TILEMAP modernization part 2 (no whatsnew) Miodrag Milanovic2012-09-061-0/+3
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-0/+3
* mode modernization (no whatsnew) Miodrag Milanovic2012-04-101-0/+5
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-2/+2
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-4/+4
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* From: Atari Ace [atari_ace@frontier.com] Aaron Giles2011-01-271-0/+1
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-4/+2
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-4/+4
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-1/+1
* Cleanups and version bump. Aaron Giles2010-03-041-1/+1
* Changed all driver_data structs into classes with a simple Aaron Giles2010-02-251-2/+6
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-1/+1