OSDN Git Service

motonesfpga/motonesfpga.git
10 years agocode block updated.
astoria-d [Mon, 19 Aug 2013 05:39:00 +0000 (14:39 +0900)]
code block updated.

10 years ago- nmi toggle and down timing updated to comply NES specification.
astoria-d [Mon, 19 Aug 2013 04:53:50 +0000 (13:53 +0900)]
- nmi toggle and down timing updated to comply NES specification.
- ppu addr/scroll register latch reset when ppu status read.

10 years agopla flag not set bug fix.
astoria-d [Mon, 19 Aug 2013 02:11:27 +0000 (11:11 +0900)]
pla flag not set bug fix.

10 years ago- conditional branch code changed to update exec cycle
astoria-d [Mon, 12 Aug 2013 10:50:58 +0000 (19:50 +0900)]
- conditional branch code changed to update exec cycle

10 years ago- sbc v flag bug fixed
astoria-d [Mon, 12 Aug 2013 06:20:39 +0000 (15:20 +0900)]
- sbc v flag bug fixed
- sbc zp,x/abs/abs,xy/indir,y supported
- eor zp,x/abs/abs,xy/indir,y supported
- bvs/bvc supported.

10 years ago- php/plp supported.
astoria-d [Sun, 11 Aug 2013 12:31:33 +0000 (21:31 +0900)]
- php/plp supported.

10 years ago- ora zp,x/abs/abs,xy/indir,y supported.
astoria-d [Sun, 11 Aug 2013 12:20:58 +0000 (21:20 +0900)]
- ora zp,x/abs/abs,xy/indir,y supported.

10 years ago- branch page cross bug fixed.
astoria-d [Sun, 11 Aug 2013 12:15:00 +0000 (21:15 +0900)]
- branch page cross bug fixed.

10 years ago- sta zp,x
astoria-d [Sun, 11 Aug 2013 09:24:52 +0000 (18:24 +0900)]
- sta zp,x
- stx zp,y
- sty zp,x supported.

10 years ago- asl zp/zp,x/abs/abs,x
astoria-d [Sun, 11 Aug 2013 09:03:42 +0000 (18:03 +0900)]
- asl zp/zp,x/abs/abs,x
- ror zp/zp,x/abs supported.

10 years ago- dec zp,x/abs,x
astoria-d [Sun, 11 Aug 2013 08:46:32 +0000 (17:46 +0900)]
- dec zp,x/abs,x
- inc zp,x/abs,x supported.

10 years ago- ldx zp,y
astoria-d [Sat, 10 Aug 2013 09:34:13 +0000 (18:34 +0900)]
- ldx zp,y
- ldy abs,x supported.

10 years ago- lsr zp/zp,x/abs/abs,x supported.
astoria-d [Sat, 10 Aug 2013 09:15:57 +0000 (18:15 +0900)]
- lsr zp/zp,x/abs/abs,x supported.

10 years ago- cpx abs
astoria-d [Sat, 10 Aug 2013 08:28:54 +0000 (17:28 +0900)]
- cpx abs
- cpy zp
- cpy abs supported.

10 years ago- rol zp
astoria-d [Sat, 10 Aug 2013 08:02:56 +0000 (17:02 +0900)]
- rol zp
- rol zp, x
- rol abs
- rol abs, x supported.

10 years ago- cmp zp, x
astoria-d [Fri, 9 Aug 2013 10:47:10 +0000 (19:47 +0900)]
- cmp zp, x
- cmp abs
- cmp abs, x
- cmp indir, y supported.
- test case added.

10 years agocode clean up.
astoria-d [Fri, 9 Aug 2013 09:48:17 +0000 (18:48 +0900)]
code clean up.

10 years ago- abs, x/y page cross bug fixed
astoria-d [Thu, 8 Aug 2013 10:00:11 +0000 (19:00 +0900)]
- abs, x/y page cross bug fixed
- indir y page corss bug fixed
- add test case

10 years ago- and zp, x
astoria-d [Thu, 8 Aug 2013 08:38:28 +0000 (17:38 +0900)]
- and zp, x
- and abs
- and abs, x supported
- abs, x/y page boundary crossing case invalid register load bug fix
- asl flag set bug fixed.

10 years agocode clean up
astoria-d [Sat, 3 Aug 2013 03:20:45 +0000 (12:20 +0900)]
code clean up

10 years ago- cli supported.
astoria-d [Fri, 2 Aug 2013 14:37:07 +0000 (23:37 +0900)]
- cli supported.
- clv supported.
- adc zp,x supported.
- adc abz,x suppoted.
- adc (indir),y supported.
- test case added.

