{"id":16665438,"url":"https://github.com/larsbrinkhoff/fujiboink","last_synced_at":"2025-10-28T08:04:14.542Z","repository":{"id":147601950,"uuid":"302915444","full_name":"larsbrinkhoff/FujiBoink","owner":"larsbrinkhoff","description":"Source code for the classic FujiBoink demo for the Atari ST.","archived":false,"fork":false,"pushed_at":"2020-10-11T12:06:08.000Z","size":5461,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-01T22:03:02.306Z","etag":null,"topics":["atari","atari-st","atarist","xanth"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/larsbrinkhoff.png","metadata":{"files":{"readme":"README.TXT","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-10-10T14:06:32.000Z","updated_at":"2024-05-18T11:28:53.000Z","dependencies_parsed_at":"2023-05-31T18:15:49.877Z","dependency_job_id":null,"html_url":"https://github.com/larsbrinkhoff/FujiBoink","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/larsbrinkhoff%2FFujiBoink","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/larsbrinkhoff%2FFujiBoink/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/larsbrinkhoff%2FFujiBoink/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/larsbrinkhoff%2FFujiBoink/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/larsbrinkhoff","download_url":"https://codeload.github.com/larsbrinkhoff/FujiBoink/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253913068,"owners_count":21983249,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["atari","atari-st","atarist","xanth"],"created_at":"2024-10-12T11:07:04.425Z","updated_at":"2025-10-28T08:04:09.523Z","avatar_url":"https://github.com/larsbrinkhoff.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"\r\n\r\n\r\n\r\n\r\n                                               START, The ST Quarterly\r\n                                               Fall 1986: Volume 1, #2\r\n\r\n\r\n\r\n     To compile any of the programs included on this disk, you will\r\nneed the following program files from the Developer's Toolkit:\r\n\r\n\r\ncp68.prg      C preprocessor\r\nc068.prg      C parser\r\nc168.prg      C code generator\r\nas68.prg      MC68000 assembler\r\nlink68.prg    ST linker program\r\nrelmod.prg    ST relocation program\r\n\r\n     To use the batch files included in each folder, you will need\r\nthese programs as well:\r\n\r\n\r\nbatch.prg     ST batch processing program\r\nrm.prg        ST delete (ReMove) file program\r\nwait.prg      ST wait to return to Desktop\r\n\r\n     In each START folder you will find one or more .BAT files.  If\r\nevery necessary file is on the default drive, each program can be\r\ncompiled and linked by running batch.prg with this .BAT file as the\r\nparameter.\r\n\r\n\r\n     Although not every program requires these header files to\r\ncompile, following is an exhaustive list of every system header file\r\nused by every program included on this disk.  By \"system header file\"\r\nwe mean header files provided with the developer's toolkit, and not\r\nany header files a programmer may have created for the specific\r\nprogram.\r\n\r\n\r\nportab.h       - definitions intended to assist in writing\r\n                 portable code (from IBM to ST)\r\nmachine.h      - intended to assist in porting between 8086\r\n                 and 68000\r\ngembind.h      - GEM procedure bindings and other GEM\r\n                 things\r\ngemdefs.h      - common GEM definitions from AES manual\r\nobdefs.h       - GEM object definitions\r\nosbind.h       - definitions useful for using osbind.o\r\n                 (GEMDOS)\r\nvdibind.h      - extern declarations for GEM VDI procedure\r\n                 calls\r\ntaddr.h        - another way to get to the GEM object\r\n                 structure\r\n\r\n     Look for the #INCLUDE instructions in a particular program's\r\nlisting to determine what specific system header files will be needed\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\non the compile disk.\r\n\r\n\r\n     Although not every program requires link files (by which we mean\r\nobject and library files necessary to link) following is a list of\r\nevery link file necessary to produce any program included on this\r\ndisk:\r\n\r\n\r\naccstart.o     - accessory program startup\r\napstart.o      - application program startup\r\ngems.o         - standard C lib. routines (printf, etc.)\r\ngemstart.o     - non-gem program startup\r\nosbind.o       - calls for Atari TOS and bios traps\r\nlibf           - floating point library\r\nvdibind        - GEM VDI call bindings\r\naesbind        - GEM AES call bindings\r\n\r\n     See the associated batch files for a list of the specific link\r\nfiles necessary for a particular program.\r\n\r\n\r\n     Note that some may use separate resource files.  In some cases,\r\nthe resource file C sources are included.  In all cases, at least the\r\n.RSC file itself is included.\r\n\r\n\r\n     Creating a .RSC file from the sources is a difficult thing to do.\r\nWe suggest you use DRI's resource editor (on the sources, of course)\r\nif you want to change any of these separate resources.\r\n\r\n\r\n     All of these programs work with Alcyon C, the compiler provided\r\nwith the Developer's Toolkit.  Note that Atari officially recognizes\r\nonly two versions of the Developer's Kit.  Atari released Alcyon\r\nversion 4.14 as the magazine went to press.  Some programs may need\r\nmodification to run on this most recent version.  However, all run on\r\nthe current, and most popular version.  Many of the programs will also\r\ncompile immediately with Megamax C.\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n                       SUBSCRIPTION INFORMATION\r\n\r\n\r\nAll programs, object code, source code, and text files contained on\r\nthis disk are (C) Copyright 1986 by Antic Publishing and, unless\r\notherwise noted, are NOT to be considered as part of the public\r\ndomain.\r\n\r\nSTART, The ST Quarterly is a magazine with disk that is published four\r\ntimes per year by Antic Publishing, 524 Second Street, San Francisco,\r\nCA  94107.\r\n\r\nSUBSCRIPTIONS TO START:\r\n\r\n    --- One year (4 issues) of START, The ST Quarterly, (magazine + 3\r\n1/2 inch disk) for $59.95.  Act now and receive, absolutely free, 12\r\nissues of ANTIC, including the ST Resource each issue. (Current Antic\r\nsubscriptions extended 12 additional issues.)\r\n\r\n    --- One year (4 issues) of START, The ST Quarterly, (magazine + 3\r\n1/2 inch disk), plus 12 issues of ANTIC's Action Edition (magazine + 5\r\n1/4 inch disk), for $149.95. (Current Antic disk subscriptions\r\nextended 12 additional issues.)\r\n\r\n     Send check or money order to:\r\n\r\n\r\n                         START SUBSCRIPTIONS\r\n                          524 Second Street\r\n                       San Francisco, CA  94107\r\n\r\n    (All orders must be prepaid.  Add $25.00 postage for foreign\r\nsubscriptions per year.  Please allow 4-6 weeks for delivery of your\r\nfirst issue.)\r\n\r\n     Back issues of START magazine and disks or additional copies of\r\nthe current disk may be purchased by sending $5.00 per magazine, or\r\n$10.95 for disk plus $2.00 for postage and handling per order, to\r\nSTART DISK, 524 Second St., San Fransisco, CA  94107, or call (800)\r\n443-0100 ext. 133.\r\n\r\n\r\nTO SUBSCRIBE, call toll free:  (800) 443-0100 ext. 133.\r\n\r\nTO ORDER SOFTWARE FROM \"The Catalog\":  call (800) 443-0100 ext. 133.\r\n\r\nCUSTOMER SERVICE:  call (415) 957-0886, 8:00 a.m. to 1:00 p.m. Pacific\r\nTime, Monday through Friday. (Please do not call the 800 number for\r\nCustomer Service, thank you.)\r\n\r\nCOMPUSERVE for ANTIC ONLINE:  type GO ANTIC.\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flarsbrinkhoff%2Ffujiboink","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flarsbrinkhoff%2Ffujiboink","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flarsbrinkhoff%2Ffujiboink/lists"}