-
Content Count
96 -
Joined
-
Last visited
Posts posted by matmook
-
-
Okay, I have found the bug, he's on my chair!
...building a new binary and testing another old one... 😅
Thansk CJ for the volume commands!
-
1
-
-
Hi LinkoVitch!
I've got a strange behavior and I don't know why... maybe it just me...
I can setup and play a module using those lines:
jsr U235SE_initNTSC ; (or U235SE_initPAL)
; play some tunes
lea title_mod,a0
jsr U235SE_modinit
move.l #U235SE_PLAYSTEREO, U235SE_playmod
It works great but I can't stop the replay with this line:
move.l #U235SE_NOMOD,U235SE_playmod
Is there something obvious I don't see?
Thanks!
-
25 minutes ago, swapd0 said:But to do that, you create a tree with branch objects at the start, then each node points to an array of objects, you should never use the link address of an object to point to an object of a different band.
In that case the latest object in that band is linked to a stop object.
-
On 10/14/2020 at 10:10 PM, Cyprian_K said:I wonder why BITMAP has LINK address. It's obvious in case of BRANCH because of flow control.
Is it any useful case for adding it to BITMAP?
Well, you always need to indicate the OLP where the next object is.
And the next object could be anywhere (PHRASE aligned) in memory.
-
2
-
-
Yessss! Thanks for this patch LinkoVitch! 🤗
-
1
-
-
Bank-switching will be supported on the next version of the Jagtopus.
Greaaaaat !!!
-
I was thinking about the headlight thing, it might be too late in development now to switch to cry stuff and I'm also not sure on the size of work changing over to that. Would be an interesting thing to tinker with though.
There is the "varmod" video option bit which able to use both rgb and cry objects ( with rmw bit ) at the same time... just an idea.
By the way your work on this game is very very impressive !!!!
-
4
-
-
I'm just trying to understand this thing...
I use to place my gpu code right after the gpu vector table (filled with nop so my code start at $f03050) and it's working all the times. Have you set a 68k vbl interrupt ? When you start, what is the value of G_FLAGS ?
-
Hello guys,
CJ tell me there was some questions here on me and Ladybugged and here are some answers :
- Ladybugged is not dead and will -for sure- be release one day (Time/motivation needed... but game is about 80-90% finished)

- Hopefuly I have a lot of others projects like my family and a very interesting but time consuming job, friends IRL, some interest on Lynx/Nes/ (too many old computers to list here...) coding, astrophotography, electronic stuffs (on 80's computers, ...), ... project++ everydays

Please do not contact me to ask what I'm doing on Ladybugged and why it is not already released, only time know that...

-
8
-
-
And in fact I don't know how to make sound on Lynx ... !

-
No sound but a visible "bip" !

-
Yep, that was the rule for this coding:Oh my an LCD game for LCD based portable system?
"Create a Game&Watch like game"
That's why I choose the Lynx instead of the Jaguar this year !
It's a little game but I'm very happy of the result (done in about 12h)

-
3
-
-
Yop !
Like Fadest, this is the little game I've build during the AC2016 speed coding contest for the Atari Lynx :


"Like a Game&Watch"
The goal : catch the eggs falling from the top of the screen.
You got 3 lives and 2 game speed (Game A and Game B).
If you hit the A button when the chicken appear, you win 10 points but if you hit the A button when the chicken is hidden, you loose 10 points.
The LNX file : http://www.barreteau.org/atari/ac2016/ac2016.lnx
The source files : http://www.barreteau.org/atari/ac2016/AC2016.7z
Enjoy (or not) !

-
6
-
-
The lynxboot.img and the 2 versions of handy are in the same directory.
-
... compared to? Is the old version much faster?
Your version is without a doubt faster.
For example using Toki, title screen display delay :
- old version = 4s
- your version = 0s

-
Works -slowly- on a slow EEEPc (but everything is slow on this computer
), Windows 10 32 bit.
-
Yesss, I'm working on LB using the latest version of Raptor !

-
11
-
-
Hello !
Sorry for the delay (life, new job,...).
I confirm I'm working on it using the latest Raptor version! I rebuild the game from scratch to improve it (code/animations/design).

The latest version of Raptor is Ossum ! Perfect for me !!!
-
13
-
-
Stop reading those books !!!!I thought I read somewhere that it wasnt going to be finished .

For information, LB is about 80% finished. The game has been "raptorized" as CJ said and is fully playable.
I got other things to add/adjust in the game (and in Raptor at the same time).
-
8
-
-
Ok, does this qualifies for a "Point Vince" ?
Sure !

-
The ghost one can cross walls ....

[i think it's a white PCB]
-
1
-
-
I've got a PAL jag with a 50/60Hz Mod, a reset mod and BJL bios.
-
-
Matmook, Sh3, Linko, will you have some spare time during AC ?Yes and I will have some question for you about Lynx in return


U-235 SoundEngine released!
in Atari Jaguar Programming
Posted
Well, I'm still confused how to stop all 4 module channels.
I know how to deal with the general volume (writing to U235SE_music_vol).
I understand the 4 commands CJ wrote (I suppose I can use "Stop Voice" too) but I don't know where to write those commands...