summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/patinhofeio (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make many device_execute_interface functions noexcept, including the "informa... AJR2019-11-091-2/+2
* -v25, patinhofeio_cpu, pdp1, pic16c5x: Removed MCFG macros. [Ryan Holtz] mooglyguy2018-12-151-14/+5
* devcb3 Vas Crabb2018-07-071-4/+4
* Final GCC 8 batch for tonight (nw) arbee2018-05-011-2/+2
* maps: Finish devices/cpu (nw) Olivier Galibert2018-04-201-3/+4
* Reshuffle some stuff: Vas Crabb2018-03-281-2/+2
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-252-3/+3
* More cases or CPUs named after machines etc. (nw) Vas Crabb2018-03-161-1/+1
* Blind faith fixed long names for almost all CPUs (nw) angelosa2018-03-151-1/+1
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-9/+9
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-122-2/+3
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-264-34/+54
* 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-14/+13
* Self-registering devices prep: Vas Crabb2017-02-272-3/+3
* better naming (nw) Vas Crabb2017-02-212-14/+14
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-203-14/+4
* Changed the patinho feio disassembler to use 'std::ostream &' internally Nathan Woods2016-10-301-65/+75
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-222-21/+21
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-281-0/+1
* Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ... Lord-Nightmare2016-09-271-1/+0
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-271-0/+1
* Let's give the new srcclean a spin... Vas Crabb2016-08-021-7/+7
* Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-292-37/+37
* Further improvements to the Patinho Feio driver & CPU Felipe Corrêa da Silva Sanches2016-05-254-182/+463
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-1/+1
* reverting: Miodrag Milanovic2016-01-202-2/+2
* tags are now strings (nw) Miodrag Milanovic2016-01-162-2/+2
* Cleanups and version bumpmame0169 Miodrag Milanovic2015-12-303-676/+675
* fix compile in MSVC 2015 (nw) Peter Ferrie2015-12-081-1/+1
* fix override for new code (nw) Miodrag Milanovic2015-12-061-9/+9
* [patinho] print IDX instead of /000 in the CAR and ARM instructions disasm Felipe Corrêa da Silva Sanches2015-12-061-2/+10
* [patinho] improve log message for the unimplmemented SAI instruction (display... Felipe Corrêa da Silva Sanches2015-12-061-1/+1
* [patinho] Implement instructions related to reading the 12bit switches from t... Felipe Corrêa da Silva Sanches2015-12-063-32/+115
* [patinho] Preloaded another example program and fixed the opcode parsing of t... Felipe Corrêa da Silva Sanches2015-12-061-45/+45
* refactored the handling of peripherals by creating a class to represent each ... Felipe Corrêa da Silva Sanches2015-12-062-13/+18
* [patinho] Implement XOR, NAND and SOMI instructions and fix their disasm text... Felipe Corrêa da Silva Sanches2015-12-062-4/+23
* [patinho] Update IDX on the debugger UI for every new instruction executed by... Felipe Corrêa da Silva Sanches2015-12-061-0/+1
* [patinho] Implement SUS instruction Felipe Corrêa da Silva Sanches2015-12-061-0/+13
* [patinho] Implement PLAN and PLAZ instructions and fix a bug in all of the in... Felipe Corrêa da Silva Sanches2015-12-061-8/+22
* [patinho] Implement SOM and SOMX instructions (TODO: update T and V flags) Felipe Corrêa da Silva Sanches2015-12-061-0/+16
* [patinho] Implement CAR and CARX instructions Felipe Corrêa da Silva Sanches2015-12-061-0/+14
* [patinho] Implement PLAX instruction (jump to indexed address) Felipe Corrêa da Silva Sanches2015-12-061-0/+7
* [patinho] indentation / comments cleanup Felipe Corrêa da Silva Sanches2015-12-063-28/+31
* [patinho] Add support for indirect memory addressing and implement the IND in... Felipe Corrêa da Silva Sanches2015-12-062-7/+38
* [patinho] Implement ARM and ARMX instructions Felipe Corrêa da Silva Sanches2015-12-061-0/+13
* [patinho] implementation of the shift/rotate instructions (DE, GE, DEV, GEV, ... Felipe Corrêa da Silva Sanches2015-12-063-14/+108
* [patinho] Implement instructions LIM, INC, UNEG and LIMP1 Felipe Corrêa da Silva Sanches2015-12-061-0/+23
* [patinho] Implemented instructions LIMPO, UM, CMP1 and CMP2 and initial suppo... Felipe Corrêa da Silva Sanches2015-12-062-0/+37