summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/psikyosh.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-3/+3
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+3
* use 'sh' instead of 'superh' David Haywood2017-10-021-1/+1
* move sh2 / sh4 to a folder called superh David Haywood2017-10-021-1/+1
* Self-registering devices prep: Vas Crabb2017-02-271-1/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-17/+17
* 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-2/+0
* removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... Miodrag Milanovic2015-12-171-1/+1
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-2/+2
* update licenses for : Tony La Porta, Sean Young, Mathis Rosenhauer, Paul Prie... Miodrag Milanovic2015-05-151-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-1/+0
* ymf278b: Use the memory system to access wavetable data. This should make it Alex W. Jackson2014-08-271-9/+2
* psikyosh: hook up fastram, (s1945ii 900%->1700% :) (nw) R. Belmont2014-07-041-0/+2
* sh2.c: Modernised cpu core. [Wilbert Pol] Wilbert Pol2014-04-121-1/+3
* RGBX for psikyosh.c (nw) David Haywood2014-03-051-3/+0
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-1/+5
* Switched rgb_t to a class, replacing macros with methods. Mappings are Aaron Giles2014-02-191-1/+1
* moved optional_device<gfxdecode_device> to specific drivers state classes (nw) Miodrag Milanovic2014-02-171-1/+3
* Rewrite serial EEPROM devices, breaking them out into separate chips of Aaron Giles2013-07-291-1/+1
* Split eeprom.c into a base class base_eeprom_device and a serial-specific Aaron Giles2013-07-271-1/+1
* Rename eeprom_device to serial_eeprom_device in anticipation of adding Aaron Giles2013-07-261-1/+1
* eeprom_device tag lookup cleanup (nw) Miodrag Milanovic2013-04-121-1/+4
* 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-011-0/+1
* Cleanups and version bumpmame0148u2 Miodrag Milanovic2013-03-191-1/+1
* Modernization of drivers part 15 (no whatsnew) Miodrag Milanovic2013-02-121-8/+21
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-2/+2
* 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-6/+0
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-2/+3
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-1/+3
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-1/+1
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-0/+10
* Conversion of _DEVICE_HA​NDLER to _MEMBER methods - part 2 (no whatsnew) Miodrag Milanovic2012-05-251-0/+2
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-7/+13
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-0/+4
* Create new devices buffered_spriteram<n>_device, which manage buffered Aaron Giles2012-03-081-3/+4
* Death to SCREEN_EOF, which was ambiguously called either Aaron Giles2012-01-141-1/+1
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-4/+4
* sample reading code isn't needed anymore now that it's emulated in ymf278b.c Michaël Banaan Ananas2011-08-241-3/+0
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* Migrate variables in corona/galaxian/namcos21/namcos22/namcos23/psikyosh/quiz... Scott Stone2011-04-091-1/+1
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-20/+22
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* running_device -> device_t Aaron Giles2010-12-311-1/+1