You do not have permission to edit this page, for the following reason:
You must confirm your email address before editing pages. Please set and validate your email address through your user preferences.
Please READ the information contained in the tool-tips (click on a question mark).
Free text:
==Have your emulator with assembler setup ready!== Howto: * download hatari. It is usually in the linux repositories, but you can also get the newest release at http://hatari.tuxfamily.org/download.html * download TOS. Hatari ships with emuTOS which should be ok, but a real TOS you can find via google http://bit.ly/waBToz * download [https://sites.google.com/site/stessential/development/turbo-assembler-bugaboo turboass] and [https://sites.google.com/site/stessential/development/devpac devpac] * Copy programming examples of workshop2 (share on lusitania) and workshop3 ([https://source.hacker.lu/projects/atari-st-knowhow/repository git]) * Copy all that into a folder, that will be your Atari root filesystem C: * start hatari, if you don't want emuTOS, press F12 -> ROM and browse to your downloaded TOS. Back to main menu -> Reset -> OK * to assign the Atari root harddisk folder: F12 -> hard disks -> Gemdos drive browse & [x] Boot from HD * change ST to medium rez: Options -> set preferences(voreinstellungen)... -> Medium(Mittel) -> OK * double clik on C, now you should see the turboass and devpac you have put in that directory. Try to start them * load any source. Assemble: includes may be in the wrong place, adapt the path. * Character issues: sometimes (e.g. swiss french keyboard) you cant type a \ : F12->keyboard -> [x] Scancode * for bigger projects like paradist you need more ram: F12 -> Memory -> 2MiB * save config -> hatari.cfg (so next time you have all these settings correct) ==Topics:== * programming the 68000 in assembler (using turboass or devpac) ** instructions ** the ULM intro code to get quickly started * specificity of the Atari ST hardware (workshop 1, from the programmer's view) ** where's my screen memory ** memory mapped hardware * smooth scrolling howto (recall workshop 2?) ** word and byte scrollers ** bit scroller ** be creative * color cycling effects (workshop 2 again) ** need some drawing skills ** more than 16 colors * tricking the ST hardware in other ways (as seen in workshop 3) ** the mystery of digital sound output ** other trickery by writing directly to hardware ==Ressources== These will be useful for today but also for future workshops. If you want to craft your own demo you will need grafics and sound in it. * Fonts for scrollers http://cgi.algonet.se/htbin/cgiwrap?user=guld1&script=fonts.pl . To convert the GIF into degas format use ppmtopi1 from the linux netpbm tools (or [http://www.xnview.com/ XnView] on windows * Other grafics you can draw on your own or convert from existing sources. Then reduce them to 16 colors (except if creating more advanced demos) and then convert them to degas format as above. * Music is usually a little routine you call 50 times a second. You can get those from the [http://sndh.atari.org/download.php Sndh archive]. Those tunes can be directly played by several [http://sndh.atari.org/players.php music players]. Most tunes are packed with the ICE packer, which is complicating things to use in assembler. Easiest is to unpack them first. Or just use the tunes which are not packed :-) How to play: soon.
Summary:
This is a minor edit Watch this page
Cancel