suborb / splib2

AA's splib2, being updated for recent z88dks
0 stars 1 forks source link

Not really an issue, just a comment #1

Open mojontwins opened 3 years ago

mojontwins commented 3 years ago

Hello, I've recently accepted your pull request to make MK1 more compatible with newer z88dks. My main concern is that I'm using a slightly modified version of splib2 - For the moment changes are tiny, the update function is dumber as I don't use coloured sprites, sprite creation functions have some parameters removed, there's a special sp_UpdateNowEx which I can use to update just the bg tiles, etc - and I'm planning on repurposing the FLASH bit so cells with bit 7 = 1 are not affected by sprites (so sprites appear to be "behind" such tiles).

I'm now quite interested in updating MK1 completely, so I wanted to know if you are OK with me forking your splib2 repo to make the changes I need.

suborb commented 3 years ago

Thanks for accepting that change - as I said it's ended up being relatively painless though I've mostly skipped over placing data into SECTIONs.

In terms of your existing changes, I think I've reverse-engineered them into this repo using the BUILD_MK2 flag. For the future, feel free to fork: I'm planning on updating this project a little more to turn it into a pure .asm library, so if you make changes I'll probably do a reverse fork and PR back.