It's not simple. First, you'd have to substitute the TV driver for the VGA driver. That's easy.
You'd have to allocate a bitmap which would be a different size than for VGA, probably 320 x 240
You'd have to allocate a tilemap and initialize it to point into the bitmap. There's an example in the graphics demo.
You'd have to slightly modify the assembly portion of the Mic to VGA program for the different bitmap dimensions.
None of this is difficult, it would just take time, expertise, and effort.
Comments
You'd have to allocate a bitmap which would be a different size than for VGA, probably 320 x 240
You'd have to allocate a tilemap and initialize it to point into the bitmap. There's an example in the graphics demo.
You'd have to slightly modify the assembly portion of the Mic to VGA program for the different bitmap dimensions.
None of this is difficult, it would just take time, expertise, and effort.