Mesen/Core/VsZapper.h
2016-07-30 17:27:14 -04:00

18 lines
250 B
C++

#pragma once
#include "stdafx.h"
#include "Zapper.h"
class VsZapper : public Zapper
{
private:
uint32_t _stateBuffer = 0;
protected:
uint8_t RefreshState();
void RefreshStateBuffer();
public:
using Zapper::Zapper;
uint8_t GetPortOutput();
};