Jump to content

TGB1718

Members
  • Posts

    4,272
  • Joined

  • Last visited

Profile Information

  • Custom Status
    Geek
  • Gender
    Male
  • Location
    Lincolnshire, UK
  • Interests
    Astronomy, Science, Computing, Electronics and obviously all things Atari
  • Currently Playing
    Diablo IV

Recent Profile Visitors

2,875 profile views

TGB1718's Achievements

River Patroller

River Patroller (8/9)

2.1k

Reputation

  1. They are very different chips, as @Rybags said, the 41464 is a 4 bit * 64K chip, the address pins are very different (and others) to the 4164 which is a 1 bit * 64K chip. I don't know if the 800XL had a model with 2 chips, but yours has 8 so it has the be the 4164 variant I know that some 65XE, 130XE have either chip, but they are not interchangeable i.e. 2 or 4 for 65XE and 8 or 16 chip for 130XE I believe that the XEGS also uses the 41464 2 chip memory.
  2. I noticed you've tried D2: and D4: , although it's saying those, I have had some software that still expects the files in D1: , just a thought
  3. this will do what you need locations 88 and 89 hold the screen start address Simplify the code:- sc=peek(88)+peek(89)*256 for i:=0 to 959 do begin poke(sc+i,screendata[i]); end;
  4. Try this https://atari.fox-1.nl/disk-formats-explained/
  5. Just tried both the .car and the .xex in Altirra, both say VBXE NOT INSTALLED I have VBXE set to FX 1.26 and tried both base addresses, doesn't seem to detect VBXE am I missing something ? EDIT: Got it working, forgot U1M need to activate VBXE Very nice, thanks, pity you can't configure the mouse to simulate a trackball (maybe you can, but I can't find it )
  6. This is my setup for using cursor keys and space bar for fire
  7. You did Port 1 ?, if you did port 0, that's the mouse, I just set arrow keys to be joy 1 and StarRaiders works fine
  8. Try clicking on the little Joystick icon on the top right screen
  9. I have a GOEX that has FlashFloppy firmware installed, I simply format an SD card in Windoze FAT32 and copy .st files onto it, then mount whichever .st file I want, boot my ST and the disk is there as D1: For .PRG files, I use NetusBEE to copy onto ST via a USB stick, the Ethernet on my NetusBEE doesn't work any more otherwise you can simply copy files directly to the ST via a browser interface from your PC, I assume it would also work on a MAC as there's no software on the PC/MAC, just uses whatever browser you use. The software is on the ST.
  10. Not got a 65XE, but just tried on my 800 fitted with Incognito and it also works fine there
  11. Tested the .XEX on Altirra and my 130XE with U1M and it works fine on both. Loaded from command line and the SDIE3 loader
  12. The general rule for .XEX to ensure it will load using most DOS's is to completely avoid $700 to $2000, although as said before by others not necessarily as high as $2000, but unless memory is tight it's a pretty safe rule to apply.
  13. I have no idea, I'm running 4.1.1 and that works
  14. Seems the latest SteemSSE Beta has exactly what you want. Extract from the Readme:- Standalone beta features: ST Ports can connect to TCP/IP (Windows) Native support for Pasti disk images (Windows + Linux) STXtoSTW converter MIDI: support for DirectMusic (Windows) ST Control Panel: funny imitation of the GEM accessory (Windows) Parameters: can control some emulation parameters in settings (Windows) Emulation of high resolution bottom border removal (Windows + Linux) STF can run TOS 2.06 (Windows + Linux) AdSpeed emulation for Mega ST (Windows + Linux) Turbo button works for Mega ST too (Windows + Linux) Mouse auto-release (Windows) DM option Protect image files (Windows + Linux)
  15. No, ST does not produce the correct signals for HDMI, you would need some sort of convertor Composite should work, I use one via a SCART cable, but appreciate SCART is probably not available where you reside.
×
×
  • Create New...