summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/t11 (follow)
Commit message (Expand)AuthorAgeFilesLines
* pace, we32100: Notes (nw) AJR2020-01-011-0/+5
* t11: Use octal for debug register state and disassembly; fix disassembly of S... AJR2019-12-223-286/+285
* Make many device_execute_interface functions noexcept, including the "informa... AJR2019-11-091-4/+4
* t11: Minor, somewhat speculative fixes (nw) AJR2019-11-092-5/+4
* t11: switch to MACRO-11 syntax, decode deferred addressing modes (nw) Sergey Svishchev2019-06-251-33/+47
* sm510, sm8500, sparc, superfx, t11: Removed MCFG, nw mooglyguy2018-12-071-7/+1
* devcb3 Vas Crabb2018-07-071-1/+1
* diexec: Interrupt API changes (nw) AJR2018-05-181-1/+1
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-112-3/+3
* extricate refereces to emucore.o from t11dasm.o (nw) Vas Crabb2018-04-032-59/+62
* Reshuffle some stuff: Vas Crabb2018-03-281-2/+2
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-252-3/+3
* Blind faith fixed long names for almost all CPUs (nw) angelosa2018-03-151-1/+1
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-5/+5
* emumem: API change [O. Galibert] Olivier Galibert2017-11-292-2/+2
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-264-97/+129
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-102-3/+3
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-032-1/+8
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-142-23/+16
* t11 cpu: MOV, CLR and SXT read memory before writing to it (page B-8 of User'... Sergey Svishchev2017-03-141-5/+24
* t11 cpu: emulate MFPT instruction. Sergey Svishchev2017-03-141-0/+2
* Self-registering devices prep: Vas Crabb2017-02-271-2/+2
* T11: HALT opcode jumps to fixed restart address with PSW=0340 (nw) Sergey Svishchev2017-02-081-2/+2
* Make devcb objects more consistently available for further configuration (nw) AJR2017-01-311-1/+1
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-203-14/+4
* Changed the t11 disassembler to use 'std::ostream &' internally Nathan Woods2016-11-171-91/+101
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-224-2164/+2164
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-281-2/+2
* Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ... Lord-Nightmare2016-09-271-2/+2
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-271-2/+2
* t11: fine, be that way (nw) cracyc2016-08-262-33/+30
* vt240: WIP (nw) cracyc2016-07-113-1/+8
* dec_lk201: keyclick [Bavarese] cracyc2016-06-232-30/+33
* t11: show flags (nw) cracyc2016-06-211-1/+1
* t11: fix MARK insn (not supported by actual T11) Sergey Svishchev2016-06-211-1/+1
* INC -> HXX makes editors and code analyzers see it as C++ (nw) Miodrag Milanovic2016-05-013-2/+2
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-2/+2
* Make octal flag part of address_space/address_space_config, not (illogically)... AJR2016-02-041-2/+2
* reverting: Miodrag Milanovic2016-01-202-6/+6
* 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-162-6/+6
* Revert "remove const (nw)" Miodrag Milanovic2016-01-132-4/+4
* remove const (nw) Miodrag Milanovic2016-01-112-4/+4
* Return std::string objects by value rather than pass by reference AJR2016-01-102-4/+4
* override part 2 (nw) Miodrag Milanovic2015-12-051-15/+15
* clang-modernize part 3 Miodrag Milanovic2015-12-041-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-082-0/+0
* Cleanups and version bumpmame0166 Miodrag Milanovic2015-09-301-1/+1
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-135-0/+4836