summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/lr35902
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-135-3727/+0
* blame balrog for this :) (NW) Cowering2015-07-081-1/+1
* removed some non-commercial use texts no use since it's BSD3 now (nw) Miodrag Milanovic2015-05-301-14/+0
* Sorted out cpu cores (nw) Miodrag Milanovic2015-05-135-6/+10
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-073-0/+6
* moved all to std::string (nw) Miodrag Milanovic2015-04-222-4/+4
* string -> str rename due to future conflicts (nw) Miodrag Milanovic2015-04-122-4/+4
* forgot to resolve callback Michaël Banaan Ananas2014-06-232-4/+5
* added macro and callback for 16bit inc/dec Michaël Banaan Ananas2014-06-163-122/+46
* nw Michaël Banaan Ananas2014-06-163-22/+24
* removed MCFG_LR35902_RESET_VALUES Michaël Banaan Ananas2014-06-142-24/+0
* log illegal ops Michaël Banaan Ananas2014-06-133-41/+8
* renamed opcode lists.h to .inc, renamed LR35902_FLAG_x to FLAG_x Michaël Banaan Ananas2014-06-134-116/+118
* devcv2 -> devcb (nw) Miodrag Milanovic2014-05-141-3/+3
* Cleanups and version bumpmame0149u1 Miodrag Milanovic2013-07-231-2/+2
* LR35902: renamed FLAG_C/H/N/Z to LR35902_FLAG_C/H/N/Z to avoid Fabio Priuli2013-06-244-118/+113
* fix for Fabio (nw) Miodrag Milanovic2013-06-242-4/+9
* validation fix (nw) Miodrag Milanovic2013-06-211-1/+1
* did modern cpu cores as well (nw) Miodrag Milanovic2013-06-211-1/+1
* pass this instead of NULL and options instead of 0 in the class based cpu cor... smf-2013-03-061-1/+1
* fixed uninitialized members in src/emu/cpu/lr35902/lr35902.c (nw) Oliver Stöneberg2013-02-211-0/+13
* Cleanups and version bumpmame0148u1 Miodrag Milanovic2013-02-111-6/+3
* Changed LR35902 configuration and tagmap lookup reduction for gameboy.c (nw) Wilbert Pol2013-01-312-37/+25
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-115-1335/+1334
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-1/+1
* Final round of struct/union/enum normalization. Aaron Giles2012-09-161-2/+2
* lr35902.c: removed 2 unneeded assignments (nw) Wilbert Pol2012-08-111-2/+0
* Clean-ups and version bump (yes, I know, it's too late)mame0145u4 Angelo Salese2012-03-111-1/+1
* lr35902.c: Converted LR35902 cpu core to c++. [Wilbert Pol] Wilbert Pol2012-02-264-1152/+1158
* Sync with MESS Wilbert Pol2012-02-253-1054/+1169
* Sync with MESS Wilbert Pol2012-02-252-382/+314
* 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
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-062-6/+6
* running_device -> device_t Aaron Giles2010-12-312-2/+2
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-191-2/+2
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-1/+1
* lr35902.c: Added the speed register to the register list to allow it to be ch... Wilbert Pol2010-07-171-0/+1
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-032-4/+4
* 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-4/+0
* Changed CPU callbacks to use cpu_device, eliminating a bunch of casting. Aaron Giles2010-06-081-3/+3
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-7/+6
* Disable many unused variables as identifed by cppcheck. [Oliver Stöneberg] Scott Stone2010-04-231-2/+2
* sm8500d.c: Fixed disassembly of extended instructions (1A, 1B, 4F). [Oliver ... Wilbert Pol2010-04-101-1/+1
* 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-182-4/+4
* Within src/emu, basic conversions: Aaron Giles2010-01-121-1/+1
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-103-1/+2
* Cleaned up braces in the code so that they are properly balanced. [Atari Ace] Aaron Giles2009-12-281-1/+1