Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

em00k

23
Posts
1
Topics
38
Followers
22
Following
A member registered Nov 16, 2016 · View creator page →

Creator of

Recent community posts

(1 edit)

Nice - it may seem you have some old documentation and have missed bit 3 or reg $6b 3 - enable "text mode" (https://wiki.specnext.dev/Tilemap_Control_Register) - which puts the tilemap into bitmap mode. This then means you can use a regular 1 bit font, and you can then copy the ROM font instead of running the characterSet.bas to generate the tiles.

If you change :

REG $6B,@11101001

and then comment out the BANK COPYs then add:

FOR %B=0 TO 1535
 POKE %X+B, PEEK (%15616+B)
NEXT %B

Should do the trick :) Its a shame as the character generator is very nice. 

Please make sure you are on the latest NextZXOS 2.8 and 3.10 CORE.

(1 edit)

Thanks - Yes I see there is an issue and only a few results are being shown. Category filtering seems to be broken, I know there is a pending bug with the client but this seems to be happening at the backend. Looking into it.


For the moment if you just use the search and type "GAME" it should bring back the GAME category etc

(1 edit)

I have taken a look and it seems to be working here.

how long did it take you to write this port? Who was the main coder? 

Good old Sol to the rescue - and he's a top guy too :)

awesome!

Thanks for the feedback!

that would indicate an old version of NextZXOS? Are you on the latest?

Latest core and NextZXOS.

Beautiful! I have added it to the online ZXNextDB so people can download direct to their Nexts https://zxnext.uk/details?item=7ac71b :)

Version 1.3 is now available, best way to "get it" is go into your getit folder and type : http get -h zxnext.uk -u /go -f install.bas and re-run the installer! 

Thanks!

There are some edge case with MODS that we will look! Thanks!

awesome!

thanks!

Enjoyed the games more than I thought - great presentation. 

(1 edit)

update for all screen modes & forgot some assets, now works in Cspect. 

(1 edit)

Nice work ;)

Looking great!

Really nicely done! Congrats!

(1 edit)

Hi guys. Looks like you're using an old version of the Musicizer which has a bug that can cause a crash in 128k mode. Latest can be found here : http://zxbasic.uk/files/agdmusicizerII219.rar

Lovely game!