summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/starwars.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-104/+0
* init even more vars (includes) Robbbert2022-04-101-12/+12
* slapstic: Full rewrite, using infrastructure we did not have previously Olivier Galibert2021-02-081-2/+2
* esb: convert to the slapstic bank interface Olivier Galibert2020-12-101-7/+3
* slapstic: between a guess, the opcode going through the memory and and the c... Olivier Galibert2020-12-101-3/+3
* drivers starting with s: removed read* and write* macros (nw) Ivan Vangelista2020-06-151-11/+11
* atarigen: Transfer legacy slapstic handling routines to device (nw) AJR2020-05-201-1/+1
* lots of files: simplified handlers (nw) Ivan Vangelista2020-05-141-2/+2
* PORT_CUSTOM simplification (nw) AJR2019-09-141-1/+1
* private: use (S, T, U, V) (nw) (#3720) David Haywood2018-07-011-5/+12
* fix build, misc cleanup (nw) Vas Crabb2018-06-161-3/+9
* starwars.cpp: Replace machine().device with finders (nw) AJR2018-05-311-0/+6
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-2/+2
* Use new OUTPUT callback object in various (mostly Atari) drivers (nw) AJR2018-04-291-3/+0
* irobot: Add ADC device; reduce tag lookups (nw) AJR2018-04-021-1/+0
* starwars: Use ADC device; reduce tag lookups (nw) AJR2018-04-021-2/+3
* 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/+2
* starwars: Remedy for MT #6672 AJR2017-09-021-0/+1
* New 74LS259/9334/CD4099 devices AJR2017-07-251-2/+7
* starwars: Forgot to remove these prototypes (nw) AJR2017-07-111-3/+0
* starwars: Soundlatch modernization (nw) AJR2017-07-101-10/+10
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-19/+19
* esb: Direct update for slapstic gone too [O. Galibert] Olivier Galibert2016-05-251-3/+0
* (nw) Stiletto2016-01-211-1/+1
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... Miodrag Milanovic2015-12-171-3/+3
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-1/+1
* We cannot relicense files for which we have not yet received responses (nw) balr0g2015-05-281-1/+1
* Update for Frank Palazzolo (nw) Miodrag Milanovic2015-05-221-1/+1
* Sync other dirs with main driver license for MAME (nw) Miodrag Milanovic2015-05-131-1/+1
* Added dummy license headers for MAME part (nw) Miodrag Milanovic2015-05-071-0/+2
* get rid of some global stuff by making this a device, need this step for now,... mamehaze2014-11-051-1/+5
* Updated most of the remaining static TIMER_CALLBACKs (nw) to MEMBERs. (nw) Ivan Vangelista2014-08-291-0/+2
* 6532riot: updated to use devcb2. nw. Fabio Priuli2014-04-301-3/+0
* small cleanup of h files (nw) Miodrag Milanovic2014-03-251-6/+0
* removed usage of 6532RIOT legacy calls (nw) Miodrag Milanovic2013-04-241-2/+2
* changed machine().device("audiocpu") with m_maincpu (nw) Miodrag Milanovic2013-04-111-1/+3
* 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 18 (no whatsnew) Miodrag Milanovic2013-02-121-0/+4
* Moved handling of quad pokey into drivers as asked (no whatsnew) Miodrag Milanovic2012-10-031-0/+1
* Replace some *_DEVICE_HANDLER with _MEMBER calls, mostly audio (no whatsnew) Miodrag Milanovic2012-09-281-0/+3
* Introducing TIMER_CALLBACK_MEMBER and modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-241-0/+1
* manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-8/+0
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-0/+1
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-0/+2
* some DIRECT_UPDATE_HANDLER - > DIRECT_UPDATE_MEMBER (nw) Miodrag Milanovic2012-04-171-0/+1
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-2/+3