summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/seibuspi.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* IRQ_CALLBACK modernization part 1 (no whatsnew) Miodrag Milanovic2013-01-311-4/+4
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-1/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-272/+272
* ds2404: get rid of trampoline code Michaël Banaan Ananas2012-10-061-4/+4
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-16/+16
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-5/+5
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-3/+3
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-16/+16
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-47/+43
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-25/+25
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-6/+6
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-32/+32
* added missing \n to more fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-091-5/+4
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-43/+36
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-47/+47
* Conversion of _DEVICE_HA​NDLER to _MEMBER methods - part 2 (no whatsnew) Miodrag Milanovic2012-05-251-17/+17
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-19/+19
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-16/+16
* Memory banks are now device-relative only. Global lookups Aaron Giles2012-04-191-5/+5
* Remove global memory banking functions in favor of referencing Aaron Giles2012-04-191-5/+5
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-5/+5
* forgot to remove comments (no whatsnew) Miodrag Milanovic2012-04-101-16/+0
* mode modernization (no whatsnew) Miodrag Milanovic2012-04-101-141/+148
* modernization of some CUSTOM_INPUT's part 3 (no whatsnew) Miodrag Milanovic2012-04-091-14/+13
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-20/+20
* MAME going modern part 6 (no whatsnew) Miodrag Milanovic2012-04-051-5/+4
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-5/+5
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-55/+55
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-4/+4
* Changed descriptions : mostly "(alt)" -> "(set n)"; also added "(set 1)" for ... stephh2012-03-151-1/+1
* Clean-ups and version bump (yes, I know, it's too late)mame0145u4 Angelo Salese2012-03-111-4/+4
* New clones added R. Belmont2012-03-111-0/+30
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-6/+3
* new earlier Battle Balls (Asia) clone Brian Troha2011-11-241-0/+29
* new clone added Viper Phase 1 - USA Brian Troha2011-10-011-1/+31
* Removed legacy trampolines from eeprom_device, taking Aaron Giles2011-05-121-9/+12
* Changed input read/write and crosshair callbacks into delegates. Aaron Giles2011-05-111-8/+8
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-8/+8
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-76/+76
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-33/+33
* BIG update. Aaron Giles2011-03-291-96/+96
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-16/+16
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-20/+20
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-41/+41
* Convert cclimber/galpani2/gticlub/namcond1/pacman/seibuspi/tetrisp2/vicdual Aaron Giles2011-03-251-102/+112
* Further decouples some driver files to help driver_device Aaron Giles2011-03-211-0/+1
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-3/+3
* Attotime bulk conversion step: Aaron Giles2011-02-031-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-16/+16
* running_device -> device_t Aaron Giles2010-12-311-1/+1