Search results
C-debugger for MSX?
Score: 160.91 %,
Type: Forum topic , Comments: 7 comments
Pardon my ignorance, but does there exist a decent debugger we can use when doing C-programming? In practise, when also using openmsx (as this is my default dev-platform)?
Currently using openmsx and its debugger. These two products are great, but ...
Attempting using page 1 in screen 4 for name table only - not working
Score: 160.62 %,
Type: Forum topic , Comments: 2 comments
Table, Name Table, Color Table, etc). It's all defaulted to page 0, or 0 - 0x3FFF.
Supposedly ...
I suggest these variants:
#define SCR4_NAME_TABLE_ADDRESS_PAGE0 0x1800
#define SCR4_NAME_TABLE_ADDRESS_PAGE1 0x5800
I will then set ...
How can I build openmsx debugger on Windows?
Score: 160.52 %,
Type: Forum topic , Comments: 6 comments
compiler is build The windows compiler is build with Qt5.7.0 - keep in mind that only the 64bit version ...