10 years ago- adc abs, y supported
astoria-d [Fri, 2 Aug 2013 09:48:24 +0000 (18:48 +0900)]
- adc abs, y supported
- bit bug fixed
- sbc imm suppoted.
- test case added.

10 years agobmi supported.
astoria-d [Fri, 2 Aug 2013 02:35:12 +0000 (11:35 +0900)]
bmi supported.

10 years agostx abs supporrted.
astoria-d [Fri, 2 Aug 2013 00:24:26 +0000 (09:24 +0900)]
stx abs supporrted.

10 years ago- nmi handling bug fixed.
astoria-d [Fri, 2 Aug 2013 00:01:04 +0000 (09:01 +0900)]
- nmi handling bug fixed.

10 years ago- sty abs supported
astoria-d [Thu, 1 Aug 2013 08:56:21 +0000 (17:56 +0900)]
- sty abs supported
- rti supported.
- test case updated.

10 years ago- t3 cycle boundary crossing handling supported.
astoria-d [Mon, 29 Jul 2013 15:32:40 +0000 (00:32 +0900)]
- t3 cycle boundary crossing handling supported.
- added test cases.

10 years ago- code clean up.
astoria-d [Sun, 28 Jul 2013 10:20:23 +0000 (19:20 +0900)]
- code clean up.
- pg boundary for t2 buf fixed.

10 years ago- zp, xy mode supported.
astoria-d [Sun, 28 Jul 2013 09:47:34 +0000 (18:47 +0900)]
- zp, xy mode supported.
- ldy zp, x supported.
- pg boundary test case for t1 cycle added.

10 years ago- page boundary test case for t0 cycle added.
astoria-d [Sun, 28 Jul 2013 09:16:45 +0000 (18:16 +0900)]
- page boundary test case for t0 cycle added.
- bug fix for t0 case pch page boundary crossing during pcl fetch.

10 years ago- ldy zp supported.
astoria-d [Sun, 28 Jul 2013 05:15:35 +0000 (14:15 +0900)]
- ldy zp supported.
- boundary test case added.

10 years ago- ror acc suppoted.
astoria-d [Sun, 28 Jul 2013 02:46:13 +0000 (11:46 +0900)]
- ror acc suppoted.
- page boudary test for single byte instruction added.

10 years agotest env update.
astoria-d [Sun, 28 Jul 2013 02:13:44 +0000 (11:13 +0900)]
test env update.

10 years agoadded test image dev environment
astoria-d [Sun, 28 Jul 2013 01:56:15 +0000 (10:56 +0900)]
added test image dev environment

10 years agovga tool directory renamed.
astoria-d [Sun, 28 Jul 2013 01:43:39 +0000 (10:43 +0900)]
vga tool directory renamed.

10 years agoadc abs supported.
astoria-d [Sat, 27 Jul 2013 23:18:56 +0000 (08:18 +0900)]
adc abs supported.

10 years ago- asl suppoted.
astoria-d [Sat, 27 Jul 2013 11:56:32 +0000 (20:56 +0900)]
- asl suppoted.
- jmp (indir) supported.

10 years ago- ror abs,x supported.
astoria-d [Sat, 27 Jul 2013 09:47:48 +0000 (18:47 +0900)]
- ror abs,x supported.
- dec abs suppoted.

10 years agobcc supported.
astoria-d [Sat, 27 Jul 2013 09:02:23 +0000 (18:02 +0900)]
bcc supported.

10 years agosbc supported.
astoria-d [Sat, 27 Jul 2013 05:31:07 +0000 (14:31 +0900)]
sbc supported.

10 years agoand abs, x supported.
astoria-d [Fri, 26 Jul 2013 13:35:20 +0000 (22:35 +0900)]
and abs, x supported.

10 years ago- rol supported
astoria-d [Fri, 26 Jul 2013 13:02:08 +0000 (22:02 +0900)]
- rol supported
- flag set bug fixed.

10 years agoora supported.
astoria-d [Fri, 26 Jul 2013 10:00:55 +0000 (19:00 +0900)]
ora supported.

10 years ago- lda abs,y supported
astoria-d [Fri, 26 Jul 2013 09:37:59 +0000 (18:37 +0900)]
- lda abs,y supported
- sta abs,x supported.

10 years agolda bug fixed.
astoria-d [Fri, 26 Jul 2013 09:25:03 +0000 (18:25 +0900)]
lda bug fixed.

10 years ago- lda (zp), y supported
astoria-d [Fri, 26 Jul 2013 09:20:04 +0000 (18:20 +0900)]
- lda (zp), y supported
- ldx abs supported
- ldy abs supported

10 years agonmi process added.
astoria-d [Fri, 26 Jul 2013 06:46:43 +0000 (15:46 +0900)]
nmi process added.

