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/linuxframe.cpp
|
||||
linux/context.cpp
|
||||
linux/uthernet2.cpp
|
||||
linux/tfe2.cpp
|
||||
linux/network/uthernet2.cpp
|
||||
linux/network/tfe2.cpp
|
||||
|
||||
linux/duplicates/Debug.cpp
|
||||
linux/duplicates/Debug_Display.cpp
|
||||
|
@ -161,8 +161,8 @@ set(HEADER_FILES
|
|||
linux/registry.h
|
||||
linux/keyboard.h
|
||||
linux/linuxframe.h
|
||||
linux/uthernet2.h
|
||||
linux/tfe2.h
|
||||
linux/network/uthernet2.h
|
||||
linux/network/tfe2.h
|
||||
linux/win.h
|
||||
|
||||
Z80VICE/z80.h
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
#include "Tfe/tfe.h"
|
||||
#include "Tfe/tfesupp.h"
|
||||
#include "linux/uthernet2.h"
|
||||
#include "linux/network/uthernet2.h"
|
||||
|
||||
#include "imgui_internal.h"
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#include "StdAfx.h"
|
||||
#include "tfe2.h"
|
||||
#include "linux/network/tfe2.h"
|
||||
|
||||
#include "Tfe/tfearch.h"
|
||||
#include "Tfe/tfe.h"
|
|
@ -1,13 +1,13 @@
|
|||
#include <StdAfx.h>
|
||||
#include "linux/uthernet2.h"
|
||||
#include "linux/tfe2.h"
|
||||
#include "linux/network/uthernet2.h"
|
||||
#include "linux/network/tfe2.h"
|
||||
|
||||
#include "Memory.h"
|
||||
#include "Log.h"
|
||||
|
||||
#define MAX_RXLENGTH 1518
|
||||
// #define U2_LOG_VERBOSE
|
||||
// #define U2_LOG_TRAFFIC
|
||||
#define U2_LOG_TRAFFIC
|
||||
#define U2_LOG_UNKNOWN
|
||||
|
||||
namespace
|
||||
|
@ -614,7 +614,7 @@ namespace
|
|||
receiveOnePacket(i);
|
||||
}
|
||||
|
||||
BYTE res = write ? 0 : MemReadFloatingBus(nCycles);
|
||||
BYTE res = write ? 0 : MemReadFloatingBus(nCycles);
|
||||
|
||||
const uint8_t loc = address & 0x0F;
|
||||
|
Loading…
Add table
Reference in a new issue