Commit Graph

16 Commits

Author SHA1 Message Date
Nobuhiro Hatano c337c22071
Merge pull request #5 from nobuh/msgbuf-format-not-a-string
Msgbuf format not a string
2023-06-07 23:34:27 +09:00
nobuh e36276fce7 Remove install instruction for cygwin 2023-06-07 23:30:49 +09:00
nobuh c0f43127cc msgbuf.c format not a string warning during make 2023-06-07 23:24:44 +09:00
Nobuhiro Hatano 2e17ed5e27
Merge pull request #4 from nobuh/multiple-difinition-error
Multiple definition error at make
2023-06-07 23:21:39 +09:00
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
nobuh 4be07cb2ee chmod -x on src files 2023-06-07 15:17:25 +09:00
Nobuhiro Hatano b08c1e6ac4
version 2.4.0 2022-04-09 10:20:01 +09:00
Nobuhiro Hatano edb994f74d
Merge pull request #2 from mtleblanc/emufixes
Fix errors in 6502 emulation
2022-04-09 09:30:49 +09:00
Michael LeBlanc 032aacee39 Fix errors in 6502 emulation
This commit fixes the following behaviors:

Indirect X zero page addressing should always wrap and stay on zero page
BRK should disable interrupts
ADC in decimal mode should carry between nibbles based on adjusted,
  not original values.
Writes of status register to the stack should always set M and should
  set B on BRK/PHP and ~B on IRQ/NMI

Found and tested against
https://github.com/Klaus2m5/6502_65C02_functional_tests/blob/master/6502_functional_test.a65
2022-04-08 10:44:51 -07:00
Nobuhiro Hatano a6f12814f9
remove obsolete email address 2018-10-06 11:39:30 +09:00
nobuh f7e5d67332 version 2.3.0 2017-03-23 01:56:28 +09:00
nobuh 47d76b9493 ROMDIR env variables 2017-03-23 01:53:43 +09:00
Nobuhiro Hatano 8c791a116c Fix mail address 2015-02-04 18:28:10 +09:00
Nobuhiro Hatano 17857df982 add all source from sourceforge napple1 2.2.1 2012-06-18 01:39:18 +09:00
Nobuhiro Hatano 5586a6403d delete comment about sourceforge project page. 2012-06-18 01:36:50 +09:00
Nobuhiro Hatano 41262901ef first commit 2012-06-18 01:28:51 +09:00