summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/upd7810/upd7810.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-1984/+0
* changes for Juergen Buchmueller in core and credits for some files in mess(nw) Miodrag Milanovic2015-05-071-40/+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-2/+2
* string -> str rename due to future conflicts (nw) Miodrag Milanovic2015-04-121-2/+2
* Cleanups and version bumpmame0156 Miodrag Milanovic2014-11-261-7/+7
* upd7810: fix puzzli sound (nw) Alex W. Jackson2014-11-111-1/+1
* Fix uPD7810 sound/hang regressions in some MAME drivers (nw) Alex W. Jackson2014-11-101-3/+5
* upd7810: use intermediate flip flops for extended timer/event counter Ramiro Polla2014-11-101-44/+60
* upd7810: fix and export timer/event counter output Ramiro Polla2014-11-071-28/+28
* upd7810: ECNT clear control happens after capture control Ramiro Polla2014-11-071-16/+16
* upd7810: fix bug introduced in extended timer simplification Ramiro Polla2014-11-071-2/+2
* upd7810: return meaningful value when PC3 is in control mode Ramiro Polla2014-11-041-4/+4
* upd7810: correctly deal with external interrupts Ramiro Polla2014-11-041-13/+24
* upd7810: treat NMI like other interrupts Ramiro Polla2014-11-041-12/+9
* upd7810: remove gamemaster hack for INTFE1 Ramiro Polla2014-11-041-4/+0
* upd7810: set ETIMER interrupts Ramiro Polla2014-10-301-0/+6
* upd7810: remove code duplication in ETIMER Ramiro Polla2014-10-301-104/+30
* upd7810: remove code duplication in timers 0 and 1 Ramiro Polla2014-10-301-99/+61
* upd7810: clear sample and hold on ADC reset Ramiro Polla2014-10-301-0/+1
* upd7810: sample and hold ADC value at start of conversion process. Ramiro Polla2014-10-301-30/+40
* upd7810: Fixed ADC output register range. Ramiro Polla2014-10-301-2/+2
* upd7810: reorganize, compile source files seperately instead of Dirk Best2014-06-111-160/+1
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-2/+1
* last round of *.c -> *.inc renaming for now (nw) Oliver Stöneberg2014-03-191-3/+3
* upd7810.c: Added ADC support. [Ramiro Polla] Wilbert Pol2014-03-041-0/+118
* upd7810.c: Modernized cpu core. [Wilbert Pol] Wilbert Pol2014-02-211-1110/+892
* added missing short names to legacy devices and added validation that short n... Miodrag Milanovic2013-08-231-0/+5
* Removed a no longer needed hack. (nw) Wilbert Pol2013-05-221-44/+5
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-4/+2
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-640/+640
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-4/+4
* First pass at modernizing struct definitions. Aaron Giles2012-09-151-2/+1
* added missing \n to some fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-071-1/+1
* DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) Miodrag Milanovic2012-09-031-19/+19
* Renamed device_irq_callback to device_irq_acknowledge_callback to Aaron Giles2012-04-101-2/+2
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-1/+1
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-9/+9
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-64/+64
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* Remove final set of legacy inlines from memory.h. Mostly affects CPU Aaron Giles2010-08-191-2/+5
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-191-13/+13
* 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-031-6/+11
* Change cpu_device into a base class. Rename old cpu_device to legacy_cpu_device. Aaron Giles2010-06-171-2/+2
* Change cpu execute function to just use the icount stuffed by Aaron Giles2010-06-091-3/+0
* Changed CPU callbacks to use cpu_device, eliminating a bunch of casting. Aaron Giles2010-06-081-6/+6
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-11/+10
* Remove some aliases between CPUINFO_ and DEVINFO_ to help clarify Aaron Giles2010-01-211-9/+9
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-3/+3