Skip to content

Commit

Permalink
EP128: Xemu unification part3 #197
Browse files Browse the repository at this point in the history
  • Loading branch information
lgblgblgb committed Oct 25, 2020
1 parent 80c27f2 commit a0009cb
Show file tree
Hide file tree
Showing 10 changed files with 158 additions and 275 deletions.
2 changes: 1 addition & 1 deletion targets/ep128/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ TARGET = ep128
PRG_TARGET = xep128
EMU_DESCRIPTION = Enterprise 128

SRCS_TARGET_xep128 = enterprise128.c cpu.c z180.c nick.c dave.c input.c exdos_wd.c sdext.c rtc.c printer.c zxemu.c primoemu.c emu_rom_interface.c epnet.c apu.c roms.c console.c emu_monitor.c fileio.c snapshot.c
SRCS_TARGET_xep128 = enterprise128.c cpu.c z180.c nick.c dave.c input_devices.c exdos_wd.c sdext.c rtc.c printer.c zxemu.c primoemu.c emu_rom_interface.c epnet.c apu.c roms.c emu_monitor.c fileio.c snapshot.c
SRCS_COMMON_xep128 = emutools.c emutools_files.c emutools_config.c emutools_gui.c emutools_hid.c z80.c z80_dasm.c emutools_socketapi.c lodepng.c
CFLAGS_TARGET_xep128 = $(SDL2_CFLAGS) $(MATH_CFLAGS) $(SOCKET_CFLAGS) $(XEMUGUI_CFLAGS) $(READLINE_CFLAGS)
LDFLAGS_TARGET_xep128 = $(SDL2_LIBS) $(MATH_LIBS) $(SOCKET_LIBS) $(XEMUGUI_LIBS) $(READLINE_LIBS)
Expand Down
234 changes: 0 additions & 234 deletions targets/ep128/console.c

This file was deleted.

29 changes: 0 additions & 29 deletions targets/ep128/console.h

This file was deleted.

2 changes: 1 addition & 1 deletion targets/ep128/cpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
#include "primoemu.h"
#include "epnet.h"
#include "roms.h"
#include "input.h"
#include "input_devices.h"
#include "emu_rom_interface.h"
#include "sdext.h"
#include "exdos_wd.h"
Expand Down
Loading

0 comments on commit a0009cb

Please sign in to comment.