1
0
mirror of https://github.com/jscrane/r65emu.git synced 2024-12-21 12:29:51 +00:00

hardware override

This commit is contained in:
Stephen Crane 2018-11-08 07:34:28 +00:00
parent 09cf2bedce
commit 72f7febe72

View File

@ -1,11 +1,12 @@
/* /*
* The hardware configuration of the machine. * The hardware configuration of the machine.
* (This should be the same for all emulated devices.)
*/ */
#ifndef __HARDWARE_H__ #ifndef __HARDWARE_H__
#define __HARDWARE_H__ #define __HARDWARE_H__
#if defined(ESP32) #if defined(HARDWARE_H)
#include HARDWARE_H
#elif defined(ESP32)
#include "hw/esp32-utft-dac.h" #include "hw/esp32-utft-dac.h"
#elif defined(ESP8266) #elif defined(ESP8266)
#include "hw/esp8266-pwm.h" #include "hw/esp8266-pwm.h"