Another major cleanup - folders for cdrom and floppy, renamed disc to floppy, renamed SuperIO stuff, others as needed.
This commit is contained in:
@@ -1,20 +1,19 @@
|
||||
#include "../ibm.h"
|
||||
|
||||
#include "../bugger.h"
|
||||
#include "../device.h"
|
||||
#include "../dma.h"
|
||||
#include "../gameport.h"
|
||||
#include "../hdd/hdd_ide_at.h"
|
||||
#include "../keyboard_at.h"
|
||||
#include "../lpt.h"
|
||||
#include "../mem.h"
|
||||
#include "../nvr.h"
|
||||
#include "../pic.h"
|
||||
#include "../pit.h"
|
||||
|
||||
#include "../dma.h"
|
||||
#include "../mem.h"
|
||||
#include "../device.h"
|
||||
#include "../nvr.h"
|
||||
#include "../bugger.h"
|
||||
#include "../gameport.h"
|
||||
#include "../keyboard_at.h"
|
||||
#include "../lpt.h"
|
||||
#include "../hdd/hdd_ide_at.h"
|
||||
#include "machine_common.h"
|
||||
#include "machine_at.h"
|
||||
|
||||
|
||||
void machine_at_init(void)
|
||||
{
|
||||
AT = 1;
|
||||
|
||||
Reference in New Issue
Block a user