1
0
mirror of https://github.com/livingcomputermuseum/UniBone.git synced 2026-02-17 21:18:15 +00:00

Cleanup incomplete commits

This commit is contained in:
Joerg Hoppe
2019-06-18 20:38:07 +02:00
parent a4dc6af85c
commit 1a79abb89f
55 changed files with 1241 additions and 94 deletions

View File

@@ -204,7 +204,7 @@ bool memoryimage_c::load_addr_value_text(const char *fname) {
fin = fopen(fname, "r");
if (!fin) {
printf("%s\n", fileErrorText("Error opening file %s for write", fname)) ;
printf("%s\n", fileErrorText("Error opening file %s for write", fname)) ;
return false;
}
entry_address = MEMORY_ADDRESS_INVALID; // not known
@@ -538,6 +538,7 @@ bool memoryimage_c::load_papertape(const char *fname) {
entry_address = MEMORY_ADDRESS_INVALID; // not yet known
stream_byte_index = 0;
block_byte_size = addr = 0 ; // -Wmaybe-uninitialized
while (!feof(fin)) {
b = fgetc(fin);
// ERROR("[0x%04x] state=%d b=0x%02x sum=0x%02x block_byte_idx=%d",