X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=source%2Fsrc%2Fvm%2Fmb8877.h;h=4fb940f8f73ac7266cba7301c8e490ae5f4dc3e0;hb=80df61fb1e009ab0d229a335f546cd788d54b158;hp=448af6cde14ab025368bcdad47c2545bc8bb28d9;hpb=94927e73fbd17e228fc6f378f498fbbb7a3e29a4;p=csp-qt%2Fcommon_source_project-fm7.git diff --git a/source/src/vm/mb8877.h b/source/src/vm/mb8877.h index 448af6cde..4fb940f8f 100644 --- a/source/src/vm/mb8877.h +++ b/source/src/vm/mb8877.h @@ -236,7 +236,7 @@ public: bool is_disk_inserted(int drv); void is_disk_protected(int drv, bool value); bool is_disk_protected(int drv); - uint8_t media_type(int drv); + uint8_t get_media_type(int drv); void set_drive_type(int drv, uint8_t type); uint8_t get_drive_type(int drv); void set_drive_rpm(int drv, int rpm);