mirror of
https://github.com/holub/mame
synced 2025-05-20 20:58:51 +03:00
Fixed build. (nw)
This commit is contained in:
parent
19b0135c30
commit
bbef8c9063
@ -77,7 +77,7 @@ bool adf_format::load(floppy_image *image)
|
||||
sectors[i].size = 512;
|
||||
}
|
||||
|
||||
UINT8 *mfm = NULL;
|
||||
// UINT8 *mfm = NULL;
|
||||
image->set_meta_data(80, 2);
|
||||
for(int track=0; track < 80; track++) {
|
||||
for(int side=0; side < 2; side++) {
|
||||
|
Loading…
Reference in New Issue
Block a user