summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/neoprint.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-3/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-5/+5
* Added uPD4990A clone to the uPD1990A, renamed uPD4990A -> uPD4990A_OLD for th... Angelo Salese2012-12-181-2/+2
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-4/+4
* changed most of screen.machine() to machine() (no whatsnew) Miodrag Milanovic2012-09-181-5/+5
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-4/+6
* Memory handler normalization, part 1. Aaron Giles2012-09-171-2/+2
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-7/+6
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-3/+3
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-7/+7
* gfx_element is now a class. Accessors are provided for all Aaron Giles2012-09-061-1/+1
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-6/+9
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-3/+3
* 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-9/+9
* Added target() on proper places (no whatsnew) Miodrag Milanovic2012-04-111-9/+9
* AM_BASE and AM_BASE_SIZE to AM_SHARE by request from Aaron (no whatsnew) Miodrag Milanovic2012-04-111-7/+9
* Moved soundlatch helpers into driver.c and removed emu/audio/generic.c. Aaron Giles2012-04-091-2/+2
* Templatized the palette generators and made naming consistent. Aaron Giles2012-04-091-1/+1
* Moved all drivers to using the paletteram helpers defined in the Aaron Giles2012-04-051-7/+7
* MAME going modern part 3 (no whatsnew) Miodrag Milanovic2012-04-031-55/+61
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-4/+4
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-22/+22
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-4/+4
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-7/+5
* Bulk conversion of bitmap_t * to bitmap_t & . With this change the Aaron Giles2012-01-021-3/+3
* Bulk converted cliprect * to cliprect & across the system. This makes Aaron Giles2011-12-311-3/+3
* Converted bitmap_t and rectangle into proper classes. Replaced BITMAP_ADDR* Aaron Giles2011-12-311-2/+2
* Change 'screen' parameter in SCREEN_UPDATE and SCREEN_EOF callbacks to a Aaron Giles2011-12-291-5/+5
* Replaced M1 rom with proper dump for nprsp (NeopriSP Retro Collection) [The ... Scott Stone2011-09-071-2/+2
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-27/+27
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-7/+7
* BIG update. Aaron Giles2011-03-291-33/+33
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-4/+4
* Continuation of static/global cleanup. [Atari Ace] Aaron Giles2011-03-171-34/+42
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-4/+4
* Cleanups and version bump.mame0141u2 Aaron Giles2011-02-091-2/+2
* Small reminder Angelo Salese2011-02-081-0/+1
* new clone Angelo Salese2011-02-081-14/+68
* new not working game Angelo Salese2011-02-081-10/+113
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-1/+1
* Attotime bulk conversion step: Aaron Giles2011-02-031-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-2/+2
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-26/+26
* Cleanups and version bump.mame0140u2 Aaron Giles2010-12-081-25/+25
* Cleaned up drawing routines Angelo Salese2010-12-061-59/+39
* Added IRQ3 and calendar, that's it for now Angelo Salese2010-12-051-23/+19
* Added scrolling Angelo Salese2010-12-051-6/+6