Search found 29 matches

by tschak909
Wed Jan 19, 2022 3:37 pm
Forum: MicroSD / Disk Drive Emulators
Topic: Mozzwald has a few adam fujinet left for hackers
Replies: 1
Views: 496

Mozzwald has a few adam fujinet left for hackers

Letting everybody know, mozzwald still has a few Adam fujinet beta boards left for people who want to hack on fujinet software or firmware.

-Thom
by tschak909
Sun Jan 16, 2022 12:00 pm
Forum: EOS
Topic: Need help optimizing proportional text in Smartkeyslib.
Replies: 0
Views: 521

Need help optimizing proportional text in Smartkeyslib.

#ColecoAdam #Z88DK Need some help on the SmartKeys proportional font output routines that are in smartkeyslib. https://github.com/tschak909/smartkeyslib Currently, the code in smartkeys_putc() https://github.com/tschak909/smartkeyslib/blob/main/src/smartkeys_putc.c will literally plot a single dot f...
by tschak909
Fri Jan 14, 2022 9:36 pm
Forum: CP/M & TDOS
Topic: How to talk to the FujiNet in CP/M. (Wanna help with lang bindings?)
Replies: 2
Views: 782

Re: How to talk to the FujiNet in CP/M. (Wanna help with lang bindings?)

Not yet. John Lundy will be making production units available, once the firmware reaches 1.0. Anyone who wants to build them, can already, as we've released the hardware information, and the firmware is public. Anyone who wants to work on firmware can get a beta unit, as I can really use the help. -...
by tschak909
Thu Jan 13, 2022 2:18 pm
Forum: CP/M & TDOS
Topic: How to talk to the FujiNet in CP/M. (Wanna help with lang bindings?)
Replies: 2
Views: 782

How to talk to the FujiNet in CP/M. (Wanna help with lang bindings?)

#FujiNet #ColecoAdam #CPM I can work with somebody to build bindings for their favorite language, e.g. Turbo PASCAL. Anyone want to jump in? All FujiNet networking functions can be done with writes to the correct AdamNet DCB, we just need a few bits of info, here's the data structure for a DCB in C:...
by tschak909
Sun Aug 22, 2021 4:15 pm
Forum: EOS
Topic: Writing ColecoVision/Adam programs using Z88DK C Compiler
Replies: 0
Views: 776

Writing ColecoVision/Adam programs using Z88DK C Compiler

In this video, I give an overview of writing #ColecoAdam programs in the excellent @Z88DK compiler. https://youtu.be/oh0kRlBI0Os
by tschak909
Fri Aug 20, 2021 12:40 am
Forum: EOS
Topic: Smartkeyslib - SmartKeys UI for Coleco Adam
Replies: 0
Views: 687

Smartkeyslib - SmartKeys UI for Coleco Adam

I have released a @Z88DK library called "smartkeyslib" which makes #ColecoAdam SmartKeys bars and status displays. It uses the proportional font found in the SmartWriter ROM for its display. Code is here at Github: https://github.com/tschak909/smartkeyslib . Here are pics from the example program. W...
by tschak909
Wed Aug 04, 2021 8:37 pm
Forum: EOS
Topic: ddp - a simple DDP image creation tool for EOS software development.
Replies: 3
Views: 1437

Re: ddp - a simple DDP image creation tool for EOS software development.

Indeed :)

my goal here is to build a library of C functions for Adam software development (for me, to use for #FujiNet config and other tools), and write programs as test harnesses to make sure they work, while also serving as usable examples for others.

-Thom
by tschak909
Thu Jul 29, 2021 12:55 pm
Forum: EOS
Topic: ddp - a simple DDP image creation tool for EOS software development.
Replies: 3
Views: 1437

ddp - a simple DDP image creation tool for EOS software development.

#ColecoAdam As I am attempting to come to grips with both EOS and get @Z88DK in shape to emit EOS programs, I wrote a quick tool so I could generate a DDP image from a boot block, and an output program. https://github.com/tschak909/ddp
by tschak909
Wed Jul 21, 2021 9:26 pm
Forum: Memory Console
Topic: bring #FujiNet Network Adapter to the ADAM!
Replies: 0
Views: 1191

bring #FujiNet Network Adapter to the ADAM!

Hello Adam users. This will be a very long post, but the abstract is: I would like to bring #FujiNet to the Adam, via AdamNet, to provide network streaming of disk, virtual printing to PDF, a WiFi MODEM, and a Network Interface Card with tons of protocol offloading, and to do so in a very cost effec...