summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/hd61700
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-133-3602/+0
* more pedantic fixes (NW) Cowering2015-07-081-1/+1
* blame balrog for this :) (NW) Cowering2015-07-081-1/+1
* moved all to std::string (nw) Miodrag Milanovic2015-04-222-5/+5
* string -> str rename due to future conflicts (nw) Miodrag Milanovic2015-04-122-3/+3
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-121-1/+1
* Cleanups and version bumpmame0155 Miodrag Milanovic2014-10-152-3/+3
* (MESS) hd61700: converted to use devcb callbacks instead of Fabio Priuli2014-10-122-102/+75
* various cpu cores: don't state save icount (nw) Alex W. Jackson2014-07-091-2/+0
* License tags. (nw) Sandro Ronco2013-10-263-0/+6
* did modern cpu cores as well (nw) Miodrag Milanovic2013-06-211-1/+1
* fixed uninitialized memory in src/emu/cpu/hd61700/hd61700.c (nw) Oliver Stöneberg2013-03-091-4/+9
* pass this instead of NULL and options instead of 0 in the class based cpu cor... smf-2013-03-061-1/+1
* fixed uninitialized variables in src/emu/cpu/hd61700/hd61700.c (nw) Oliver Stöneberg2013-02-221-1/+5
* output of new srcclean changes that are relatively small [smf] smf-2013-01-112-3/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-113-373/+373
* removed unreachable code detected by cppcheck (nw) Oliver Stöneberg2012-12-251-1/+0
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-1/+1
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-1/+1
* Pass 2 of struct modernization. Aaron Giles2012-09-151-2/+2
* cleanups and version bumpmame0144u3 Angelo Salese2011-12-141-1/+1
* Removed partial frame hack from the core Angelo Salese2011-12-141-1/+1
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-272-138/+66
* 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-14/+14
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-1/+1
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-1/+1
* Attotime bulk conversion step: Aaron Giles2011-02-031-1/+1
* Fixing warning (it was a typo). Fabio Priuli2011-01-161-1/+1
* Some HD61700 fixes from MESS (no whatsnew) Miodrag Milanovic2011-01-102-10/+10
* Added HD61700 CPU core used for emulate Casio PB-1000/PB-2000c in MESS [Sandr... Miodrag Milanovic2011-01-063-0/+3691