view blastem.rc @ 987:1f09994e92c5

Initial stab at implementing address error exceptions. Need to fill in the value of IR, undefined bits of last stack frame word and properly deal with address errors that occur during exception processing.
author Michael Pavone <pavone@retrodev.com>
date Tue, 26 Apr 2016 23:13:37 -0700
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"