Jump to content

Thelen

Members
  • Content Count

    543
  • Joined

  • Last visited

Everything posted by Thelen

  1. I'm also using textpad and it works great, but it's the evalution version. I was working with notetpad but my file was getting to big for it.. Thelen
  2. that antic 4 screen designer is really great !!! I was thinking to make something by myself, then i thought :hey i have seen it somewhere. did you program it in quickbasic ? Thelen
  3. berzerk rampage haunted house breakout prizes pitfall 2 river raid Thelen
  4. No, it doesn't help me much...i have got a source file (assembler) and i compile it with DASM (like you do with Koffi, only my source is for the atari xl/xe). then I get a binary. I was thinking : I want to run that binary on my atari, (not as a cartridge) and put the binary on a harddisk in the atari800win emulator. Then i load dos 2.05 from disk, choose option L in the dos menu, and try to load the binay from drive H (the emulated harddisk in atari800win), but then i get the error : filetype incorrect (don't know exactly what it was, but it meant that). so how can i get the right file format for a binary load, or is this not possible with dasm compiled file ? Thanks. Thelen
  5. How can i make a .exe or obj file for the atari 800 with dasm ? I want to assemble a source so that i can binary load it with the binary load function from dos 2.05. What's the diffence between a obj file and a exe file ? or is it just the same ? Thanks, Thelen
  6. if you want to use the diskdrive, you need to load dos with an atr image. then you can easely save and load to the disk(image). if you're just in plain basic, you can use the save/load state from the file menu. then the atari ram is saved to a file. (this is not to a disk image but to a ram image) Thelen
  7. you can't use s-video, but you can use RGB on a normal tv, even better ! Thelen
  8. hi, I have got register HPOSP0 and i want to change the horizental position of P0, and now i want to say : INC HPOSP0 why can't i do this ? i have to make it like this: (XPOSP0 is my variable for P0) LDX XPOSP0 INX STX XPOSP0 STX HPOSP0 I have this also with some other registers...like VSCROL maybe it's a stupid question but i'm just starting... Thanks, Thelen
  9. Sneak 'n Peek (sneak or peek) ?? I'm getting confused.... Thelen
  10. one of the three mosters of the game RAMPAGE ?- don't know the names.. Thelen
  11. B.A. from the A-TEAM proto....??????? Thelen
  12. a guy from Double dragon (don't know his name) Thelen
  13. I have 3 4 switch woodgrain system and they are all different.. Thelen
  14. hmmm...the squirrel from snail and squirrel ? Thelen
  15. yorgle quickclaw space invader mad bomber prize: bump 'n jump ? Thelen
  16. I'm learning to program on the atari 800 in assembler. and I want to load a custum character set.but now i have a little problem, i need to load 1024 bytes, how can i do this. with my routine now i can't get passed 256 bytes. who can help ? LDX #$00 KARLOO1 LDA KARAK,X STA $2400,X INX TXA CMP #255 BNE KARLOO1 thanks for your help, Thelen
  17. roadrunner ikari mr do kaboom mad bomber game : pifall 2 Thelen
  18. yes that's a real problem if a harddisk crashes....all the lost data I have had it once too. Thelen
  19. i opened up my 800XE and my 65XE, and they have both the same motherboards. also they have both the expansion+cartridge ports. undernead the board is standing 130XE(64x4) and numbers. So there are different 65XE motherboards, ones with expansion and without. Thelen
  20. playing x-man is really a pleasure i think seaquest and berzerk are great, and yes alien is addictive thelen
  21. well i'm just starting programming in assembler on the atari 8 bit computers(xl/xe), I have read much in the atariartchives books, and made little programs with a display list and some screen data etc. but the problem is (maybe a little stupid) : i don't know what ram areas are free to use for me, to put character sets, p/m data, display data...could somebody give a little explain.... thanks, thelen
  22. yes, i have that problem too with both my 800xe's and even my 65xe doesn't display it correct. very stupid. Thelen
×
×
  • Create New...