mirror of
https://github.com/dingusdev/dingusppc.git
synced 2025-01-18 04:31:16 +00:00
Move SAA7187 emulator to devices/video
This commit is contained in:
parent
e508031c98
commit
ce245f8885
@ -21,7 +21,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
/** @file SAA7187 Digital video encoder emulation. */
|
||||
|
||||
#include <devices/common/i2c/saa7187.h>
|
||||
#include <devices/video/saa7187.h>
|
||||
#include <loguru.hpp>
|
||||
|
||||
Saa7187VideoEncoder::Saa7187VideoEncoder(uint8_t dev_addr)
|
@ -21,11 +21,11 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
/** @file TNT on-board NTSC/PAL video output emulation. */
|
||||
|
||||
#include <devices/video/sixty6.h>
|
||||
#include <devices/video/control.h>
|
||||
#include <devices/common/i2c/saa7187.h>
|
||||
#include <devices/common/machineid.h>
|
||||
#include <devices/deviceregistry.h>
|
||||
#include <devices/video/control.h>
|
||||
#include <devices/video/sixty6.h>
|
||||
#include <loguru.hpp>
|
||||
#include <machines/machinebase.h>
|
||||
|
||||
namespace loguru {
|
||||
|
@ -25,6 +25,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
#define SIXTY6_VIDEO_H
|
||||
|
||||
#include <devices/ioctrl/macio.h>
|
||||
#include <devices/video/saa7187.h>
|
||||
#include <devices/video/videoctrl.h>
|
||||
|
||||
#include <cinttypes>
|
||||
|
Loading…
x
Reference in New Issue
Block a user