42bs Posted May 30, 2022 Share Posted May 30, 2022 (edited) Hi here my WIP of the STNICCC 2000 demo (https://www.pouet.net/prod.php?which=1251). The sound replay (my all-time favorite Trance Adventure) is not correct in 60Hz. Restart after run with any button. The first time-stamp shown is the time per frame, the second is the summed up over all frames. Of course runtime is longer due to the double-buffering. There are one or two gfx glitches, but I am not sure if this is in the original data. Of course, source will be available when finished (or polished). Update 31/05/22: Credits added, LSP added, time shows now also total runtime. Mute with "0". jagniccc.zip Edited May 31, 2022 by 42bs 7 Quote Link to comment https://forums.atariage.com/topic/336219-stniccc-2000-remix-for-jaguar-2nd-and-wip/ Share on other sites More sharing options...
Ericde45 Posted May 30, 2022 Share Posted May 30, 2022 is the tune an amiga module ? lsp is OK for both 50 and 60 HZ Quote Link to comment https://forums.atariage.com/topic/336219-stniccc-2000-remix-for-jaguar-2nd-and-wip/#findComment-5065857 Share on other sites More sharing options...
42bs Posted May 30, 2022 Author Share Posted May 30, 2022 MOD yes, but from ST. The player is called during VBL, so it runs more often with 60Hz. To bad, the Jaguar does not have enough timers. I want to measure the time per frame and need ms resolution, but need an interrupt every 20ms ... But I find a way ... Quote Link to comment https://forums.atariage.com/topic/336219-stniccc-2000-remix-for-jaguar-2nd-and-wip/#findComment-5065876 Share on other sites More sharing options...
Ericde45 Posted May 30, 2022 Share Posted May 30, 2022 LSP plays modules on DSP only, using DSP timers. and it adjusts to pal or ntsc https://github.com/ericde45/LSP_Jaguar 1 Quote Link to comment https://forums.atariage.com/topic/336219-stniccc-2000-remix-for-jaguar-2nd-and-wip/#findComment-5065877 Share on other sites More sharing options...
42bs Posted May 30, 2022 Author Share Posted May 30, 2022 2 minutes ago, Ericde45 said: LSP plays modules on DSP only, using DSP timers. and it adjusts to pal or ntsc https://github.com/ericde45/LSP_Jaguar Ah, my bad, I did not understand lsp. I should give it a try. Let's see if the converter like the MOD. Quote Link to comment https://forums.atariage.com/topic/336219-stniccc-2000-remix-for-jaguar-2nd-and-wip/#findComment-5065878 Share on other sites More sharing options...
42bs Posted May 30, 2022 Author Share Posted May 30, 2022 11 minutes ago, Ericde45 said: LSP plays modules on DSP only, using DSP timers. and it adjusts to pal or ntsc https://github.com/ericde45/LSP_Jaguar It does not yet look like a ready to use player, right. So I cannot just add the player code to my stuff, call init and let go. Quote Link to comment https://forums.atariage.com/topic/336219-stniccc-2000-remix-for-jaguar-2nd-and-wip/#findComment-5065883 Share on other sites More sharing options...
Ericde45 Posted May 30, 2022 Share Posted May 30, 2022 no, you need to do a little bit of work CJ is working on improving "accessibility" 1 Quote Link to comment https://forums.atariage.com/topic/336219-stniccc-2000-remix-for-jaguar-2nd-and-wip/#findComment-5065910 Share on other sites More sharing options...
+CyranoJ Posted May 30, 2022 Share Posted May 30, 2022 2 hours ago, 42bs said: It does not yet look like a ready to use player, right. So I cannot just add the player code to my stuff, call init and let go. It's the sound engine in Jumping at Shadows I've created a wrapper for it, which will go out in the next RAPTOR update, but I can mail you what I have. Quote Link to comment https://forums.atariage.com/topic/336219-stniccc-2000-remix-for-jaguar-2nd-and-wip/#findComment-5065962 Share on other sites More sharing options...
42bs Posted May 31, 2022 Author Share Posted May 31, 2022 6 hours ago, CyranoJ said: It's the sound engine in Jumping at Shadows I've created a wrapper for it, which will go out in the next RAPTOR update, but I can mail you what I have. I will give it a try. The current replayer uses still a lot of 68k. So yes, please send me also your stuff. Quote Link to comment https://forums.atariage.com/topic/336219-stniccc-2000-remix-for-jaguar-2nd-and-wip/#findComment-5066100 Share on other sites More sharing options...
42bs Posted May 31, 2022 Author Share Posted May 31, 2022 (edited) 9 hours ago, Ericde45 said: LSP plays modules on DSP only, using DSP timers. and it adjusts to pal or ntsc https://github.com/ericde45/LSP_Jaguar Just cloned and tried, but rmacs bails out with a lot of errors. For example is LSP/k.lsmusic missing. Edit: Use the source Luke :-), ok get going. Edited May 31, 2022 by 42bs 1 Quote Link to comment https://forums.atariage.com/topic/336219-stniccc-2000-remix-for-jaguar-2nd-and-wip/#findComment-5066110 Share on other sites More sharing options...
Heaven/TQA Posted May 31, 2022 Share Posted May 31, 2022 Cool. I thought there was an Jag version already in the wild. ? Quote Link to comment https://forums.atariage.com/topic/336219-stniccc-2000-remix-for-jaguar-2nd-and-wip/#findComment-5066111 Share on other sites More sharing options...
42bs Posted May 31, 2022 Author Share Posted May 31, 2022 2 minutes ago, Heaven/TQA said: Cool. I thought there was an Jag version already in the wild. ? Yes, swapd0 made one in C years ago. Hence "(2nd)" in the title Quote Link to comment https://forums.atariage.com/topic/336219-stniccc-2000-remix-for-jaguar-2nd-and-wip/#findComment-5066112 Share on other sites More sharing options...
Heaven/TQA Posted May 31, 2022 Share Posted May 31, 2022 2 minutes ago, 42bs said: Yes, swapd0 made one in C years ago. Hence "(2nd)" in the title Ah too early in the morning… my brain made maybe your 2nd try out of the title ? 1 Quote Link to comment https://forums.atariage.com/topic/336219-stniccc-2000-remix-for-jaguar-2nd-and-wip/#findComment-5066116 Share on other sites More sharing options...
42bs Posted May 31, 2022 Author Share Posted May 31, 2022 10 hours ago, Ericde45 said: LSP plays modules on DSP only, using DSP timers. and it adjusts to pal or ntsc https://github.com/ericde45/LSP_Jaguar Works! 10min for integration! 1 Quote Link to comment https://forums.atariage.com/topic/336219-stniccc-2000-remix-for-jaguar-2nd-and-wip/#findComment-5066130 Share on other sites More sharing options...
42bs Posted May 31, 2022 Author Share Posted May 31, 2022 Updated (DL at top-post) Quote Link to comment https://forums.atariage.com/topic/336219-stniccc-2000-remix-for-jaguar-2nd-and-wip/#findComment-5066152 Share on other sites More sharing options...
Ericde45 Posted May 31, 2022 Share Posted May 31, 2022 great and just in case you keep on working on ST ports : Coso ( Madmax file format ) replay on Jaguar : https://github.com/ericde45/Coso_JAG and if you fall on the dark side, Future Composer replay routine for Jaguar : https://github.com/ericde45/FC_JAG 1 1 Quote Link to comment https://forums.atariage.com/topic/336219-stniccc-2000-remix-for-jaguar-2nd-and-wip/#findComment-5066153 Share on other sites More sharing options...
42bs Posted May 31, 2022 Author Share Posted May 31, 2022 ? YM player. COoOoOl Quote Link to comment https://forums.atariage.com/topic/336219-stniccc-2000-remix-for-jaguar-2nd-and-wip/#findComment-5066157 Share on other sites More sharing options...
+CyranoJ Posted May 31, 2022 Share Posted May 31, 2022 WHY EMMM!!! Thanks! Quote Link to comment https://forums.atariage.com/topic/336219-stniccc-2000-remix-for-jaguar-2nd-and-wip/#findComment-5066164 Share on other sites More sharing options...
42bs Posted June 1, 2022 Author Share Posted June 1, 2022 I made a new version which uses triple buffer and it comes close to the 3DO version (33s runtime, 3DO ~31s), but the Jaguar bites again. Sometimes one color is wrong. And, the bus load get so high, that it is not possible to align the three smallest objects on the same Y. jagniccc.zip 1 Quote Link to comment https://forums.atariage.com/topic/336219-stniccc-2000-remix-for-jaguar-2nd-and-wip/#findComment-5066865 Share on other sites More sharing options...
DEATH Posted June 2, 2022 Share Posted June 2, 2022 12 hours ago, 42bs said: I made a new version which uses triple buffer and it comes close to the 3DO version (33s runtime, 3DO ~31s), but the Jaguar bites again. Sometimes one color is wrong. And, the bus load get so high, that it is not possible to align the three smallest objects on the same Y. is there a new video on youtube? Quote Link to comment https://forums.atariage.com/topic/336219-stniccc-2000-remix-for-jaguar-2nd-and-wip/#findComment-5067083 Share on other sites More sharing options...
42bs Posted June 2, 2022 Author Share Posted June 2, 2022 It seems, writing to CLUT sometimes fails. I have to do it like this: ******************** * set new palette move control,tmp0 shlq #16,tmp0 shrq #24,tmp0 ; number of colors .palloop addqt #2,frame_ptr loadw (frame_ptr),tmp2 addqt #2,frame_ptr add clut,tmp1 .palrewrite storew tmp2,(tmp1) loadw (tmp1),tmp3 cmp tmp3,tmp2 jr ne,.palrewrite nop subq #1,tmp0 jr ne,.palloop frameLoop: loadw (frame_ptr),tmp1 Quote Link to comment https://forums.atariage.com/topic/336219-stniccc-2000-remix-for-jaguar-2nd-and-wip/#findComment-5067084 Share on other sites More sharing options...
42bs Posted June 2, 2022 Author Share Posted June 2, 2022 1 minute ago, DEATH said: is there a new video on youtube? Not yet, fighting with glitches. Quote Link to comment https://forums.atariage.com/topic/336219-stniccc-2000-remix-for-jaguar-2nd-and-wip/#findComment-5067085 Share on other sites More sharing options...
DEATH Posted June 2, 2022 Share Posted June 2, 2022 no plan to show the number of triangle/polygon per image and/or second? Quote Link to comment https://forums.atariage.com/topic/336219-stniccc-2000-remix-for-jaguar-2nd-and-wip/#findComment-5067375 Share on other sites More sharing options...
Ericde45 Posted June 2, 2022 Share Posted June 2, 2022 (edited) false analyze, sorry Edited June 2, 2022 by Ericde45 Quote Link to comment https://forums.atariage.com/topic/336219-stniccc-2000-remix-for-jaguar-2nd-and-wip/#findComment-5067395 Share on other sites More sharing options...
42bs Posted June 2, 2022 Author Share Posted June 2, 2022 (edited) 1 hour ago, DEATH said: no plan to show the number of triangle/polygon per image and/or second? Check out scene.S on GitHub. I do not count the polygons, but it is possible off-line. grep and wc should do it. grep desc scene.S | wc -l Edited June 2, 2022 by 42bs 1 Quote Link to comment https://forums.atariage.com/topic/336219-stniccc-2000-remix-for-jaguar-2nd-and-wip/#findComment-5067414 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.