-
Content Count
543 -
Joined
-
Last visited
Content Type
Profiles
Member Map
Forums
Blogs
Gallery
Calendar
Store
Everything posted by Thelen
-
Is there an editor you guys use for making Atari games?
Thelen replied to Jet's topic in Programming
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 -
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
-
berzerk rampage haunted house breakout prizes pitfall 2 river raid Thelen
-
make exe file with dasm/ load binary form dos
Thelen replied to Thelen's topic in Atari 5200 / 8-bit Programming
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 -
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
-
you can't use s-video, but you can use RGB on a normal tv, even better ! Thelen
-
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
-
Sneak 'n Peek (sneak or peek) ?? I'm getting confused.... Thelen
-
one of the three mosters of the game RAMPAGE ?- don't know the names.. Thelen
-
B.A. from the A-TEAM proto....??????? Thelen
-
The millipede ? Thelen
-
Welcome back ! Thelen
-
a guy from Double dragon (don't know his name) Thelen
-
way too detailed, but.... variations in simulated woodgrain?
Thelen replied to brett6400's topic in Atari 2600
I have 3 4 switch woodgrain system and they are all different.. Thelen -
hmmm...the squirrel from snail and squirrel ? Thelen
-
yorgle quickclaw space invader mad bomber prize: bump 'n jump ? Thelen
-
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
-
roadrunner ikari mr do kaboom mad bomber game : pifall 2 Thelen
-
yes that's a real problem if a harddisk crashes....all the lost data I have had it once too. Thelen
-
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
-
playing x-man is really a pleasure i think seaquest and berzerk are great, and yes alien is addictive thelen
-
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
-
yes, i have that problem too with both my 800xe's and even my 65xe doesn't display it correct. very stupid. Thelen
