summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/h8/h8d.cpp
Commit message (Collapse)AuthorAgeFilesLines
* h8: correct typo with dasm abs16 [Olivier Galibert] hap2024-03-071-1/+1
|
* h8: add preliminary h8/325 hap2024-02-061-1/+1
| | | | | | New systems marked not working ------------------------------ Kasparov Prisma [hap, Sean Riddle]
* h8: m_ify Olivier Galibert2023-05-281-16/+16
|
* ctk551.cpp: New working machines (#9929) Devin Acker2022-08-121-6/+6
| | | | | | | * New working machines: --------------------------------------- Casio Celviano AP-10 [Devin Acker] Casio CTK-601 [Devin Acker, Gabriel Miceli] Casio GZ-70SP [Devin Acker]
* Casio CTK-551 [Daivn Acker] Devin Acker2021-10-131-0/+16
| | | | | | * New machine marked as NOT_WORKING ---------------------------------- Casio CTK-551 [Devin Acker]
* h8: Fix disassembly of abs16 Olivier Galibert2021-04-131-1/+1
|
* h8s2000: Allow ANDC, ORC and XORC operations on EXR; correct disassembly for ↵ AJR2020-06-141-1/+1
| | | | multiword instructions with 8-bit immediate operands
* h8: Disassembly improvements AJR2019-09-021-26/+45
| | | | | | | - Correct sign extension for 16-bit absolute addresses - Use H' prefix for hexadecimal numbers - Restrict address length depending on model - Format arguments in separate column
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-0/+262
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.