summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/zaxxon.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-141/+0
* init vars for coverity (includes/v,w,x,y,z) Robbbert2022-03-231-15/+15
* -zaxxon.cpp: Switched ixion sprite/tilemap priority. David Haywood2021-03-131-0/+1
* emumem: Simplify memory management. [O. Galibert] Olivier Galibert2020-11-021-2/+2
* drivers starting with y and z: further removal of READ and WRITE macros (nw) Ivan Vangelista2020-05-221-6/+6
* further macro removal work (nw) Ivan Vangelista2020-05-181-5/+5
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-1/+1
* PORT_CUSTOM simplification (nw) AJR2019-09-141-2/+2
* Remove tilemap.h from emu.h (nw) AJR2019-08-211-0/+1
* Start cleaning up palette configuration: Vas Crabb2018-12-291-1/+1
* (nw) misc cleanup - mostly missing #include guards and inconsistent initialis... Vas Crabb2018-11-211-3/+9
* -i8255: Removed MCFG, nw mooglyguy2018-09-031-0/+3
* private: use (W,X,Y,Z,#) (#3721) David Haywood2018-07-011-16/+22
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* 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
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-2/+2
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+5
* Flip screen API cleanup (nw) AJR2018-02-031-0/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-4/+10
* zaxxon.cpp: Add 74LS259 latches (nw) AJR2017-07-271-11/+16
* zaxxon.cpp: Use WRITE_LINE instead of INTERRUPT_GEN (nw) AJR2017-06-141-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-25/+25
* remove legacy forms of (required|optional)_(shared_ptr|ioport)_array Vas Crabb2016-08-251-1/+1
* segacrpt is also a device, again reduced some duplication (nw) David Haywood2016-04-121-2/+0
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* removed declarations from H files that are not defined in CPP (nw) Miodrag Milanovic2015-12-251-1/+0
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-2/+2
* memory: Remove support for decrypted bases, use an address space instead [O. ... Olivier Galibert2015-06-241-1/+3
* resolved lot of license ownership (nw) Miodrag Milanovic2015-05-191-2/+2
* Added dummy license headers for MAME part (nw) Miodrag Milanovic2015-05-071-0/+2
* Add friendly macros to initialize an ioport_array_finder with an array of por... Alex W. Jackson2014-09-241-8/+12
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-1/+3
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-1/+1
* moved optional_device<gfxdecode_device> to specific drivers state classes (nw) Miodrag Milanovic2014-02-171-1/+3
* "samples" lookup tag removal (nw) Miodrag Milanovic2013-04-141-1/+4
* added m_maincpu to the rest of drivers in mame (nw) Miodrag Milanovic2013-04-101-1/+3
* unified formating of state class constructors, no functional change (nw) Miodrag Milanovic2013-04-101-1/+1
* Modernization of drivers part 21 (no whatsnew) Miodrag Milanovic2013-02-131-0/+6
* Replace some *_DEVICE_HANDLER with _MEMBER calls, mostly audio (no whatsnew) Miodrag Milanovic2012-09-281-8/+5
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-0/+1
* manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-17/+0
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-4/+8
* Memory handler normalization, part 1. Aaron Giles2012-09-171-5/+5
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-4/+9
* TILE/TILEMAP modernization part 2 (no whatsnew) Miodrag Milanovic2012-09-061-0/+4
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-0/+4
* Clean-ups and version bumpmame0145u7 Angelo Salese2012-04-221-1/+1
* Fix most reported errors. Aaron Giles2012-04-161-1/+1