Uthernet2: move to separate folder.
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
This commit is contained in:
parent
669c7124c2
commit
1c9beb246b
6 changed files with 10 additions and 10 deletions
|
@ -73,8 +73,8 @@ set(SOURCE_FILES
|
||||||
linux/keyboard.cpp
|
linux/keyboard.cpp
|
||||||
linux/linuxframe.cpp
|
linux/linuxframe.cpp
|
||||||
linux/context.cpp
|
linux/context.cpp
|
||||||
linux/uthernet2.cpp
|
linux/network/uthernet2.cpp
|
||||||
linux/tfe2.cpp
|
linux/network/tfe2.cpp
|
||||||
|
|
||||||
linux/duplicates/Debug.cpp
|
linux/duplicates/Debug.cpp
|
||||||
linux/duplicates/Debug_Display.cpp
|
linux/duplicates/Debug_Display.cpp
|
||||||
|
@ -161,8 +161,8 @@ set(HEADER_FILES
|
||||||
linux/registry.h
|
linux/registry.h
|
||||||
linux/keyboard.h
|
linux/keyboard.h
|
||||||
linux/linuxframe.h
|
linux/linuxframe.h
|
||||||
linux/uthernet2.h
|
linux/network/uthernet2.h
|
||||||
linux/tfe2.h
|
linux/network/tfe2.h
|
||||||
linux/win.h
|
linux/win.h
|
||||||
|
|
||||||
Z80VICE/z80.h
|
Z80VICE/z80.h
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
#include "Tfe/tfe.h"
|
#include "Tfe/tfe.h"
|
||||||
#include "Tfe/tfesupp.h"
|
#include "Tfe/tfesupp.h"
|
||||||
#include "linux/uthernet2.h"
|
#include "linux/network/uthernet2.h"
|
||||||
|
|
||||||
#include "imgui_internal.h"
|
#include "imgui_internal.h"
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#include "StdAfx.h"
|
#include "StdAfx.h"
|
||||||
#include "tfe2.h"
|
#include "linux/network/tfe2.h"
|
||||||
|
|
||||||
#include "Tfe/tfearch.h"
|
#include "Tfe/tfearch.h"
|
||||||
#include "Tfe/tfe.h"
|
#include "Tfe/tfe.h"
|
|
@ -1,13 +1,13 @@
|
||||||
#include <StdAfx.h>
|
#include <StdAfx.h>
|
||||||
#include "linux/uthernet2.h"
|
#include "linux/network/uthernet2.h"
|
||||||
#include "linux/tfe2.h"
|
#include "linux/network/tfe2.h"
|
||||||
|
|
||||||
#include "Memory.h"
|
#include "Memory.h"
|
||||||
#include "Log.h"
|
#include "Log.h"
|
||||||
|
|
||||||
#define MAX_RXLENGTH 1518
|
#define MAX_RXLENGTH 1518
|
||||||
// #define U2_LOG_VERBOSE
|
// #define U2_LOG_VERBOSE
|
||||||
// #define U2_LOG_TRAFFIC
|
#define U2_LOG_TRAFFIC
|
||||||
#define U2_LOG_UNKNOWN
|
#define U2_LOG_UNKNOWN
|
||||||
|
|
||||||
namespace
|
namespace
|
Loading…
Add table
Reference in a new issue