mirror of
https://github.com/akuker/RASCSI.git
synced 2025-01-10 17:30:47 +00:00
Fixed assertion
This commit is contained in:
parent
aa37868495
commit
9bbd11e77c
@ -1277,7 +1277,7 @@ bool Disk::Dispatch(SCSIDEV *controller)
|
||||
//---------------------------------------------------------------------------
|
||||
void Disk::Open(const Filepath& path)
|
||||
{
|
||||
ASSERT((disk.size >= 8) && (disk.size <= 11));
|
||||
ASSERT((disk.size >= 8) && (disk.size <= 12));
|
||||
ASSERT(disk.blocks > 0);
|
||||
|
||||
SetReady(true);
|
||||
|
Loading…
x
Reference in New Issue
Block a user