summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/upd7725 (follow)
Commit message (Expand)AuthorAgeFilesLines
* fixed some printf format string warnings reported by cppcheck (no whatsnew) Oliver Stöneberg2012-09-081-2/+2
* Further upd7725 fixes, new code might actually work properly now, fixed unini... Jonathan Gevaryahu2011-07-062-6/+11
* Update NEC DSP core to correctly generate the ov1 and s1 alu Jonathan Gevaryahu2011-07-032-11/+11
* Reimplemented devcb using delegates and classes. Unified the logic Aaron Giles2011-05-021-13/+13
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-272-245/+122
* Switch from m_machine to machine() everywhere. In some cases this Aaron Giles2011-04-181-1/+1
* Cleanups again Angelo Salese2011-04-181-16/+16
* upd7725.c: Implementation of the p0 and p1 output Jonathan Gevaryahu2011-04-122-5/+118
* BIG update. Aaron Giles2011-03-291-3/+3
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-272-2/+2
* Removed short name as parameter from device_config this way it is not mandato... Miodrag Milanovic2011-02-111-1/+1
* - Added shortname to devices in order to make ROM loading per device possible... Miodrag Milanovic2011-02-101-1/+1
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-28/+28
* Cleanups and version bump.mame0141u1 Aaron Giles2011-01-242-20/+20
* NEC DSP updates [R. Belmont, byuu, Dr. Decapitator]: R. Belmont2011-01-233-125/+261
* VC2008 compile fixes (no whatsnew) mariuszw12011-01-161-1/+1
* UPD7725: Fix compile on OSX (no whatsnew) R. Belmont2011-01-021-0/+5
* Add uPD7725 16-bit DSP core and hookups for SNES hardware [byuu, R. Belmont] R. Belmont2011-01-023-0/+971