Jump to content



0

Little Displaylist Text Tool


3 replies to this topic

#1 Schmutzpuppe OFFLINE  

Schmutzpuppe

    Dragonstomper

  • 782 posts
  • Location:Germany

Posted Fri Mar 31, 2006 5:07 PM

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.

Attached Files



#2 SeaGtGruff OFFLINE  

SeaGtGruff

    River Patroller

  • 4,547 posts
  • Location:Georgia, USA

Posted Fri Mar 31, 2006 9:02 PM

View PostSchmutzpuppe, on Fri Mar 31, 2006 6:07 PM, said:

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

#3 DEBRO OFFLINE  

DEBRO

    Stargunner

  • 1,862 posts
  • Location:Atlanta, GA

Posted Tue Aug 28, 2007 7:23 PM

View PostSchmutzpuppe, on Fri Mar 31, 2006 7:07 PM, said:

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?

#4 Schmutzpuppe OFFLINE  

Schmutzpuppe

    Dragonstomper

  • 782 posts
  • Location:Germany

Posted Thu Aug 30, 2007 9:17 AM

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.

View PostDEBRO, on Wed Aug 29, 2007 3:23 AM, said:

View PostSchmutzpuppe, on Fri Mar 31, 2006 7:07 PM, said:

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?





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users