Frodo
From Just Solve the File Format Problem
(Difference between revisions)
m (changed external link to internal) |
m |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | {| | ||
+ | |[[Software]] | ||
+ | | > | ||
+ | |[[Emulation Software]] | ||
+ | | > | ||
+ | |[[Frodo]] | ||
+ | |} | ||
+ | |||
'''Frodo''' is a free Commodore 64 [[Emulation_Software|emulator]] written in C/C++. | '''Frodo''' is a free Commodore 64 [[Emulation_Software|emulator]] written in C/C++. | ||
Line 6: | Line 14: | ||
* VIC emulation: Line-/cycle-based emulation, all display modes, sprites with collisions/priorities, DMA cycles, open borders, all $d011/$d016 effects. | * VIC emulation: Line-/cycle-based emulation, all display modes, sprites with collisions/priorities, DMA cycles, open borders, all $d011/$d016 effects. | ||
* SID emulation: Real-time digital emulation (16 bit, 44.1kHz), including filters (only under BeOS, Linux, HP-UX, MacOS and AmigaOS). | * SID emulation: Real-time digital emulation (16 bit, 44.1kHz), including filters (only under BeOS, Linux, HP-UX, MacOS and AmigaOS). | ||
− | * 1541 emulation: Drive simulation in directories, .d64/x64 or .t64/LYNX files, or processor-level 1541 emulation that works with about 95% of all fast loaders and even some copy protection schemes. | + | * 1541 emulation: Drive simulation in directories, .d64/x64 or .t64/LYNX files, or processor-level 1541 emulation that works with about 95% of all fast loaders and even some [[copy protection]] schemes. |
* Other peripherals: Keyboard and joystick (real joysticks (only under BeOS, Linux and AmigaOS) or keyboard emulation). | * Other peripherals: Keyboard and joystick (real joysticks (only under BeOS, Linux and AmigaOS) or keyboard emulation). | ||
== Resources == | == Resources == | ||
* [http://frodo.cebix.net/ Website] | * [http://frodo.cebix.net/ Website] | ||
+ | |||
+ | [[Category:Emulation]] | ||
+ | [[Category:Commodore computers]] |
Latest revision as of 16:53, 21 June 2017
Software | > | Emulation Software | > | Frodo |
Frodo is a free Commodore 64 emulator written in C/C++.
[edit] Emulated hardware
- Frodo is capable of running most games and demos correctly, even those with FLI, FLD, DYCP, open borders, multiplexed sprites, timing dependent decoders, fast loaders etc.
- 6510 emulation: All undocumented opcodes, 100% correct decimal mode, instruction/cycle exact emulation.
- VIC emulation: Line-/cycle-based emulation, all display modes, sprites with collisions/priorities, DMA cycles, open borders, all $d011/$d016 effects.
- SID emulation: Real-time digital emulation (16 bit, 44.1kHz), including filters (only under BeOS, Linux, HP-UX, MacOS and AmigaOS).
- 1541 emulation: Drive simulation in directories, .d64/x64 or .t64/LYNX files, or processor-level 1541 emulation that works with about 95% of all fast loaders and even some copy protection schemes.
- Other peripherals: Keyboard and joystick (real joysticks (only under BeOS, Linux and AmigaOS) or keyboard emulation).