summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/ssem
Commit message (Expand)AuthorAgeFilesLines
* validation fix (nw) Miodrag Milanovic2013-06-211-1/+1
* did modern cpu cores as well (nw) Miodrag Milanovic2013-06-211-1/+1
* fix stack overflow in disasm_disassemble (nw) smf-2013-03-061-1/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-113-176/+176
* - h6280.c: Modernized the H6280 core. Ryan Holtz2012-12-232-4/+8
* - ssem.c: Modernized the SSEM core. [MooglyGuy] Ryan Holtz2012-12-232-181/+244
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-1/+1
* First pass at modernizing struct definitions. Aaron Giles2012-09-151-2/+1
* DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) Miodrag Milanovic2012-09-031-15/+15
* BIG update. Aaron Giles2011-03-291-1/+1
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-9/+9
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-191-9/+9
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-1/+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-5/+4
* several cleanups based on cppcheck and VS2008 Code Analysis [Oliver Stöneberg] Fabio Priuli2010-03-171-36/+36
* 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-181-2/+2
* 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-102-3/+2
* Added infrastructure to compile universal standalone disassembler: Aaron Giles2009-08-222-10/+14
* Another step. Moved the address-space related get_info constants Aaron Giles2009-07-081-6/+6
* Fixed a minor typo in the SSEM debugging features. [MooglyGuy] Ryan Holtz2009-06-061-2/+2
* Corrected a major oversight in the instruction encoding of the SSEM core [Moo... Ryan Holtz2009-06-022-7/+7
* Added CPU core for the Manchester Small-Scale Experimental Machine (SSEM) fro... Ryan Holtz2009-06-023-0/+419