Jump to content

mr_gw454

Members
  • Posts

    154
  • Joined

  • Last visited

Recent Profile Visitors

2,965 profile views

mr_gw454's Achievements

Chopper Commander

Chopper Commander (4/9)

81

Reputation

  1. I should have done some more research before asking. Thanks for that info!
  2. Not sure if there would be much demand for this, but what about Linux command line utilities to build and populate APT based images for use with SIDE2/SIDE3/U1MB systems and/or Altirra?
  3. Looking forward to your progress with this. Also interested in GearADAM.
  4. Hi Tursi -- I only mentioned the .hgrh format as it was one that was available in the convert9918 utility. I can certainly use something else (like CVPaint as you mentioned). Even though I'm working on an Adam, I'm guessing any regular Coleco(vision) program would be compatible. I see you also have a Adam PowerPaint 10K format. I'll look to see what is needed to display that, too. Thanks for the speedy reply on this!
  5. Hi Tursi - I know this is an older post, but recently started using your utility for the TI-99/4a and now trying it out for the Coleco Adam. I have an F18A in both systems, so I'm interested in using those conversion modes. The slideshow program you made for the TI is great! Do you know if there is such a thing for the Adam? I am not sure how to display the .HGRH image format on the Adam. Thanks for any help you can provide!
  6. Not a problem at all -- just hobby stuff! I'm interested in the source to see if I can get it to compile on a Raspberry Pi. Thanks again!
  7. Hi Geoff -- any update on this? Thanks!
  8. Tried it again and it seemed to work! Not sure if I did anything wrong the first time. I will PM you the log. Thank you!
  9. Hi @Atlan_Roland, First, thank you so much for sharing this excellent project. I went ahead and tried this out for the first time today on my 800XL (U1MB and Sophia DVI equipped). I built the 360K disk image using GOG's Ultima V archive and that went well. No issues at all. I get the following error (see screenshot) after entering my character name and after it loads for a bit. I've tried loading this (on real hardware) from my FujiNet (SD card) and AVG cart (SD card) using the SIO pigtail. It will also crash (at the same point) when using Altirra 4.20-test 14 (please see additional screenshots). I'm guessing I'm doing something wrong, but figured I would provide this information if it really is an issue. Thanks for any help you can provide!
  10. Stock 6809 Super clean, no discoloring. Works great My only (and cleanest) completely stock spare $300 (buyer pays shipping) Will be bringing to CoCoFEST
  11. I just pulled the latest updates and it now compiles for me (including the Raspberry Pi (ARM). Thank you very much for making that SDL LockTextureToSurface change.
  12. Hi @Geoff Oltmans, I was able to download a current version of your emulator from James's adamarchive.org site and this one works perfectly on my Linux Mint 20.1 system: ADAMem SDL v2.1g Linux (2023) (Geoff Oltmans).zip I'd like to know if the source is available for this more recent version as I'd like to try to compile it for use on my Raspberry Pi 4 (ARM). Thank you!
  13. I did try to compile this on my Linux Mint 20.1 system but ran into an error: ~/source/bulwip$ make cc -O3 -g -c -o bulwip.o bulwip.c cc -O3 -g -c -o cpu.o cpu.c cc -O3 -g -c -o ui.o ui.c cc -O3 -g -I/usr/include/SDL2 -D_REENTRANT -c -o sdl.o sdl.c sdl.c: In function ‘vdp_text_clear’: sdl.c:551:2: warning: implicit declaration of function ‘SDL_LockTextureToSurface’; did you mean ‘SDL_CreateTextureFromSurface’? [-Wimplicit-function-declaration] 551 | SDL_LockTextureToSurface(debug_texture, &rect, &surface); | ^~~~~~~~~~~~~~~~~~~~~~~~ | SDL_CreateTextureFromSurface cc -O3 -g -c -o NTSC-CRT/crt.o NTSC-CRT/crt.c NTSC-CRT/crt.c: In function ‘init_eq’: NTSC-CRT/crt.c:231:25: warning: right shift count is negative [-Wshift-count-negative] 231 | f->lf = 2 * (sn >> (15 - EQ_P)); | ^~ NTSC-CRT/crt.c:237:25: warning: right shift count is negative [-Wshift-count-negative] 237 | f->hf = 2 * (sn >> (15 - EQ_P)); | ^~ cc bulwip.o cpu.o ui.o sdl.o NTSC-CRT/crt.o -L/usr/lib/x86_64-linux-gnu -lSDL2 -o bulwip /usr/bin/ld: sdl.o: in function `vdp_text_clear': /home/ron/source/bulwip/sdl.c:551: undefined reference to `SDL_LockTextureToSurface' /usr/bin/ld: /home/ron/source/bulwip/sdl.c:551: undefined reference to `SDL_LockTextureToSurface' collect2: error: ld returned 1 exit status make: *** [<builtin>: bulwip] Error 1 Looks like it might be related to my version of SDL2? 2.0.10. Thanks!
×
×
  • Create New...