Supermodel/Src/Debugger/CPU
gm-matthew c9b718e89a Fix Z80Debug.cpp compile with C++20
String literals should not be used to initialize char* but C++17 and earlier were letting it slide
2023-09-02 20:38:24 -07:00
..
68KDebug.cpp Added copyright headers to all debugger files and replaced C standard library headers with c++ versions 2011-09-21 22:53:41 +00:00
68KDebug.h Added copyright headers to all debugger files and replaced C standard library headers with c++ versions 2011-09-21 22:53:41 +00:00
Musashi68KDebug.cpp fix header files 2018-01-22 18:27:51 +00:00
Musashi68KDebug.h remove extra qualifier 2018-01-22 21:10:20 +00:00
PPCDebug.cpp Debugger compilation fixed: CBus -> IBus 2016-04-11 03:39:19 +00:00
PPCDebug.h Debugger compilation fixed: CBus -> IBus 2016-04-11 03:39:19 +00:00
Turbo68KDebug.cpp Added copyright headers to all debugger files and replaced C standard library headers with c++ versions 2011-09-21 22:53:41 +00:00
Turbo68KDebug.h Added copyright headers to all debugger files and replaced C standard library headers with c++ versions 2011-09-21 22:53:41 +00:00
Z80Debug.cpp Fix Z80Debug.cpp compile with C++20 2023-09-02 20:38:24 -07:00
Z80Debug.h Getting rid of most of the includes from Supermodel.h; each file now explicitly includes the header files it needs. 2021-11-22 17:15:06 +00:00