summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/pdp1
Commit message (Expand)AuthorAgeFilesLines
* devcv2 -> devcb (nw) Miodrag Milanovic2014-05-141-30/+30
* fixed usage of uninitialized members in tx0_device (nw) Oliver Stöneberg2014-04-301-0/+6
* fixed usage of uninitialized member in pdp1_device (nw) Oliver Stöneberg2014-04-291-0/+1
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-074-5/+3
* pdp1.c: Modernized cpu core. [Wilbert Pol] Wilbert Pol2014-02-252-562/+602
* tx0.c: Modernized cpu core. [Wilbert Pol] Wilbert Pol2013-12-252-564/+455
* Removed some unused defines (nw) Wilbert Pol2013-12-242-3/+0
* added missing short names to legacy devices and added validation that short n... Miodrag Milanovic2013-08-232-0/+3
* (MESS) TX0 : Fixed paper tape reader [Robbbert] Robbbert2013-07-091-3/+5
* (MESS) PDP1 : Fixed loading of paper tape, Spacewar works again [Robbbert] Robbbert2013-07-081-3/+4
* cleanup (nw) Miodrag Milanovic2013-04-141-2/+2
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-115-894/+894
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-192-2/+2
* First pass at modernizing struct definitions. Aaron Giles2012-09-154-8/+4
* In device_state_interface, rename state() to state_int() Aaron Giles2012-09-113-5/+5
* DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) Miodrag Milanovic2012-09-032-45/+45
* removed some unnecessary statements reported by cppcheck (no whatsnew) Oliver Stöneberg2012-08-041-1/+1
* Renamed device_irq_callback to device_irq_acknowledge_callback to Aaron Giles2012-04-101-1/+1
* Added a way to handle output for debug messages and debugger itself into octa... Miodrag Milanovic2011-10-042-0/+3
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-272-2/+2
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-272-27/+27
* running_device -> device_t Aaron Giles2010-12-314-22/+22
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-192-4/+4
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-192-2/+2
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-034-12/+11
* Change cpu_device into a base class. Rename old cpu_device to legacy_cpu_device. Aaron Giles2010-06-172-5/+5
* MESS related fixes to enable compile after device rewrite (no whatsnew) Miodrag Milanovic2010-06-111-2/+2
* Change cpu execute function to just use the icount stuffed by Aaron Giles2010-06-092-12/+0
* Changed CPU callbacks to use cpu_device, eliminating a bunch of casting. Aaron Giles2010-06-082-8/+8
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-082-14/+12
* [PDP1] Display the PC in hex as well as octal. [Robbbert] Miodrag Milanovic2010-02-011-2/+2
* Fixed disassembly of PDP1,TX0 and APEXC [Robbbert] Miodrag Milanovic2010-01-302-3/+3
* Remove some aliases between CPUINFO_ and DEVINFO_ to help clarify Aaron Giles2010-01-212-27/+27
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-184-27/+27
* More PPC GCC warning fixes. R. Belmont2010-01-151-3/+3
* Within src/emu, basic conversions: Aaron Giles2010-01-122-2/+2
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-102-4/+0
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-106-3/+4
* Results of running the latest srcclean. Aaron Giles2009-12-282-16/+16
* Remove remaining references to machine->cpu[n]. Removed cpu[n] array. Aaron Giles2009-09-083-5/+5
* Another step. Moved the address-space related get_info constants Aaron Giles2009-07-082-18/+18
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-06-081-3/+3
* From: Oliver Stoeneberg [oliverst@online.de] Aaron Giles2009-05-251-41/+41
* CPU cores now compile cleanly. Aaron Giles2009-03-152-23/+41
* More cleanup. Added address-space-specific constants for the various Aaron Giles2008-12-202-27/+27
* Renamed CPUINFO_PTR_* to CPUINFO_FCT_* for function get infos. Aaron Giles2008-12-192-18/+18
* Removed index and clock parameters from CPU_INIT function. Aaron Giles2008-12-181-3/+3
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-172-0/+4
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-121-2/+1
* Removed get context/set context calls from the CPU interface entirely. Aaron Giles2008-12-112-6/+0