Jump to content

SebRmv

Members
  • Posts

    338
  • Joined

  • Last visited

About SebRmv

  • Birthday 01/28/1978

Contact / Social Media

Profile Information

  • Gender
    Male
  • Location
    Paris, France

Recent Profile Visitors

10,361 profile views

SebRmv's Achievements

Moonsweeper

Moonsweeper (5/9)

200

Reputation

  1. That was the Scatbox that prevented me from using the JagGD... Thanks to @SainT for his help
  2. 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?
  3. 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.
  4. Ok, thanks. Too bad I haven't kept the original BIOS on this modded Jag...
  5. 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
  6. Use the Makefile to build... make build and make run (you have also make help )
  7. 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)
  8. Thanks! Actually, since this is my first Python program, there may be some bugs. So if you notice regression, please tell me.
  9. 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
  10. LOL And thanks, now I can assemble AW
  11. 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.
  12. 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.
  13. Yes, with the patch to rmac, no need to modify rmvlib
×
×
  • Create New...