summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/n8080.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-5/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-8/+8
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-251-14/+12
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-4/+4
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-51/+46
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-4/+4
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-12/+12
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-12/+12
* Conversion of _DEVICE_HA​NDLER to _MEMBER methods - part 2 (no whatsnew) Miodrag Milanovic2012-05-251-6/+6
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-3/+3
* non device audio board modernization (no whatsnew) Miodrag Milanovic2012-04-111-2/+2
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-1/+1
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-12/+9
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-3/+3
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-9/+9
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-3/+3
* Fix for n8080.c - "warning: Device ':' does not have execute interface" (nw) Scott Stone2012-01-261-2/+2
* Death to SCREEN_EOF, which was ambiguously called either Aaron Giles2012-01-141-1/+1
* Some cleanup of the previous change. Added new template Aaron Giles2012-01-131-1/+1
* new clone added Michaël Banaan Ananas2012-01-121-1/+68
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-6/+3
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-25/+25
* BIG update. Aaron Giles2011-03-291-12/+12
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-3/+3
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-3/+3
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-4/+4
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-3/+3
* i8085.c: Fixed inte callback not being called when the IE flag was cleared af... Michaël Banaan Ananas2011-01-211-3/+3
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-55/+55
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-18/+9
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-11/+11
* Time to kill off some deadwood. Aaron Giles2010-07-071-1/+1
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-031-3/+3
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-2/+2
* documentation: Cleaned up company names [hap] Michaël Banaan Ananas2010-05-251-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Cleaned up many driver data structs to obtain two results: Fabio Priuli2009-11-291-2/+4
* Added driver_data struct and save states to n8080.c Fabio Priuli2009-11-181-147/+241
* Intel 8085: Curt Coder2009-08-211-8/+8
* Cleanups and version bump.mame0133u2 Aaron Giles2009-08-131-49/+49
* added notes on ROM label (uses Japanese character) Yasuhiro Ogawa2009-08-071-50/+50
* n8080 update [Team Japump!!!] Yasuhiro Ogawa2009-08-071-49/+86
* get rid of 8 character limitation for many clones Yasuhiro Ogawa2009-07-241-6/+6
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-6/+6
* From: Luigi30 [mailto:luigi30@gmail.com] Aaron Giles2009-04-231-3/+5
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-32/+32
* Rewrote 8080/8085 interrupt handling so that it makes sense. Aaron Giles2008-12-221-12/+9
* Removed unnecessary deprecation. Curt Coder2008-12-131-1/+0
* Used cleaner function and demoted some games to NOT_WORKING due to strange be... Curt Coder2008-12-131-7/+9
* Added missing voids. Curt Coder2008-12-121-2/+2