Skip to content
This repository was archived by the owner on Jun 8, 2025. It is now read-only.

Commit e7c162a

Browse files
committed
disk/rom includes moved to assets dir
1 parent ddb60d9 commit e7c162a

File tree

5 files changed

+3
-4
lines changed

5 files changed

+3
-4
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
.idea
2-
/assets/
32
/bin/
43
build
54
uf2

src/fdd.h renamed to assets/fdd.h

File renamed without changes.

src/rom.h renamed to assets/rom.h

File renamed without changes.
File renamed without changes.

src/emulator.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
#include <stdbool.h>
1111
#include <memory.h>
1212
#include "cga.h"
13-
#include "rom.h"
14-
#include "startup_disk.h"
15-
#include "fdd.h"
13+
#include "../assets/rom.h"
14+
#include "../assets/startup_disk.h"
15+
#include "../assets/fdd.h"
1616
//#define CPU_8086
1717
#if PICO_ON_DEVICE
1818
#include <hardware/pwm.h>

0 commit comments

Comments
 (0)