napple1/src
nobuh d47be2dd9e fix make: multiple definition of nrow and ncol
make fail by the error

/usr/bin/ld: main.o:(.bss+0x0): multiple definition of `nrow'; memory.o:(.bss+0x0): first defined here
/usr/bin/ld: main.o:(.bss+0x4): multiple definition of `ncol'; memory.o:(.bss+0x4): first defined here

fix definition of the global variables nrow and ncol.
2023-06-07 23:08:33 +09:00
..
keyboard.c chmod -x on src files 2023-06-07 15:17:25 +09:00
keyboard.h chmod -x on src files 2023-06-07 15:17:25 +09:00
m6502.c chmod -x on src files 2023-06-07 15:17:25 +09:00
m6502.h chmod -x on src files 2023-06-07 15:17:25 +09:00
main.c chmod -x on src files 2023-06-07 15:17:25 +09:00
makefile chmod -x on src files 2023-06-07 15:17:25 +09:00
memory.c chmod -x on src files 2023-06-07 15:17:25 +09:00
memory.h chmod -x on src files 2023-06-07 15:17:25 +09:00
msgbuf.c chmod -x on src files 2023-06-07 15:17:25 +09:00
msgbuf.h chmod -x on src files 2023-06-07 15:17:25 +09:00
pia6820.c chmod -x on src files 2023-06-07 15:17:25 +09:00
pia6820.h chmod -x on src files 2023-06-07 15:17:25 +09:00
screen.c fix make: multiple definition of nrow and ncol 2023-06-07 23:08:33 +09:00
screen.h fix make: multiple definition of nrow and ncol 2023-06-07 23:08:33 +09:00