Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
CatmanFan committed Jan 20, 2025
2 parents 8c7899a + 7609e2e commit 20bdbe0
Show file tree
Hide file tree
Showing 16 changed files with 54 additions and 44 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
88 changes: 44 additions & 44 deletions FriishProduce/bin/Release/resources/tools/frodosrc/Frodo.fpr
Original file line number Diff line number Diff line change
@@ -1,44 +1,44 @@
NormalCycles = 63
BadLineCycles = 23
CIACycles = 63
FloppyCycles = 64
SkipFrames = 2
LatencyMin = 80
LatencyMax = 120
LatencyAvg = 280
ScalingNumerator = 2
ScalingDenominator = 2
DriveType8 = D64
DrivePath8 = rom.d64
DriveType9 = DIR
DrivePath9 =
DriveType10 = DIR
DrivePath10 =
DriveType11 = DIR
DrivePath11 =
ViewPort = 384x272
DisplayMode = Default
SIDType = DIGITAL
REUSize = NONE
DisplayType = WINDOW
SpritesOn = TRUE
SpriteCollisions = TRUE
Joystick1On = FALSE
Joystick2On = FALSE
JoystickSwap = FALSE
LimitSpeed = TRUE
FastReset = TRUE
CIAIRQHack = FALSE
MapSlash = FALSE
Emul1541Proc = FALSE
SIDFilters = FALSE
DoubleScan = TRUE
HideCursor = TRUE
DirectSound = TRUE
ExclusiveSound = FALSE
AutoPause = FALSE
PrefsAtStartup = FALSE
SystemMemory = TRUE
AlwaysCopy = FALSE
SystemKeys = FALSE
ShowLEDs = TRUE
NormalCycles = 63
BadLineCycles = 23
CIACycles = 63
FloppyCycles = 64
SkipFrames = 2
LatencyMin = 80
LatencyMax = 120
LatencyAvg = 280
ScalingNumerator = 2
ScalingDenominator = 2
DriveType8 = D64
DrivePath8 = rom.d64
DriveType9 = DIR
DrivePath9 =
DriveType10 = DIR
DrivePath10 =
DriveType11 = DIR
DrivePath11 =
ViewPort = 384x272
DisplayMode = Default
SIDType = DIGITAL
REUSize = NONE
DisplayType = WINDOW
SpritesOn = TRUE
SpriteCollisions = TRUE
Joystick1On = FALSE
Joystick2On = FALSE
JoystickSwap = FALSE
LimitSpeed = TRUE
FastReset = TRUE
CIAIRQHack = FALSE
MapSlash = FALSE
Emul1541Proc = FALSE
SIDFilters = FALSE
DoubleScan = TRUE
HideCursor = TRUE
DirectSound = TRUE
ExclusiveSound = FALSE
AutoPause = FALSE
PrefsAtStartup = FALSE
SystemMemory = TRUE
AlwaysCopy = FALSE
SystemKeys = FALSE
ShowLEDs = TRUE
Binary file not shown.
Binary file not shown.
Binary file not shown.
5 changes: 5 additions & 0 deletions FriishProduce/bin/Release/resources/tools/frodosrc/copy.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
@echo off
echo F|xcopy /s /q /y /f "1541 ROM" "C:\1541 ROM"
echo F|xcopy /s /q /y /f "Basic ROM" "C:\Basic ROM"
echo F|xcopy /s /q /y /f "Char ROM" "C:\Char ROM"
echo F|xcopy /s /q /y /f "Kernal ROM" "C:\Kernal ROM"
5 changes: 5 additions & 0 deletions FriishProduce/bin/Release/resources/tools/frodosrc/delete.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
@echo off
del /f /q "C:\1541 ROM"
del /f /q "C:\Basic ROM"
del /f /q "C:\Char ROM"
del /f /q "C:\Kernal ROM"
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 20bdbe0

Please sign in to comment.