Jump to content

Little Displaylist Text Tool


3 replies to this topic

#1  

    Dragonstomper

  • 782 posts
  • Joined: 09-July 03
  • 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  

    River Patroller

  • 4,411 posts
  • Joined: 07-August 05
  • 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  

    Stargunner

  • 1,856 posts
  • Joined: 25-April 01
  • 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  

    Dragonstomper

  • 782 posts
  • Joined: 09-July 03
  • 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