view blastem.rc @ 1615:28f80d1b343e

Support immediate operands for ld and alu ops in SVP. Support double indirect and immediate address modes for alu ops. Fixed DSL issues revealed by those changes
author Michael Pavone <pavone@retrodev.com>
date Mon, 24 Sep 2018 19:09:16 -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"