summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/i8085
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-134-2011/+0
* memory: Remove support for decrypted bases, use an address space instead [O. ... Olivier Galibert2015-06-241-4/+4
* ugly whitespace cleanup hap2015-05-241-89/+89
* tag self hap2015-05-243-3/+4
* Sorted out cpu cores (nw) Miodrag Milanovic2015-05-132-4/+4
* changes for Juergen Buchmueller in core and credits for some files in mess(nw) Miodrag Milanovic2015-05-072-79/+4
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-074-0/+8
* moved all to std::string (nw) Miodrag Milanovic2015-04-222-3/+3
* string -> str rename due to future conflicts (nw) Miodrag Milanovic2015-04-122-3/+3
* fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warn... Oliver Stöneberg2014-09-081-2/+0
* devcv2 -> devcb (nw) Miodrag Milanovic2014-05-141-12/+12
* get rid of family name in description string Michaël Banaan Ananas2013-11-141-3/+3
* Cleanups and version bumpmame0150 Miodrag Milanovic2013-09-171-1/+0
* i8085.c: Fixed initialization. (nw) Wilbert Pol2013-08-151-7/+7
* Removed unneeded, commented members. (nw) Wilbert Pol2013-08-041-2/+0
* disabled unused private members (nw) Oliver Stöneberg2013-08-031-2/+2
* i8085.c: Modernized cpu core (nw) Wilbert Pol2013-08-033-770/+734
* Enough of this Angelo Salese2013-03-151-1/+1
* Very preliminary LCD hook-up Angelo Salese2013-03-141-1/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-114-476/+474
* fixed H flag on SUB/SBB/CMP Michaël Banaan Ananas2012-10-152-12/+10
* fix 8080 unused flags Michaël Banaan Ananas2012-10-151-4/+3
* fix H flag on DCR and DAD Michaël Banaan Ananas2012-10-151-6/+4
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-2/+2
* First pass at modernizing struct definitions. Aaron Giles2012-09-152-4/+2
* In device_state_interface, rename state() to state_int() Aaron Giles2012-09-111-1/+1
* DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) Miodrag Milanovic2012-09-031-16/+16
* removed some unnecessary statements reported by cppcheck (no whatsnew) Oliver Stöneberg2012-08-041-1/+0
* Renamed device_irq_callback to device_irq_acknowledge_callback to Aaron Giles2012-04-101-2/+2
* Reimplemented devcb using delegates and classes. Unified the logic Aaron Giles2011-05-021-11/+11
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* Cleanups and version bump.mame0142 Aaron Giles2011-04-031-2/+2
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-6/+6
* don't assert on valid i8080a Michaël Banaan Ananas2011-03-211-0/+1
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-15/+15
* i8085.c: Fixed inte callback not being called when the IE flag was cleared af... Michaël Banaan Ananas2011-01-211-7/+7
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* i8085 cpu Fixed loading of reg A from debugger 'do' command [Robbbert] Miodrag Milanovic2010-12-201-1/+1
* Remove final set of legacy inlines from memory.h. Mostly affects CPU Aaron Giles2010-08-191-4/+6
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-192-8/+8
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-2/+2
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-032-11/+9
* Change cpu_device into a base class. Rename old cpu_device to legacy_cpu_device. Aaron Giles2010-06-171-3/+3
* Change cpu execute function to just use the icount stuffed by Aaron Giles2010-06-091-4/+0
* Changed CPU callbacks to use cpu_device, eliminating a bunch of casting. Aaron Giles2010-06-081-5/+5
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-082-77/+60
* [8080/8085 CPU] Fix of mametester bug 3227. [Robbbert] Miodrag Milanovic2010-04-032-2/+3
* Remove some aliases between CPUINFO_ and DEVINFO_ to help clarify Aaron Giles2010-01-211-6/+6
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-5/+5
* Within src/emu, basic conversions: Aaron Giles2010-01-121-2/+2