summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/n8080.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added INTE line handling. The games are working now. Curt Coder2008-12-121-2/+6
* I8085 Curt Coder2008-12-121-15/+50
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-3/+3
* Cleanups and version bump.mame0126u5 Aaron Giles2008-08-141-5/+5
* Adds readmes for Vivid Dolls, Tower and Shaft, Star Soldier Vanishing Earth, ... Andrew Gardner2008-08-111-0/+114
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-26/+26
* Region classes go bye-bye. Aaron Giles2008-07-281-25/+25
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-25/+25
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-3/+3
* Tagged all the first CPUs for drivers (mostly as "main"). Aaron Giles2008-07-191-3/+3
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-06-261-30/+30
* WIP check-in. Things work now, but I'm still working on the code. Aaron Giles2008-03-091-2/+2
* Changes first argument of video_screen_* functions to take a device_config Zsolt Vasvari2008-03-091-1/+1
* Most of this descriptions taken directly from an e-mail by Aaron: Zsolt Vasvari2008-02-291-3/+4
* Most important thing to note about this change: Aaron Giles2008-02-211-9/+9
* - Changed cpunum_set_input_line* functions to take running_machine as an argu... Zsolt Vasvari2008-01-241-6/+2
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+650