
SebRmv
Members-
Content Count
338 -
Joined
-
Last visited
Community Reputation
197 ExcellentAbout SebRmv
-
Rank
Moonsweeper
- Birthday 01/28/1978
Contact / Social Media
- Website
Profile Information
-
Gender
Male
-
Location
Paris, France
Recent Profile Visitors
10,258 profile views
-
Has anyone tried the NEW JagSD with a BJL modded Jag?
SebRmv replied to Saturn's topic in Jaguar GameDrive Support
That was the Scatbox that prevented me from using the JagGD... Thanks to @SainT for his help -
Has anyone tried the NEW JagSD with a BJL modded Jag?
SebRmv replied to Saturn's topic in Jaguar GameDrive Support
Thanks to @Zerosquare, I have now an original BIOS. When I boot the JagGD, I get the RetroHQ logo and that's it, nothing more. What should I do? -
Jumping At Shadows - WIP Platform Game from Reboot-Games
SebRmv replied to CyranoJ's topic in Atari Jaguar
Congratulations guys! This looks really cool -
Has anyone tried the NEW JagSD with a BJL modded Jag?
SebRmv replied to Saturn's topic in Jaguar GameDrive Support
Thanks! It is an M serie. Actually the simpler would be that I flash my EPROM. My modded jag has actually a switch to select between 4 roms: Stubulator 93, Stubulator 94, BJL and JagOS. I guess I could replace one of these with the original BIOS (maybe JagOS?). I believe I flashed this EPROM myself, but I don't have the hardware anymore to do that. -
Has anyone tried the NEW JagSD with a BJL modded Jag?
SebRmv replied to Saturn's topic in Jaguar GameDrive Support
Ok, thanks. Too bad I haven't kept the original BIOS on this modded Jag... -
Has anyone tried the NEW JagSD with a BJL modded Jag?
SebRmv replied to Saturn's topic in Jaguar GameDrive Support
Hello, I just received my Jaguar GameDrive. My first impression was that it really looks good and was impatient to test it. Unfortunately, I cannot manage to use it right now. So I have a few questions. First, I use a BJL modded Atari Jaguar. When I press B, I got sometimes the RetroHQ logo, and sometimes a blackscreen. When I get the RetroHQ, it seems just stuck afterwards. I tried with and without a SD card plugged in the slot. (also, I am not sure the SD card is plugged correctly as it seems there is a spring mechanism) I don't get the screen with the QR code and the instructions to flash the latest firmware (as it is explained in the manual) Are there any specific instructions to follow? Is it supposed to work with a BJL modded Jaguar or should I get my hands on a "normal" Jaguar? Many thanks, Seb -
Use the Makefile to build... make build and make run (you have also make help )
-
Looks great! Congratulations!
-
You can use that by enabling WSL2 extensions. I tried it with ubuntu on WSL2 and it worked (well, except jcp, but you can use native windows jcp)
-
Thanks! Actually, since this is my first Python program, there may be some bugs. So if you notice regression, please tell me.
-
Finally got time to work a bit on the Jaguar Image Converter in Python. This should work reasonably well now. I have not ported all the options that were in the ocaml version (dithering/rotation/cut/...) I'd be happy to get feedback on it (as well as on the Docker environment). Cheers Seb
-
LOL And thanks, now I can assemble AW
-
Where should I report bugs? ;;; address register = base of var array VARREG equ 2 .macro emitInstr ;; \1 = instruction move.w \1,(a1)+ .endm .macro emitTgtMem ;; \1 = opcode ;; \2 = variable number (will be multiplied by 2) ;; \3 = address register number add.w \2,\2 beq.s .opt\~ emitInstr #(\1)|(%101<<6)|((\3)<<9) bra.s .done\~ .opt\~: emitInstr #(\1)|(%010<<6)|((\3)<<9) .done\~: .endm ;; emit "move.w #YYyy,xx(Var)" emitTgtMem (%0011<<12)|(%111100),d0,VARREG This one produces a segmentation fault.
-
Hey, thanks! Also to mention I am working on building a docker environment (based on archlinux) that configures everything. It is ongoing work but this works reasonably well, even on WSL2 (I still need to adapt to use rmac instead of madmac) Repo is here: https://github.com/theRemovers/jagdev I am also working on translating my Jaguar Image Converter in Python, because it is too difficult to maintain the build with ocamlimages.
-
Yes, with the patch to rmac, no need to modify rmvlib