suborb
suborb
Bit of work to do on the vpeek, but HR+ seems to work with most of the same code: 
Waiting for #2638 to go through and then support for the HR will be merged. Doc page is here: https://github.com/z88dk/z88dk/wiki/Platform---Hector Have fun, any issues, raise another issue!
Tvc.h has a set xy function - that might help?
I was thinking about: `void __LIB__ tvc_ed_cpos(char col, char row);`
I believe @iratahack allowed this in #2603 - RAM now starts at 0x80000 Banks 0-3 are inaccessible since 23:16 being 0 indicates local memory.
For the aqplus that's correct, and it's actually fairly unusual for there to be such a direct logical -> physical mapping. Most of time far is setup just to target...
Back to the original point though - access to VRAM. Far memory isn't a speed demon - there's a lot of banking involved and for something like VRAM the overhead...
I think this one is answered now, so closing
The VDP registers look like this: ``` Reg/Bit 7 6 5 4 3 2 1 0 0 - - - - - - M2 EXTVID 1 4/16K BL GINT M1...
Well, I knew there were bells ringing. Look at this code: https://github.com/z88dk/z88dk/blob/master/libsrc/video/tms9918/__tms9918_set_tables.asm#L74 Where we explicitly set the bit for the m5, so maybe it needs to be reset. It's a...