Jump to content
IGNORED

Little Displaylist Text Tool


Recommended Posts

I just resumed 7800 programming and again it was annoying to create the displaylists especially the "calculation" of the palette/text length byte for text output.

That's why I hacked a little tool where you can enter the string, choose the palette and the program creates the displaylist string for you.

You can just copy & paste it to your code.

Maybe it's useful for some of you (at least it’s useful for me ;))

.NET framework 1.1 is required.

dl_texttool.zip

Link to comment
Share on other sites

I just resumed 7800 programming and again it was annoying to create the displaylists especially the "calculation" of the palette/text length byte for text output.

That's why I hacked a little tool where you can enter the string, choose the palette and the program creates the displaylist string for you.

You can just copy & paste it to your code.

Maybe it's useful for some of you (at least it’s useful for me ;))

.NET framework 1.1 is required.

 

I haven't tried 7800 programming yet, but I downloaded your tool for when I eventually do. Thank you for sharing it! :)

 

Michael Rideout

Link to comment
Share on other sites

  • 1 year later...
I just resumed 7800 programming and again it was annoying to create the displaylists especially the "calculation" of the palette/text length byte for text output.

That's why I hacked a little tool where you can enter the string, choose the palette and the program creates the displaylist string for you.

You can just copy & paste it to your code.

Maybe it's useful for some of you (at least it’s useful for me ;))

.NET framework 1.1 is required.

Sorry for responding so late but I started looking at 7800 programming again. Just so I'm clear...doesn't this do the same a the XHEADER macro in maria.h?
Link to comment
Share on other sites

I don't know because I don't know the macro or even maria.h.

What it does is simple.

You enter a text, a palette number a label and a position then the tool displays a line you can copy & paste in your displaylist source.

It looks like this ".byte <label,$60,>label,$f5,$10" for "Hello world", palette 7, adress "label" and postion $10.

 

I just resumed 7800 programming and again it was annoying to create the displaylists especially the "calculation" of the palette/text length byte for text output.

That's why I hacked a little tool where you can enter the string, choose the palette and the program creates the displaylist string for you.

You can just copy & paste it to your code.

Maybe it's useful for some of you (at least it’s useful for me ;))

.NET framework 1.1 is required.

Sorry for responding so late but I started looking at 7800 programming again. Just so I'm clear...doesn't this do the same a the XHEADER macro in maria.h?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...