OSDN Git Service

[VM][WIP] Use namespace to devices per VMs.
[csp-qt/common_source_project-fm7.git] / source / src / vm / j3100 / j3100.cpp
index 1627e06..ccd5ed3 100644 (file)
 #include "system.h"
 #endif
 
+using J3100::DISPLAY;
+using J3100::DMAREG;
+using J3100::FLOPPY;
+using J3100::SASI;
+
+#ifdef TYPE_SL
+using J3100SL::KEYBOARD;
+using J3100SL::MEMORY;
+using J3100SL::SYSTEM;
+#else
+using J3100::KEYBOARD;
+using J3100::MEMORY;
+using J3100::SYSTEM;
+#endif
+
 // ----------------------------------------------------------------------------
 // initialize
 // ----------------------------------------------------------------------------