11 years agounified t0 cycle to handle jmp instruction
astoria-d [Wed, 24 Jul 2013 10:02:58 +0000 (19:02 +0900)]
unified t0 cycle to handle jmp instruction

11 years ago- root Makefile updated.
astoria-d [Wed, 24 Jul 2013 09:02:14 +0000 (18:02 +0900)]
- root Makefile updated.
- testbench updated.
- vga clock added.

11 years agocpu and ppu integrated on main board.
astoria-d [Tue, 23 Jul 2013 10:22:25 +0000 (19:22 +0900)]
cpu and ppu integrated on main board.

11 years agobg attribute bug fix.
astoria-d [Tue, 23 Jul 2013 08:20:36 +0000 (17:20 +0900)]
bg attribute bug fix.

11 years agosprite x-axis adjustment. motonesfpga-sim-0.1.2
astoria-d [Fri, 19 Jul 2013 04:15:32 +0000 (13:15 +0900)]
sprite x-axis adjustment.

11 years ago- vblank pin direction was opposite.
astoria-d [Fri, 19 Jul 2013 02:19:22 +0000 (11:19 +0900)]
- vblank pin direction was opposite.
- test cpu access during vblank added

11 years ago- ppustatus updated.
astoria-d [Fri, 19 Jul 2013 01:19:31 +0000 (10:19 +0900)]
- ppustatus updated.
- each bus cleared during vblank

11 years agoppu status register worked.
astoria-d [Thu, 18 Jul 2013 11:03:50 +0000 (20:03 +0900)]
ppu status register worked.

11 years agocode clean up.
astoria-d [Thu, 18 Jul 2013 10:00:41 +0000 (19:00 +0900)]
code clean up.

11 years agoclean up
astoria-d [Thu, 18 Jul 2013 04:46:30 +0000 (13:46 +0900)]
clean up

11 years agoleft most bg color in the tile incorrect bug fixed.
astoria-d [Thu, 18 Jul 2013 04:36:14 +0000 (13:36 +0900)]
left most bg color in the tile incorrect bug fixed.

11 years agoclean up.
astoria-d [Thu, 18 Jul 2013 03:00:54 +0000 (12:00 +0900)]
clean up.

11 years agocode clean up
astoria-d [Thu, 18 Jul 2013 02:15:10 +0000 (11:15 +0900)]
code clean up

11 years agotool flag bug fixed.
astoria-d [Wed, 17 Jul 2013 07:54:03 +0000 (16:54 +0900)]
tool flag bug fixed.

11 years agosecond left tile incorrect display bug fixed.
astoria-d [Wed, 17 Jul 2013 07:45:58 +0000 (16:45 +0900)]
second left tile incorrect display bug fixed.

11 years agominor change.
astoria-d [Wed, 17 Jul 2013 06:28:19 +0000 (15:28 +0900)]
minor change.

11 years agosprite flip ok.
astoria-d [Wed, 17 Jul 2013 06:26:35 +0000 (15:26 +0900)]
sprite flip ok.

11 years ago- sprite show ok.
astoria-d [Wed, 17 Jul 2013 05:55:46 +0000 (14:55 +0900)]
- sprite show ok.
- test item modified.

11 years ago- sprite shown partially... still need to work
astoria-d [Wed, 17 Jul 2013 03:23:50 +0000 (12:23 +0900)]
- sprite shown partially... still need to work
- test item updated.

11 years ago- array of secondary oam registers worked...
astoria-d [Tue, 16 Jul 2013 10:43:34 +0000 (19:43 +0900)]
- array of secondary oam registers worked...
- boundary fetch bug fixex.
- added another test items.

11 years agoclean up.
astoria-d [Tue, 16 Jul 2013 07:10:15 +0000 (16:10 +0900)]
clean up.

11 years agosprite evaluation boundary bug fixed
astoria-d [Tue, 16 Jul 2013 06:55:01 +0000 (15:55 +0900)]
sprite evaluation boundary bug fixed

11 years agocode clean up.
astoria-d [Tue, 16 Jul 2013 05:51:43 +0000 (14:51 +0900)]
code clean up.

11 years ago- sprite evaluation update.
astoria-d [Tue, 16 Jul 2013 05:41:47 +0000 (14:41 +0900)]
- sprite evaluation update.
- added test entry.

11 years agooam evaluation working.
astoria-d [Tue, 16 Jul 2013 02:04:29 +0000 (11:04 +0900)]
oam evaluation working.

11 years agoadded code oam initialize with 0xff.
astoria-d [Mon, 15 Jul 2013 10:24:13 +0000 (19:24 +0900)]
added code oam initialize with 0xff.

11 years agocode clean up.
astoria-d [Mon, 15 Jul 2013 08:02:42 +0000 (17:02 +0900)]
code clean up.

