summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/limenko.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-2/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-15/+15
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-5/+5
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-2/+2
* changed most of screen.machine() to machine() (no whatsnew) Miodrag Milanovic2012-09-181-2/+2
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-19/+19
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-11/+9
* TILE/TILEMAP modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-061-18/+18
* gfx_element is now a class. Accessors are provided for all Aaron Giles2012-09-061-10/+9
* Replaced standard mappers with an enumeration that maps internally Aaron Giles2012-09-051-3/+3
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-20/+20
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-5/+5
* Clean-ups and version bumpmame0146u2 Miodrag Milanovic2012-07-021-12/+12
* limenko.c: In the PCB correct the QS1000 OSC from 24kHz to 24MHz. Minor white... Brian Troha2012-06-171-10/+10
* limenko.c - Hooked up QS1000 [Phil Bennett] Phil Bennett2012-06-151-48/+133
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-2/+2
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-4/+4
* Removed unnecessary target() calls from shared_ptr references. Aaron Giles2012-04-111-25/+25
* Added target() on proper places (no whatsnew) Miodrag Milanovic2012-04-111-25/+25
* AM_BASE and AM_BASE_SIZE to AM_SHARE by request from Aaron (no whatsnew) Miodrag Milanovic2012-04-111-24/+30
* Moved soundlatch helpers into driver.c and removed emu/audio/generic.c. Aaron Giles2012-04-091-2/+2
* modernization of some CUSTOM_INPUT's (no whatsnew) Miodrag Milanovic2012-04-091-6/+6
* Moved all drivers to using the paletteram helpers defined in the Aaron Giles2012-04-051-5/+5
* little cleanup (no whatsnew) Miodrag Milanovic2012-04-031-1/+1
* MAME going modern part 4 (no whatsnew) Miodrag Milanovic2012-04-031-77/+81
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-14/+14
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-22/+22
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-5/+5
* Bulk converted most of the tilemap_* calls into method calls. Aaron Giles2012-01-171-17/+17
* Fix several rendering issues with artwork, introduced in the Aaron Giles2012-01-161-5/+1
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-20/+18
* Bulk conversion of bitmap_t * to bitmap_t & . With this change the Aaron Giles2012-01-021-12/+12
* Bulk converted cliprect * to cliprect & across the system. This makes Aaron Giles2011-12-311-34/+31
* Converted bitmap_t and rectangle into proper classes. Replaced BITMAP_ADDR* Aaron Giles2011-12-311-9/+9
* Change 'screen' parameter in SCREEN_UPDATE and SCREEN_EOF callbacks to a Aaron Giles2011-12-291-3/+3
* Removed legacy trampolines from eeprom_device, taking Aaron Giles2011-05-121-12/+12
* Changed input read/write and crosshair callbacks into delegates. Aaron Giles2011-05-111-1/+1
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-1/+1
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* Privatized most of the m_machine pointers in the system to prevent Aaron Giles2011-04-191-1/+1
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-89/+89
* BIG update. Aaron Giles2011-03-291-53/+53
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-4/+4
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-9/+9
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-4/+4
* Continued moving global/static variables to the driver_device classes. Aaron Giles2011-03-171-82/+105
* Convert a number of drivers to use their own private spriteram instead Aaron Giles2011-03-131-8/+22
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-3/+3
* Ok, last major rename for this round: Aaron Giles2011-01-011-4/+4
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-35/+35