view blastem.rc @ 1637:95880d947257

Fix for VRAM byte write order broke VDP FIFO testing ROM results. This change cleans up VRAM writes and fixes the regression while preserving the correct VRAM byte write order
author Michael Pavone <pavone@retrodev.com>
date Sun, 11 Nov 2018 22:39:29 -0800
parents 4cbc349a82a9
children e6b2b2341c68
line wrap: on
line source

1 VERSIONINFO
FILEVERSION     0,4,0,0
PRODUCTVERSION  0,4,0,0
BEGIN
  BLOCK "StringFileInfo"
  BEGIN
    BLOCK "040904E4"
    BEGIN
      VALUE "CompanyName", "RetroDev"
      VALUE "FileDescription", "BlastEm - A fast and accurate Genesis/Megadrive emulator"
      VALUE "FileVersion", "1.0"
      VALUE "InternalName", "blastem"
      VALUE "LegalCopyright", "Copyright 2011-2016 Michael Pavone"
      VALUE "OriginalFilename", "blastem.exe"
      VALUE "ProductName", "BlastEm"
      VALUE "ProductVersion", "0.4.0"
    END
  END

  BLOCK "VarFileInfo"
  BEGIN
    VALUE "Translation", 0x409, 1252
  END
END
2 ICON "icons/windows.ico"