11 years agocpu output sustains the data during the
astoria-d [Mon, 15 Jul 2013 03:33:03 +0000 (12:33 +0900)]
cpu output sustains the data during the
cpu read cycle.

11 years ago- palette array changed into ram instance.
astoria-d [Mon, 15 Jul 2013 03:14:42 +0000 (12:14 +0900)]
- palette array changed into ram instance.
- read palette and vram from cpu test verified.

11 years agor/w from cpu is supported (still need to be worked...)
astoria-d [Sun, 14 Jul 2013 08:49:43 +0000 (17:49 +0900)]
r/w from cpu is supported (still need to be worked...)

11 years agosecond left most bg tile image bug fixed.
astoria-d [Fri, 12 Jul 2013 07:18:19 +0000 (16:18 +0900)]
second left most bg tile image bug fixed.

11 years ago- sprite and palette bus unified.
astoria-d [Fri, 12 Jul 2013 01:43:27 +0000 (10:43 +0900)]
- sprite and palette bus unified.
- sprite test data setup done.

11 years agopalette burst r/w access bug fix.
astoria-d [Thu, 11 Jul 2013 09:56:29 +0000 (18:56 +0900)]
palette burst r/w access bug fix.

11 years agosecond left tile display bug fixed.
astoria-d [Thu, 11 Jul 2013 09:39:11 +0000 (18:39 +0900)]
second left tile display bug fixed.
all bg image displayed ok!

11 years agocpu bus timing integration and burst write address increment work.
astoria-d [Thu, 11 Jul 2013 06:27:11 +0000 (15:27 +0900)]
cpu bus timing integration and burst write address increment work.

11 years agoppu and cpu register timing syncronization working..
astoria-d [Thu, 11 Jul 2013 02:40:09 +0000 (11:40 +0900)]
ppu and cpu register timing syncronization working..

11 years agoadded virtual input from cpu. (still working...)
astoria-d [Wed, 10 Jul 2013 06:37:38 +0000 (15:37 +0900)]
added virtual input from cpu. (still working...)

11 years agosprite working...
astoria-d [Wed, 10 Jul 2013 01:07:25 +0000 (10:07 +0900)]
sprite working...

11 years agosprite handling started.
astoria-d [Tue, 9 Jul 2013 23:49:34 +0000 (08:49 +0900)]
sprite handling started.

11 years agocode clean up.
astoria-d [Tue, 9 Jul 2013 11:38:01 +0000 (20:38 +0900)]
code clean up.

11 years agoppu register
astoria-d [Tue, 9 Jul 2013 10:44:54 +0000 (19:44 +0900)]
ppu register
- base name table addr
- base bg pattern tbl addr
ok.

11 years agointegration with the cpu bus ok.
astoria-d [Tue, 9 Jul 2013 07:23:15 +0000 (16:23 +0900)]
integration with the cpu bus ok.

11 years agotest init value set modified.
astoria-d [Tue, 9 Jul 2013 05:11:26 +0000 (14:11 +0900)]
test init value set modified.

11 years ago- ppu register integrated.
astoria-d [Tue, 9 Jul 2013 02:51:40 +0000 (11:51 +0900)]
- ppu register integrated.
- testbench updated to align with the ppu register input.

11 years agoppu registers added.
astoria-d [Mon, 8 Jul 2013 08:57:54 +0000 (17:57 +0900)]
ppu registers added.

11 years agominor update.
astoria-d [Mon, 8 Jul 2013 06:18:49 +0000 (15:18 +0900)]
minor update.

11 years agocode clean up.
astoria-d [Mon, 8 Jul 2013 06:06:59 +0000 (15:06 +0900)]
code clean up.

11 years agotest
astoria-d [Mon, 8 Jul 2013 04:38:09 +0000 (13:38 +0900)]
test

11 years agobg attr display ok.
astoria-d [Sun, 7 Jul 2013 08:34:54 +0000 (17:34 +0900)]
bg attr display ok.

11 years agocol 8 > 4 converter
astoria-d [Sun, 7 Jul 2013 06:22:06 +0000 (15:22 +0900)]
col 8 > 4 converter

11 years agovga output bug (rgb bit is reversed) fixed.
astoria-d [Sun, 7 Jul 2013 04:40:46 +0000 (13:40 +0900)]
vga output bug (rgb bit is reversed) fixed.

11 years ago- color palette bug (rgb 8 to rgb 4) fixed
astoria-d [Sun, 7 Jul 2013 04:33:38 +0000 (13:33 +0900)]
- color palette bug (rgb 8 to rgb 4) fixed
- code clean up.

11 years agobg transparent color set.
astoria-d [Sat, 6 Jul 2013 08:39:21 +0000 (17:39 +0900)]
bg transparent color set.
other minor fix.