1
0
mirror of https://github.com/fruit-bat/pico-zxspectrum.git synced 2025-04-19 00:04:01 +03:00
This commit is contained in:
burt 2021-09-18 18:52:59 +01:00
parent d8f7821888
commit 9a9cf35fe7
3 changed files with 0 additions and 7 deletions

View File

@ -13,11 +13,6 @@
#include "Z80.h"
#pragma GCC optimize ("O2")
/* Write the following macros for memory access and input/output on the Z80.
*
* Z80_FETCH_BYTE() and Z80_FETCH_WORD() are used by the emulator to read the

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

View File

@ -1,5 +1,3 @@
#pragma GCC optimize ("O2")
#include <stdio.h>
#include <stdlib.h>
#include "pico/stdlib.h"