Fix some headers (code is original here) and some cosmetics

This commit is contained in:
Godzil 2021-04-15 23:17:38 +01:00
parent 698d960bed
commit 146e2b2c1d
2 changed files with 4 additions and 6 deletions

View File

@ -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
{

View File

@ -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.
*