]> git.sur5r.net Git - c128-kasse/commitdiff
vdc: write 16bit addresses just like KERNAL does
authorMaik Fischer <maikf@qu.cx>
Sun, 15 Oct 2017 21:25:34 +0000 (23:25 +0200)
committerMaik Fischer <maikf@qu.cx>
Sun, 15 Oct 2017 21:25:34 +0000 (23:25 +0200)
I read somewhere on the internet that the order of writing the high and low
address bytes actually matter. So we do it just like the KERNAL does:
First write the high address, then the low one:

https://web.archive.org/web/20080202025255/singularcrew.hu/c128rom/C128_ROM_commented.html#$CE0C


No differences found