dosbox-staging:jn/cycles-default

Last commit made on 2024-05-11
Get this branch:
git clone -b jn/cycles-default https://git.launchpad.net/dosbox-staging

Branch merges

Branch information

Name:
jn/cycles-default
Repository:
lp:dosbox-staging

Recent commits

0253b00... by John Novak <email address hidden>

x

69b28c4... by John Novak <email address hidden>

fixup! Clean up `DOS_Terminate()`

efcf2fd... by John Novak <email address hidden>

screwing around

24d85e0... by John Novak <email address hidden>

screwing around

df9e241... by John Novak <email address hidden>

Introduce simplified `cycles` setting format

52ced06... by John Novak <email address hidden>

new parser

d360e26... by John Novak <email address hidden>

Improve max cycles warnings message

06dfd67... by John Novak <email address hidden>

Clean up `CPU_AutoDetermineMode`

`CPU_AutoDetermineMode` contained two bit flags, plus there was some
bit-twiddling hackery going on to store the previous value by
bit-shifting it to the left by 2 bits, then back to the right later to
restore the value.

d31c4eb... by John Novak <email address hidden>

Introduce `DosReturnMode`

3e37371... by John Novak <email address hidden>

Clean up `DOS_Terminate()`