summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/psikyo.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-170/+0
* more init vars (includes) Robbbert2022-04-101-24/+24
* psikyo.cpp: Fixed width of video RAM shares. Vas Crabb2020-11-181-2/+2
* emumem: Simplify memory management. [O. Galibert] Olivier Galibert2020-11-021-1/+1
* drivers starting with p and q: removed read* and write* macros (nw) Ivan Vangelista2020-06-131-6/+6
* psikyo.cpp : Update and Minor cleanup drawing behavior (#6456) cam9002020-03-291-9/+14
* PORT_CUSTOM simplification (nw) AJR2019-09-141-2/+2
* Remove tilemap.h from emu.h (nw) AJR2019-08-211-0/+1
* s1945: Start splitting up the MCU handlers (nw) AJR2019-06-121-2/+7
* psikyo.cpp: Fix regression by not using a 32-bit handler for 8-bit writes (nw) AJR2019-06-071-1/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-261-34/+48
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-48/+34
* psikyo.cpp : Cleanups / Updates (#4505) cam9002019-01-161-32/+46
* psikyo.cpp: Minor corrections (nw) braintro2019-01-031-2/+2
* (nw) misc cleanup - mostly missing #include guards and inconsistent initialis... Vas Crabb2018-11-211-0/+6
* stronger private: use (N, O, P, Q, R) (#3717) David Haywood2018-06-301-14/+20
* 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-7/+7
* psikyo.cpp, dreamwld.cpp : Cleanups, Add notes (#3403) cam9002018-03-311-33/+38
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+12
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+5
* psikyo.cpp: Soundlatch modernization and some basic driver cleanup (nw) AJR2017-06-171-15/+10
* Convert screen_device VBLANK callback to devcb_write_line AJR2017-03-101-1/+1
* Self-registering devices prep: Vas Crabb2017-02-271-0/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-20/+20
* 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-2/+2
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-2/+2
* misc palette cleanups (nw) Dirk Best2015-08-021-1/+0
* synced credits where it make sense (nw) Miodrag Milanovic2015-05-261-1/+1
* Done work for Luca Elia (nw) Miodrag Milanovic2015-05-131-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
* Remove lots of useless sound IRQ trampolines leftover from the pre-devcb era ... Alex W. Jackson2015-01-271-2/+0
* Removed some old leftovers (nw) Ivan Vangelista2014-09-251-4/+0
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-1/+5
* moved optional_device<gfxdecode_device> to specific drivers state classes (nw) Miodrag Milanovic2014-02-171-1/+3
* Fix long-standing architectural wart: the priority bitmap is no longer owned Aaron Giles2013-07-261-2/+2
* and more oki changes (nw) Miodrag Milanovic2013-04-121-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
* made rest of devices optional where needed (nw) Miodrag Milanovic2013-04-091-1/+1
* moved cpu_device * to required_device in existing driver state classes (nw) Miodrag Milanovic2013-04-091-2/+3
* device callback handler cleanup (nw) Miodrag Milanovic2013-04-021-0/+1
* device callback handler cleanup (nw) Miodrag Milanovic2013-04-011-0/+1
* Modernization of drivers part 15 (no whatsnew) Miodrag Milanovic2013-02-121-0/+5
* Introducing TIMER_CALLBACK_MEMBER and modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-241-0/+1