summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/pdp1 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make many device_execute_interface functions noexcept, including the "informa... AJR2019-11-092-5/+5
* -v25, patinhofeio_cpu, pdp1, pic16c5x: Removed MCFG macros. [Ryan Holtz] mooglyguy2018-12-151-5/+0
* -arcadia, binbug, cd2650, cvs, dm7000, dolphunk, galaxia, hp48, instruct, kon... mooglyguy2018-12-151-23/+10
* Reshuffle some stuff: Vas Crabb2018-03-282-5/+5
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-254-9/+9
* more devices named after machines (nw) Vas Crabb2018-03-161-2/+2
* Blind faith fixed long names for almost all CPUs (nw) angelosa2018-03-152-3/+3
* destaticify initializations (nw) (#3289) wilbertpol2018-03-042-23/+23
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-268-34/+89
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-104-6/+6
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-034-2/+15
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-144-38/+38
* pdp1: Make opcodes an internal enum (nw) AJR2017-04-122-56/+58
* Self-registering devices prep: Vas Crabb2017-02-272-3/+3
* A round of spelling/typographical fixes to source comments (nw) Scott Stone2016-11-241-5/+5
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-206-40/+12
* Changed the pdp1 disassembler to use 'std::ostream &' internally Nathan Woods2016-11-161-58/+66
* Changed the TX0 disassembler to use 'std::ostream &' internally Nathan Woods2016-10-301-30/+48
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-224-33/+33
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-282-0/+2
* Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ... Lord-Nightmare2016-09-272-2/+0
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-272-0/+2
* Let's give the new srcclean a spin... Vas Crabb2016-08-022-25/+25
* Eliminate device_t::static_config, a type-unsafe legacy feature. AJR2016-04-142-1/+8
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-1/+1
* Make octal flag part of address_space/address_space_config, not (illogically)... AJR2016-02-042-2/+2
* reverting: Miodrag Milanovic2016-01-204-8/+8
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-202-2/+2
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-162-2/+2
* tags are now strings (nw) Miodrag Milanovic2016-01-164-8/+8
* Revert "remove const (nw)" Miodrag Milanovic2016-01-132-2/+2
* remove const (nw) Miodrag Milanovic2016-01-112-2/+2
* Return std::string objects by value rather than pass by reference AJR2016-01-102-2/+2
* macro removal INLINE -> static inline (nw) Miodrag Milanovic2015-12-121-1/+1
* override part 2 (nw) Miodrag Milanovic2015-12-052-26/+26
* clang-modernize part 6 Miodrag Milanovic2015-12-042-4/+4
* clang-modernize part 3 Miodrag Milanovic2015-12-043-3/+3
* Cleanups and version bumpmame0168 Miodrag Milanovic2015-11-251-3/+3
* Fixed uninitialized class members Miodrag Milanovic2015-11-191-4/+5
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-084-0/+0
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-136-0/+3693