// image converted with: Convert9918 - A simple image converter for the TMS9918A // http://harmlesslion.com #include #pragma data_seg(Code) #include "pic_c.h" #include "pic_p.h" #pragma data_seg(Data) void main() { #ifdef APPLE1_JUKEBOX apple1_eprom_init(); #endif woz_puts("\rDISPLAYING PICTURE...\r"); // in screen 2 tms_init_regs(SCREEN2_TABLE); screen2_init_bitmap(FG_BG(COLOR_WHITE,COLOR_BLACK)); // bulk copy color table to VRAM tms_set_vram_write_addr(TMS_COLOR_TABLE); for(word t=0; t