Skip to content

Commit

Permalink
Merge pull request #936 from sonninnos/commodore-updates
Browse files Browse the repository at this point in the history
Commodore updates
  • Loading branch information
fpscan authored Apr 25, 2024
2 parents e28cd02 + 7fb0668 commit 106d505
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 26 deletions.
23 changes: 9 additions & 14 deletions docs/library/puae.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,6 @@

PUAE tries to continue where E-UAE left off. PUAE versioning is based on the merged WinUAE version.

E-UAE is an Amiga emulator, a program that allows you to run software
designed for Amiga computers on other platforms, such as Linux or Mac
OS. It is based on UAE, the original Ubiquitous Amiga Emulator, and
WinUAE, the Windows version of UAE. While it owes a huge debt to these
two great projects, E-UAE diverges from both, aiming to improve
performance and features on a variety of host platforms.

The PUAE core have been authored by

- UAE Team
Expand Down Expand Up @@ -407,7 +400,11 @@ For more detailed history of WHDLoad support visit the [Github repository](https

You can pass `.uae` configuration files and they will be appended to the core option configuration.

If the file `puae_libretro_global.uae` exists in RetroArch `saves` it will be appended to the configuration.
If `puae_libretro_[model].uae` exists in RetroArch `saves` it will be appended to the model preset section.

If `puae_libretro_global.uae` exists in RetroArch `saves` it will be appended to the configuration.

If `[content].uae` exists in RetroArch `saves` it will be appended to the configuration.

The final generated configuration output is available in debug level log.

Expand Down Expand Up @@ -737,9 +734,7 @@ Settings with (Restart) means that core has to be closed for the new setting to

Adjust color gamma.

- **Color Depth (Restart)** [puae_gfx_colors] (**16bit**|24bit)

'24-bit' is slower and not available on all platforms. Full restart required.
- **Color Depth** [puae_gfx_colors] (16bit|**24bit**)

### On-Screen Display options

Expand Down Expand Up @@ -805,7 +800,7 @@ Settings with (Restart) means that core has to be closed for the new setting to

***Values are inverted, '80' = '20% volume'***

- **Floppy Sound Mute Ejected** [puae_floppy_sound_empty_mute] (**disabled**|enabled)
- **Floppy Sound Mute Ejected** [puae_floppy_sound_empty_mute] (disabled|**enabled**)

Mute drive head clicking when floppy is not inserted.

Expand Down Expand Up @@ -907,12 +902,12 @@ Settings with (Restart) means that core has to be closed for the new setting to

- **Toggle Save Disk** [puae_mapper_save_disk_toggle] (**---**)

- **Reset** [puae_mapper_reset] (**---**)

- **Toggle Aspect Ratio** [puae_mapper_aspect_ratio_toggle] (**---**)

- **Toggle Crop** [puae_mapper_crop_toggle] (**---**)

- **Reset** [puae_mapper_reset] (**---**)

- **RetroPad Up** [puae_mapper_up] (**---**)

- **RetroPad Down** [puae_mapper_down] (**---**)
Expand Down
36 changes: 24 additions & 12 deletions docs/library/vice.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ Frontend-level settings or features that the VICE cores respect.
| Native Cheats ||
| Controls ||
| Remapping ||
| Multi-Mouse | |
| Multi-Mouse | |
| Rumble ||
| Sensors ||
| Camera ||
Expand Down Expand Up @@ -385,7 +385,7 @@ Settings with (Restart) means that core has to be closed for the new setting to

- **RAM Expansion Unit** [vice_ram_expansion_unit] (**none**|128kB|256kB|512kB|1024kB|2048kB|4096kB|16384kB)

Changing while running resets the system!
Not allowed with cartridges. Changing while running resets the system!

#### C64 SuperCPU specific

Expand All @@ -409,11 +409,13 @@ Settings with (Restart) means that core has to be closed for the new setting to

#### C128 specific

- **Model** [vice_c128_model] (**C128 PAL**|C128 NTSC|C128 DCR PAL|C128 DCR NTSC)
- **Model** [vice_c128_model] (**C128 PAL auto**|C128 NTSC auto|C128 D PAL auto|C128 D NTSC auto|C128 DCR PAL auto|C128 DCR NTSC auto|C128 PAL|C128 NTSC|C128 D PAL|C128 D NTSC|C128 DCR PAL|C128 DCR NTSC)

'Automatic' switches region per file path tags.

- **RAM Expansion Unit** [vice_c128_ram_expansion_unit] (**none**|128kB|256kB|512kB|1024kB|2048kB|4096kB|16384kB)

Changing while running resets the system!
Not allowed with cartridges. Changing while running resets the system!

- **Video Output** [vice_c128_video_output] (**VICII**|VDC)

Expand Down Expand Up @@ -469,6 +471,10 @@ Settings with (Restart) means that core has to be closed for the new setting to

#### Common

- **Printer** [vice_printer] (**disabled**|enabled)

Output is written to 'saves/vice_printer.txt'.

- **Read 'vicerc'** [vice_read_vicerc] (disabled|**enabled**)

Process first found 'vicerc' in this order:
Expand All @@ -493,7 +499,7 @@ Settings with (Restart) means that core has to be closed for the new setting to

'True Drive Emulation' required with disks!

- **Warp Boost** [vice_warp_boost] (disabled|**enabled**)
- **Warp Boost** [vice_warp_boost] (**disabled**|enabled)

Make warp mode much faster by changing SID emulation to 'FastSID' while warping.

Expand All @@ -513,6 +519,10 @@ Settings with (Restart) means that core has to be closed for the new setting to

Enabled forcefully by disabling 'True Drive Emulation'.

- **Floppy MultiDrive** [vice_floppy_multidrive] (**disabled**|enabled)

Insert each disk in different drives. Can be forced with '(MD)' file path tag. Maximum is 4 disks due to external drive limit! Core restart required.

- **Floppy Write Protection** [vice_floppy_write_protection] (**disabled**|enabled)

Set device 8 read only.
Expand Down Expand Up @@ -545,6 +555,10 @@ Settings with (Restart) means that core has to be closed for the new setting to

Remove borders according to 'Crop Mode'.

- **Automatic Crop Delay** [vice_crop_delay] (disabled|**enabled**)

Patient or instant geometry change.

- **Crop Mode** [vice_crop_mode] (**both**|horizontal|vertical|16:9|16:10|4:3|5:4)

'Horizontal + Vertical' & 'Maximum' removes borders completely.
Expand All @@ -557,9 +571,7 @@ Settings with (Restart) means that core has to be closed for the new setting to

- **Manual Crop Right** [vice_manual_crop_right] (**0**-60)

- **Color Depth (Restart)** [vice_gfx_colors] (**16bit**|24bit)

'24-bit' is slower and not available on all platforms. Full restart required.
- **Color Depth** [vice_gfx_colors] (16bit|**24bit**)

#### Color palette options

Expand Down Expand Up @@ -894,10 +906,6 @@ Settings with (Restart) means that core has to be closed for the new setting to

- **Toggle Save Disk** [vice_mapper_save_disk_toggle] (**---**)

- **Reset** [vice_mapper_reset] (**RETROK_END**)

- **Hold Warp Mode** [vice_mapper_warp_mode] (**---**)

- **Toggle Aspect Ratio** [vice_mapper_aspect_ratio_toggle] (**---**)

- **Toggle Crop** [vice_mapper_crop_toggle] (**---**)
Expand All @@ -914,6 +922,10 @@ Settings with (Restart) means that core has to be closed for the new setting to

- **Datasette RESET** [vice_mapper_datasette_reset] (**---**)

- **Reset** [vice_mapper_reset] (**RETROK_END**)

- **Hold Warp Mode** [vice_mapper_warp_mode] (**---**)

- **RetroPad Up** [vice_mapper_up] (**---**)

- **RetroPad Down** [vice_mapper_down] (**---**)
Expand Down

0 comments on commit 106d505

Please sign in to comment.