Updated the CDROM speed setting code some more, and fixed a bug.

This commit is contained in:
waltje
2018-03-20 20:58:35 -05:00
parent 1cf45a9724
commit e01f05c0f1
4 changed files with 17 additions and 21 deletions

View File

@@ -11,7 +11,7 @@
* This header file lists the functions provided by
* various platform specific cdrom-ioctl files.
*
* Version: @(#)cdrom_image.h 1.0.1 2018/02/14
* Version: @(#)cdrom_image.h 1.0.2 2018/03/20
*
* Authors: Miran Grca, <mgrca8@gmail.com>
* RichardG, <richardg867@gmail.com>
@@ -52,9 +52,6 @@ extern void image_close(uint8_t id);
extern void cdrom_set_null_handler(uint8_t id);
//FIXME: delete this! --FvK
extern void update_status_bar_icon_state(int tag, int state);
#ifdef __cplusplus
}
#endif