Starting a rewrite of how the IO works.
Currently 100% broken, also going to change how devices are selected for each system so no more if/else everywhere and system should be more accurate.
This commit is contained in:
@@ -11,10 +11,10 @@
|
||||
#include <stdbool.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "log.h"
|
||||
#include "nec_debugger.h"
|
||||
#include "necintrf.h"
|
||||
#include "memory.h"
|
||||
#include <log.h>
|
||||
#include <nec_debugger.h>
|
||||
#include <necintrf.h>
|
||||
#include <memory.h>
|
||||
|
||||
/***
|
||||
* Note: the while code to decode instruction is not meant to be optimised, but to be easy to maintain.
|
||||
|
||||
Reference in New Issue
Block a user