summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/upd7810/upd7810.h
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-1430/+0
* Sorted out cpu cores (nw) Miodrag Milanovic2015-05-131-2/+2
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-071-0/+2
* moved all to std::string (nw) Miodrag Milanovic2015-04-221-1/+1
* string -> str rename due to future conflicts (nw) Miodrag Milanovic2015-04-121-1/+1
* upd7810: use intermediate flip flops for extended timer/event counter Ramiro Polla2014-11-101-1/+7
* upd7810: fix and export timer/event counter output Ramiro Polla2014-11-071-0/+10
* upd7810: correctly deal with external interrupts Ramiro Polla2014-11-041-2/+3
* upd7810: remove code duplication in timers 0 and 1 Ramiro Polla2014-10-301-0/+3
* upd7810: sample and hold ADC value at start of conversion process. Ramiro Polla2014-10-301-0/+2
* upd7810: ADC functions should return bytes. Ramiro Polla2014-10-301-8/+8
* upd7810: reorganize, compile source files seperately instead of Dirk Best2014-06-111-0/+42
* devcv2 -> devcb (nw) Miodrag Milanovic2014-05-141-33/+33
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
* upd7810.c: Added ADC support. [Ramiro Polla] Wilbert Pol2014-03-041-0/+48
* upd7810.c: Modernized cpu core. [Wilbert Pol] Wilbert Pol2014-02-211-33/+1267
* ok nevermind, 78081(78k0 family) is a completely different cpu from 7810 fami... Michaël Banaan Ananas2014-01-281-4/+0
* added dummy mcu Michaël Banaan Ananas2014-01-281-2/+4
* Removed a no longer needed hack. (nw) Wilbert Pol2013-05-221-1/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-5/+5
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-1/+1
* Enum and union normalization. Aaron Giles2012-09-161-2/+2
* Pass 2 of struct modernization. Aaron Giles2012-09-151-2/+2
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-031-11/+5
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-1/+1
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-1/+0
* uPD7801 core changes: Wilbert Pol2010-01-021-0/+1
* This update is the below two patches, plus the remaining changes Aaron Giles2008-12-191-1/+1
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+6
* Pointer-ified the upd7810 core. Aaron Giles2008-12-101-92/+0
* Remaining CPU cores updated to new functions. Aaron Giles2008-11-231-0/+2
* Added macros for all CPU callbacks to ease future changes. Aaron Giles2008-11-081-9/+9
* WARNING: This is a significant change. If you are risk-averse and Aaron Giles2008-11-061-1/+2
* Final CPU header updates. Mostly just re-naming the re-inclusions. Derrick Renaud2008-08-131-8/+13
* Removed DEBUGGER flag from makefile and ENABLE_DEBUGGER Aaron Giles2008-06-261-2/+0
* From: Wilbert Pol [mailto:wilbert@jdg.info] Aaron Giles2008-02-281-2/+16
* Changed debugger-related code to be based off a new makefile define (DEBUGGER... Aaron Giles2008-02-021-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+157