mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-15 14:27:29 +00:00
Added TODO.
This commit is contained in:
@@ -529,6 +529,17 @@ uint8_t TMS9918::get_current_line() {
|
|||||||
return static_cast<uint8_t>(source_row);
|
return static_cast<uint8_t>(source_row);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
TODO: Full proper sequence of current lines:
|
||||||
|
|
||||||
|
NTSC 256x192 00-DA, D5-FF
|
||||||
|
NTSC 256x224 00-EA, E5-FF
|
||||||
|
NTSC 256x240 00-FF, 00-06
|
||||||
|
PAL 256x192 00-F2, BA-FF
|
||||||
|
PAL 256x224 00-FF, 00-02, CA-FF
|
||||||
|
PAL 256x240 00-FF, 00-0A, D2-FF
|
||||||
|
*/
|
||||||
|
|
||||||
uint8_t TMS9918::get_register(int address) {
|
uint8_t TMS9918::get_register(int address) {
|
||||||
write_phase_ = false;
|
write_phase_ = false;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user