Jump to content

xxl

Members
  • Posts

    2,296
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by xxl

  1. what would it look like in Atari LOGO? to ccc repeat 8[fd 13 rt 135] end ccc
  2. 1F.Y=1TO13:F.X=1TOY:POS.4+x,Y:?"*":POS.13-Y+x,Y:?"*":POS.4+x,18-Y:?"*":POS.13-Y+x,18-Y:?"*":N.X:N.Y:pos.0,18
  3. xBootDOS: Dsk Operating System (DOS) stored in BOOT SECTORS. Features of this minimalist DOS: - MEMLO = $980, does not use the 4, 5 or 6 page, - automatically starts a program named "AUTO", - supports BiboDOS and TopDOS systems with 64/128 directory entries, - supports BINARY LOAD function, e.g. XIO 40,#1,0,0, "D:FILE.EXE", - additional NOTE and POINT commands stored in xBDext file (can be loaded automatically - rename it to AUTO) A file xBDext when it is loaded, START.COM is automatically started and if BASIC is enabled, START.BAS will be automatically started - you do not need a separate program to autostart programs in BASIC. https://xxl.atari.pl/xbootdos/
  4. yes, those groups in 1995 or 1997 spent a lot of time to write a program that won't work on side3. -- this device ignores 2 out of 3 canonical load sources. fact.
  5. timeline: There is a video advertising PoP in a boxed version for Atari. under the video there is a link to where you can buy copies of boxes with cartridges for various games and then: it looks like market research, whether it is worth introducing a new product to the offer. even more so when a tout appeared:
  6. Thank you, but it does not change the fact that the table is misleading - it is very easy to create an ATR that this device will not support. This device does not have full ATR support. Yes, I imagine your shock, don't be offended by the facts 🙂
  7. it was necessary to release the game in a way that made it impossible to place it on a cartridge, and when he decided to release it physically for a car, it was enough to replace one procedure currently it is demotivating to release free games without the option of physical sale otherwise a physical cartridge will appear on sale and yes, but not the game author will benefit from it.
  8. very nice idea, it would be good to have such a configurable library for disk handling, sound (music+sfx+speach), graphics, e.g. graphical user interface, sprites. even a connector to use the functions of the built-in basic interpreter could be made --- here can be a source of inspiration for development: TUI: SFX: https://forums.atariage.com/topic/320982-sfx-engine/?do=findComment&comment=4840036
  9. due to the fact that this device has no connection with SIO, there is no physical possibility to write that it has full support for ATR even in a computer with the extension.
  10. they look like the originals, excellent work. when will you post another hit for free? my nostalgia craves physical releases of the "originals"
  11. the Antonia board also has the option of using the 6502 processor - I have the following extension (MapRAM also works thanks to the replacement of the core in the extension)
  12. one of the forum members got a level editor. I'm waiting.
  13. little addition: press "p" - pause (the map will appear) and then: "j" - joystick control change, ctrl + shift + 1-4 - teleportation near the appropriate weapon ctrl + shift + 5-8 - teleportation near main enemies press "p" to get back to the game ---- if someone does not like it, try the VBXE version where I added shading and turbo: press "p" then "t" ("n" - standard speed)
  14. MazezaM https://xxl.atari.pl/games/mazezam/
  15. that's not true. SIDE3 does not have full ATR support even with U1MB installed, which is also shown on the AVG website: https://avgcart.tmp.sk/
  16. you can use my 3 sector DOS, with the NOTE / POINT extension you can save the Basic program on a floppy under the name start.bas and it will run automatically https://xxl.atari.pl/xbootdos/
  17. this is not blackmail? Why this thread, if not to undermine the credibility of the producer and gather a crowd to put pressure on him?
  18. a classic example of a scabies. From the normal business side: what happens if Lotarek stops charging YOUR business? It can sell hardware without pre-installing YOUR software and let each customer PAY YOU, then you will see how much this service is worth.
  19. I understand that you have not come to an agreement on the new versions. I have a question, what about the equipment already produced, is Lothark's inventory also subject to this blackmail?
  20. I like this trick, using undocumented properties of the hardware to achieve the goal.
  21. 🙂 true 🙂 it's supposed to be PHA, I wrote it in the toilet even in the $ 0F mode and for the standard screen width, there are still 4 cpu cycles of reserve. besides, it's best to check and choose the optimal method
  22. waste of space. you just need something like this and there will be some time available anyway, so you can use any other addressing mode you want: pla lda #color1 sta wsync sta hwreg1 lda #color2 sta hwreg2 lda #color3 sta hwreg3 pla rti (you won't notice the difference on the screen)
  23. Cybernoid 1 tiles: Cybernoid 2 tiles: --- Note that the c64 version is poorer in details and it is not about low resolution but the lack of elements such as displaying score after smashing rockets or large objects.
×
×
  • Create New...