TSR music

Anything related to Keen Modding.
Post Reply
Mills
Posts: 15
Joined: Mon Jan 22, 2018 11:37 pm

TSR music

Post by Mills »

Years ago I started a mod, but I abandoned it, because I started to make a game engine for 8088-86/286 https://github.com/mills32/Little-Game-Engine-for-VGA.

It was fun to do it, and it works at around 60-70 fps on 8086-8, but that engine has a lot of bugs, and it is very simple, also I could not make EGA to work well. So I came back here, and realized there is a patch that makes keen1 work at 60 fps. (also on 8086-8, if there are not a lot of sprites on screen). It is awesome to see how well optimized this engine is, so I'll make a little game with it.

Now I want to add music using the tsr music program, but it looks like it was compiled for 286. I'm trying to compile it with tasm (with no 286 instructions). If someone already did it, please tell me, because I don't know if I can achieve this, (first I have to convert the asm code because right now it does not compile with tasm).

Thanks.
Post Reply