summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tecmo.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-133/+133
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-3/+3
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-2/+2
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-2/+2
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-9/+8
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-3/+3
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-15/+11
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-8/+8
* moved a misplaced set from acesp.c to aces1.c - From Haze (nw) Scott Stone2012-07-241-0/+1
* Conversion of _DEVICE_HA​NDLER to _MEMBER methods - part 2 (no whatsnew) Miodrag Milanovic2012-05-251-8/+9
* Clean-ups and version bump Miodrag Milanovic2012-05-211-1/+1
* btanb note Angelo Salese2012-05-081-3/+4
* Added NMI sound ACK mechanism to tecmo.c driver [Angelo Salese] Angelo Salese2012-05-081-18/+32
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-4/+4
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-3/+3
* Memory banks are now device-relative only. Global lookups Aaron Giles2012-04-191-1/+1
* Remove global memory banking functions in favor of referencing Aaron Giles2012-04-191-1/+1
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-12/+12
* Moved soundlatch helpers into driver.c and removed emu/audio/generic.c. Aaron Giles2012-04-091-3/+3
* Templatized the palette generators and made naming consistent. Aaron Giles2012-04-091-3/+3
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-18/+18
* Moved all drivers to using the audio/watchdog helpers defined in the driver_d... Miodrag Milanovic2012-04-051-4/+4
* Moved all drivers to using the paletteram helpers defined in the Aaron Giles2012-04-051-3/+3
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-36/+35
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-24/+24
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-52/+52
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-5/+5
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-4/+2
* Cleanups and version bump Angelo Salese2011-08-251-3/+3
* tecmo.c: Added proper region to Gemini and Silk Worm sets. Added dipswitch lo... Brian Troha2011-08-171-163/+118
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-28/+28
* BIG update. Aaron Giles2011-03-291-21/+21
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-3/+3
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-8/+8
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-3/+3
* Convert a number of drivers to use their own private spriteram instead Aaron Giles2011-03-131-3/+3
* Updated sigma/stern/subsino/tatsumi/tch/tecfri/technos/tehkan to driver_devices. Aaron Giles2011-03-031-30/+46
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* Ok, last major rename for this round: Aaron Giles2011-01-011-3/+3
* running_device -> device_t Aaron Giles2010-12-311-2/+2
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-51/+51
* Added include files for all remaining drivers with multiple source files. Aaron Giles2010-09-021-14/+1
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-2/+2
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-10/+8
* De-converted MACHINE_DRIVER from tokens back to constructor functions, regaining Aaron Giles2010-08-261-0/+2
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-2/+4
* tecmo.c: Included Rygar PCB documentation [Guru] Michaël Banaan Ananas2010-05-191-3/+86
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-2/+2
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-1/+1