mirror of
https://github.com/pound-emu/pound.git
synced 2025-12-12 01:36:57 +00:00
Added Makefile and made things run on my machine (im sorry ); )
This commit is contained in:
parent
c8f00d0657
commit
8bdd9468de
4 changed files with 51 additions and 16 deletions
|
|
@ -1,7 +1,10 @@
|
|||
#include "core/ARM/cpu.h"
|
||||
#include "core/JIT/jit.h"
|
||||
#include "cpu.h"
|
||||
#include "jit.h"
|
||||
|
||||
int main() {
|
||||
#include <cstdio>
|
||||
|
||||
int main()
|
||||
{
|
||||
CPU cpu;
|
||||
cpu.pc = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue