summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/seibuspi.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-4/+4
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-4/+4
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-10/+10
* Allow YMF271 4 Channel Output, Move Imperfect_sound tags into ymf271.h (#3229) cam9002018-02-231-25/+18
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+11
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+8
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-27/+27
* remove legacy forms of (required|optional)_(shared_ptr|ioport)_array Vas Crabb2016-08-251-1/+1
* SPI input cleanups, tweaks, notes (nw) AJR2016-07-211-1/+6
* Hook up Seibu CRTC to SPI System AJR2016-07-171-9/+16
* seibuspi fix (nw) Miodrag Milanovic2016-05-011-3/+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-4/+0
* auto_alloc_array_clear -> make_unique_clear (nw) Miodrag Milanovic2015-12-191-3/+3
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-2/+2
* credits correction hap2015-05-221-1/+1
* update for Ville Linde (nw) Miodrag Milanovic2015-05-131-1/+1
* some copyright tags hap2015-05-091-1/+1
* Added dummy license headers for MAME part (nw) Miodrag Milanovic2015-05-071-0/+2
* spi_layer_bank_w unknown bit wasn't alpha blending enable afterall Michaël Banaan Ananas2014-09-301-1/+1
* draw sprites front to back, this fixes some issues with shadow Michaël Banaan Ananas2014-09-051-3/+3
* added global alpha bit Michaël Banaan Ananas2014-09-031-3/+8
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-1/+3
* 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
* added screen raw params Michaël Banaan Ananas2013-07-141-1/+1
* improve back layer priority Michaël Banaan Ananas2013-07-061-1/+1
* not much, most of it is cleanup work Michaël Banaan Ananas2013-06-241-45/+56
* Cleanups and version bumpmame0149 Miodrag Milanovic2013-06-111-1/+1
* removed ds2404 and eeprom from hardware that doesn't have them Michaël Banaan Ananas2013-06-071-3/+3
* 3rd time's the charm Michaël Banaan Ananas2013-06-071-1/+0
* less hacky implementation of region protection, with some help from Haze Michaël Banaan Ananas2013-06-061-6/+4
* small update Michaël Banaan Ananas2013-06-061-1/+7
* don't access soundfifo2 on single board pcb Michaël Banaan Ananas2013-06-061-1/+1
* fix z80 memory handling + misc cleanups Michaël Banaan Ananas2013-06-051-15/+16
* (couple of useless renames) Michaël Banaan Ananas2013-06-051-3/+4
* get rid of that drunken soundrom_r function Michaël Banaan Ananas2013-06-041-2/+2
* correct ymf271 external memory handling Michaël Banaan Ananas2013-06-021-9/+12
* before i do next commit, some hw notes and cleanups in machine config Michaël Banaan Ananas2013-06-021-2/+0
* some cleanup.. Michaël Banaan Ananas2013-05-311-11/+9
* hooked up seibuspi sound fifos Michaël Banaan Ananas2013-05-291-20/+6
* Include the include - NW Brian Troha2013-05-051-0/+2
* and more oki changes (nw) Miodrag Milanovic2013-04-121-1/+4
* eeprom_device tag lookup cleanup (nw) Miodrag Milanovic2013-04-121-1/+4
* changed machine().device("soundcpu") with m_soundcpu (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