could we fold eoslib into z88dk?

Post Reply
tschak909
Well known member
Posts: 171
Joined: Sun Sep 09, 2018 5:44 pm

could we fold eoslib into z88dk?

Post by tschak909 »

I put together a quick binding of all the EOS functions in ROM, here:
https://github.com/tschak909/eoslib

Could we fold that in as a lib for Coleco Adam?

-Thom
User avatar
dom
Well known member
Posts: 2072
Joined: Sun Jul 15, 2007 10:01 pm

Re: could we fold eoslib into z88dk?

Post by dom »

If you’re willing to donate then of course we can!

Did you autogenerate the bindings?
tschak909
Well known member
Posts: 171
Joined: Sun Sep 09, 2018 5:44 pm

Re: could we fold eoslib into z88dk?

Post by tschak909 »

absolutely.

No, I did them by hand. They use the AsmCall convention, but should probably be turned into asm.

I am trying to write a test program that fills the screen with 'A' using the console routines (and initializing things using the EOS routines).

Since I did these bindings manually, there are probably bugs and tons of naivete.

-Thom
tschak909
Well known member
Posts: 171
Joined: Sun Sep 09, 2018 5:44 pm

Re: could we fold eoslib into z88dk?

Post by tschak909 »

I have added test code here
https://github.com/tschak909/eoslib/blo ... ratchpad.c

It initializes the VDP and the EOS console, and uses it.

-Thom
tschak909
Well known member
Posts: 171
Joined: Sun Sep 09, 2018 5:44 pm

Re: could we fold eoslib into z88dk?

Post by tschak909 »

@dom Here is the ColecoVision Adam system font from the SmartWriter ROM already in the correct format.
-Thom
You do not have the required permissions to view the files attached to this post.
Post Reply