1
0
Fork 0

Move buffer to class for upcomming multiple floppy support (rcblanke). Remove heavy bios_disk dependency from drives.h

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3806
This commit is contained in:
Peter Veenstra 2012-12-26 16:14:19 +00:00
parent 7e8381037e
commit 5eb1217cb4
5 changed files with 9 additions and 5 deletions

View file

@ -20,6 +20,7 @@
#include "dosbox.h"
#include "callback.h"
#include "bios.h"
#include "bios_disk.h"
#include "regs.h"
#include "mem.h"
#include "dos_inc.h" /* for Drives[] */