Properly enabled SMM (and with the correct SMBASE) on AMD 486 CPU's.

This commit is contained in:
OBattler
2020-07-20 01:44:19 +02:00
parent 2e35cb3df6
commit aeaf5ad34a
3 changed files with 6 additions and 4 deletions

View File

@@ -262,6 +262,7 @@ cdi_get_audio_tracks(cd_img_t *cdi, int *st_track, int *end, TMSF *lead_out)
}
/* TODO: This never returns anything other than 1, should it even be an int? */
int
cdi_get_audio_tracks_lba(cd_img_t *cdi, int *st_track, int *end, uint32_t *lead_out)
{