nint22 / corebasic2

Automatically exported from code.google.com/p/corebasic
0 stars 0 forks source link

Implement display buffer #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Implement the display buffer (directly to memory manipulation)

Original issue reported on code.google.com by nin...@gmail.com on 28 Jan 2012 at 8:57

GoogleCodeExporter commented 9 years ago
Need to implement display read, as well as per-pixel, line, rect, and circle 
functions

Original comment by nin...@gmail.com on 29 Jan 2012 at 12:21

GoogleCodeExporter commented 9 years ago
Removing entire concept of an allocated segment of memory in the VM; no use, 
complicates read times and will need an access layer in helping with 
performance.

Original comment by nin...@gmail.com on 16 Feb 2012 at 11:57