-->
Page 2 of 3

Re: ESP8266 PC-XT Emulator with CGA video output

PostPosted: Sat Feb 24, 2018 1:39 pm
by janost
Making everything fit into RAM is the largest problem in the project.

The MMU virtual RAM system uses 16KB of the memory.

Video uses 2KB of the memory at the moment.
DMA buffers for video rendering uses about 3KB of memory.

All of the above needs realtime RAM that cant be swapped out.

I managed to allocate 16KB of IRAM to use as a framebuffer for CGA graphics.

So Alley Cat will run in a near future. :)

Re: ESP8266 PC-XT Emulator with CGA video output

PostPosted: Sat Feb 24, 2018 2:41 pm
by reaper7
impressive project!

Re: ESP8266 PC-XT Emulator with CGA video output

PostPosted: Sat Feb 24, 2018 3:31 pm
by janost
The reason you do these emulator projects is that you dont have the time nor patience to build an operating system your self.

So you just rip somebody else of.

But its fun.

Re: ESP8266 PC-XT Emulator with CGA video output

PostPosted: Sun Feb 25, 2018 3:29 pm
by janost
You can run the emulator with a SPI ILI9341 TFT.
But it needs a scaler to display 640 pixels across.

The composite video displays up to 1024 pixels across.
And 448 lines if you use interlaced video.

And its still readable even on a 3.5" display.