Google Code Exporter

Results 21406 comments of Google Code Exporter

Original comment by `[email protected]` on 11 Oct 2009 at 7:36 - Changed state: **Started** - Added labels: **** - Removed labels: ****

``` [deleted comment] ```

``` X vdp.readcell(address[,count]) X vdp.writecell(address,data) X tilelib X tile.new() X tile.getpixel(tile,x,y) X tile.setpixel(tile,x,y,pal_index) X tile.rawdata(tile) X vdp.readpalette([line[,count]]) X vdp.writepalette([line,]data) X palettelib X palette.new() X palette.getcolor(palette,index) X palette.setcolor(palette,index,color) X palette.rawdata(palette) X...

``` I would also add a function to read the vdp registers. ``` Original comment by `[email protected]` on 7 May 2012 at 11:59 - Added labels: **** - Removed labels:...

``` I also request -capture [output_filename], which sets the rendermode to Normal, turns off clean avi screen and disables all onscreen text apart from status messages. Command line support should...

``` I added -rom, -cfg, -play, -readwrite, -loadstate, -pause -rom, -cfg, -play, -loadstate all require full paths (or must be in base directory?) -pause and -readwrite will treat anything after...

``` We could add a menu option that dumps out the contents of "AVICOMPRESSOPTIONS m_options" and "WAVEFORMATEX m_soundFormat" from the AVIWrite class to a file, then let the path to...

``` Hmm, I think I really like that idea. Sounds easy to implement and quite useful. ``` Original comment by `[email protected]` on 4 Nov 2008 at 1:29 - Added labels:...