summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/upd7725/upd7725.c
Commit message (Expand)AuthorAgeFilesLines
* did modern cpu cores as well (nw) Miodrag Milanovic2013-06-211-4/+4
* pass this instead of NULL and options instead of 0 in the class based cpu cor... smf-2013-03-061-1/+1
* fixed initialization of necdsp_device when no static_config is provided (nw) Oliver Stöneberg2013-02-231-11/+11
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-1/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-210/+210
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-2/+2
* 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-061-2/+8
* Update NEC DSP core to correctly generate the ov1 and s1 alu Jonathan Gevaryahu2011-07-031-11/+10
* 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-271-160/+93
* Switch from m_machine to machine() everywhere. In some cases this Aaron Giles2011-04-181-1/+1
* upd7725.c: Implementation of the p0 and p1 output Jonathan Gevaryahu2011-04-121-3/+64
* BIG update. Aaron Giles2011-03-291-3/+3
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-1/+1
* 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-241-16/+16
* NEC DSP updates [R. Belmont, byuu, Dr. Decapitator]: R. Belmont2011-01-231-105/+178
* 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-021-0/+562