summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m6502/m6502make.py
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of deprecated universal newlines open flag in Python scripts (io ↵ Vas Crabb2019-12-091-5/+6
| | | | module is present as of Python 2.6) (nw)
* New machines marked as NOT_WORKING AJR2019-11-251-2/+2
| | | | | | | ---------------------------------- Speedcom VD56SP [ClawGrip] Add disassembler and basic execution core for Rockwell R65C19 [AJR]
* xavix: Do for RETF what ada4b54d611375f6a072f94b20fb360093c35e69 did for ↵ AJR2018-10-121-1/+1
| | | | | | CALLF (nw) unidasm: Konami CPU is big-endian (nw)
* xavix: Allow debugger to step over CALLF instruction AJR2018-10-101-2/+2
|
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-22/+44
| | | | | | | | Disassemblers are now independant classes. Not only the code is cleaner, but unidasm has access to all the cpu cores again. The interface to the disassembly method has changed from byte buffers to objects that give a result to read methods. This also adds support for lfsr and/or paged PCs.
* Add license to files that were not part of build or are containing data to ↵ Miodrag Milanovic2016-03-051-0/+2
| | | | build sources for cpu emulation (nw)
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-0/+280