Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
05/08/05 17:31
Read: times


 
#93195 - font patch
Responding to: ???'s previous message
I find the font used in emu51 to be a bit difficult to read. To use allegro's default font, change line 2478 in emu51.cpp from:

mainf = (FONT *) dataf[0].dat;

to:

mainf = font;

This will use an 8 x 8 DOS style font.



List of 7 messages in thread
TopicAuthorDate
emu51 under GNU/Linux            01/01/70 00:00      
   Nice work.            01/01/70 00:00      
      thanks            01/01/70 00:00      
         SImulator (cross platform)            01/01/70 00:00      
   movc buggy            01/01/70 00:00      
      bug reporting infrastructure at sf.net            01/01/70 00:00      
   font patch            01/01/70 00:00      

Back to Subject List