Jump to content

tebe

Members
  • Posts

    1,215
  • Joined

  • Last visited

3 Followers

Profile Information

  • Gender
    Male
  • Location
    Poland
  • Interests
    http://atariage.com/forums/topic/34916-graph2fnt/

Recent Profile Visitors

15,401 profile views

tebe's Achievements

Stargunner

Stargunner (7/9)

1.5k

Reputation

  1. neo6502: PacMad, Tetris https://gitlab.com/bocianu/neo-pacmad https://gitlab.com/bocianu/neo-tetris X16: Old Mansion https://github.com/MADRAFi/OldMansion
  2. https://marketplace.visualstudio.com/items?itemName=chunkypixel.atari-dev-studio
  3. https://github.com/tebe6502/Mad-Assembler/blob/master/examples/input_string.asm without OS
  4. congratulations on correct understanding, and yes, this threads is about Giana Sisters WIP, implicit in WIP-games
  5. New Generation (NG) creates WIP for many years, none completed
  6. MadRafi tries to add target x16, currently such a target does not exist. target: a8, c64, c4p, neo, raw
  7. mp.exe file.pas -t c4p -code:8000 mads file.a65 -xi:<MadsPath>\base
  8. USES has recently been improved so that it works as in FPC uses def_1, def_2; def_2 is primary uses def_2, def_1; def_1 is primary https://wiki.freepascal.org/Uses uses dd,crt; begin writeln('COLOR_GREEN ', dd.COLOR_GREEN); writeln('GREY ', dd.GREY); readkey; end.
  9. fixed, https://github.com/tebe6502/Mad-Pascal
  10. https://github.com/tebe6502/Mad-Pascal exe binary for Windows https://github.com/tebe6502/Mad-Pascal/tree/master/bin/windows minimum requirements for a directory with MP, files and subdirectories MadPascalPath\ mp.exe base\ rtl_default.asm rtl6502_a8.asm rtl6502_c4p.asm rtl6502_c64.asm rtl6502_neo.asm rtl6502_raw.asm atari\ c4p\ c64\ common\ neo\ raw\ runtime\ lib\ aplib.pas atari.pas blowfish.pas c64.pas ... src\ targets\ crt.inc graph.inc system.inc MP compile, target c64 mp.exe -t c64 filename.pas mads.exe filename.a65 -x -i:<MadPascalPath>\base
  11. https://olimex.wordpress.com/2024/02/05/did-you-ever-hear-for-mad-pascal-now-you-can-program-neo6502-with-this-32-bit-turbo-pascal-for-atari-xl-xe-compiler/?fbclid=IwAR0v7ydDopAoDN0BBRfwLGsT_EkpEbFLGxHwXudLgnRe8TCq-yqR8zM03tQ
×
×
  • Create New...