summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/hcd62121
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-134-2009/+0
* blame balrog for this :) (NW) Cowering2015-07-081-1/+1
* Sorted out cpu cores (nw) Miodrag Milanovic2015-05-134-8/+8
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-074-0/+8
* moved all to std::string (nw) Miodrag Milanovic2015-04-222-36/+36
* string -> str rename due to future conflicts (nw) Miodrag Milanovic2015-04-122-36/+36
* fixed Visual Studio compilation of src/emu/cpu/hcd62121/hcd62121d.c (nw) Oliver Stöneberg2014-12-241-1/+4
* fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warn... Oliver Stöneberg2014-09-081-1/+0
* fixed usage of uninitialized members in hcd62121_cpu_device (nw) Oliver Stöneberg2014-04-251-0/+8
* removed some unused device_irq_acknowledge_callback occurrances (nw) Oliver Stöneberg2013-08-211-1/+0
* Cleanups and version bumpmame0149u1 Miodrag Milanovic2013-07-231-2/+1
* did modern cpu cores as well (nw) Miodrag Milanovic2013-06-211-1/+1
* hcd62121.c: Modernized cpu core. (nw) Wilbert Pol2013-06-133-547/+619
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-114-489/+485
* doc update (nw) Wilbert Pol2012-12-101-1/+1
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-2/+2
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-1/+1
* Final round of struct/union/enum normalization. Aaron Giles2012-09-161-3/+1
* Pass 2 of struct modernization. Aaron Giles2012-09-151-2/+2
* DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) Miodrag Milanovic2012-09-031-15/+15
* Renamed device_irq_callback to device_irq_acknowledge_callback to Aaron Giles2012-04-101-1/+1
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-9/+9
* hcd62121: Fixed some instructions. No whatsnew. Wilbert Pol2011-01-234-36/+100
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* Cleanups and version bump.mame0139u2 Aaron Giles2010-08-302-6/+6
* Imported the Hitachi HCD62121 CPU core from MESS. Curt Coder2010-08-204-0/+1863