OSDN Git Service

[VM][FMTOWNS][DMAC] (PSEUDO) DMAC clock make on-demand to reduce host resources usage.
[csp-qt/common_source_project-fm7.git] / source / src / vm / fmtowns / dmac.h
index 07ae06a..b9c9301 100644 (file)
@@ -114,6 +114,7 @@ protected:
 
        void __FASTCALL do_dma_16bit(DEVICE* dev, const uint8_t tr_mode, uint32_t& memory_address, const bool compressed, const bool extended, bool is_use_debugger, int& wait);
        void __FASTCALL do_dma_8bit(DEVICE* dev, const uint8_t tr_mode, uint32_t& memory_address, const bool compressed, const bool extended, bool is_use_debugger, int& wait);
+       void check_mask_and_cmd();
        virtual void reset_from_io();
 
 public: