summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/ssem/ssem.c
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-316/+0
* Updated licenses on Ryan Holtz request (nw) Miodrag Milanovic2015-05-091-2/+2
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-071-0/+2
* moved all to std::string (nw) Miodrag Milanovic2015-04-221-3/+3
* string -> str rename due to future conflicts (nw) Miodrag Milanovic2015-04-121-2/+2
* 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-111-114/+114
* - h6280.c: Modernized the H6280 core. Ryan Holtz2012-12-231-1/+7
* - ssem.c: Modernized the SSEM core. [MooglyGuy] Ryan Holtz2012-12-231-178/+178
* 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-031-2/+3
* 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-101-1/+1
* Added infrastructure to compile universal standalone disassembler: Aaron Giles2009-08-221-10/+3
* 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-021-5/+5
* Added CPU core for the Manchester Small-Scale Experimental Machine (SSEM) fro... Ryan Holtz2009-06-021-0/+320