sylvie

Results 21 comments of sylvie

tried compiling 55231f4688f5052c8b7e8d2feabf4af63d98da5a ``` /src/video/x11/SDL_x11xinput2.c: In function ‘X11_Xinput2Select’: /src/video/x11/SDL_x11xinput2.c:577:14: error: ‘SDL_VideoData’ has no member named ‘xinput_scrolling’ 577 | if (!data->xinput_scrolling && !X11_Xinput2IsMultitouchSupported()) { | ^~ /src/video/x11/SDL_x11xinput2.c:585:13: error: ‘SDL_VideoData’ has no...

there was a bit of a discussion on discord and if im not mistaken it concluded that we should explain banking separately somewhere around `memory map`, since gbc features bankswitching

if you mean a test ROM for how to actually perform a jump (a one time-ish thing, unless you jump to a snippet that fixes the data it overwrites), then...

so after some messing around it, looks like a `$0000` length packet must have destination `$0400`, despite everything hinting at it being "ignored". i dont exactly want to do more...

i didnt intend on solving both problems.. i only really thought of it as "should be a cheap way to put a section at somewhere other than the start"

after looking into it a bit more, here are more suggestions/questions i have: - the CGB banking register are.. not exactly intuitive, how about adding `rSWBK`/`rWBK` for the WRAM bank?...

- uhh poor wording on my part i assume - okay `rVBANK` and `rWBANK` makes much more sense than more arbitrary names - just wanted to ask if a constant...

okay so to make sure were all on the same page - no one has anything against the suggested `rHDMAx` alternative names - banking registers will get alternative names -...

> Do we have any registers with an underscore in their name? (On that point, this might overlap #26.) only now did i realise you meant my suggested `rHDMAx` alternatives.....

how about an "experimental" update? the constants get a clear "these may be removed at any point" label, and depending on user feedback they will either stay, or be deprecated/removed?