Fix some headers (code is original here) and some cosmetics
This commit is contained in:
parent
698d960bed
commit
146e2b2c1d
@ -1,7 +1,6 @@
|
||||
/*
|
||||
* NewOswan
|
||||
* nec_debugger.c:
|
||||
* Based on the original Oswan-unix
|
||||
* nec_debugger.c:
|
||||
* Created by Manoël Trapier on 14/04/2021.
|
||||
* Copyright (c) 2014-2021 986-Studio. All rights reserved.
|
||||
*
|
||||
@ -737,8 +736,8 @@ int nec_decode_instruction(uint16_t segment, uint16_t offset, char *buffer, unsi
|
||||
case OP_GP2_CALL2:
|
||||
if (opcode == 0xFF)
|
||||
{
|
||||
// TODO: Understand this opcode
|
||||
strncat(buffer, "call", bufferSize);
|
||||
// TODO: Understand this opcode
|
||||
strncat(buffer, "call", bufferSize);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
@ -1,7 +1,6 @@
|
||||
/*
|
||||
* NewOswan
|
||||
* nec_debugger.h:
|
||||
* Based on the original Oswan-unix
|
||||
* nec_debugger.h:
|
||||
* Created by Manoël Trapier on 14/04/2021.
|
||||
* Copyright (c) 2014-2021 986-Studio. All rights reserved.
|
||||
*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user