I just discovered a bug in the code that could cause the 68000 remains in an infinite loop. See this piece of code (The 68000 code is runing During VBLANK):
z80 code:
ld (hl),$ff ;$1ff0
ld (ix+0),$2a ;$4000
ld (ix+1),a ;$4001 => out
ld (hl),$00 ;$1ff0
68000 code:
ym2612wr:
; a0 = $a04000 ...
Search found 141 matches
- Mon Aug 26, 2013 9:09 pm
- Forum: Demos
- Topic: wolfenstein demo for sega genesis
- Replies: 364
- Views: 623547
- Mon Aug 26, 2013 9:08 pm
- Forum: Demos
- Topic: wolfenstein demo for sega genesis
- Replies: 364
- Views: 623547
- Sat Aug 24, 2013 7:44 pm
- Forum: Demos
- Topic: wolfenstein demo for sega genesis
- Replies: 364
- Views: 623547
- Fri Aug 23, 2013 4:54 am
- Forum: Demos
- Topic: wolfenstein demo for sega genesis
- Replies: 364
- Views: 623547
- Thu Aug 22, 2013 8:46 pm
- Forum: Demos
- Topic: wolfenstein demo for sega genesis
- Replies: 364
- Views: 623547
Thanks for all your comments, I've been working on this demo for about a year. I started looking for different techniques raycast, I found the source code for PC but at first I found difficult to do in sega genesis (and some parts did not understand), so I set aside. I started to try some tutorials ...
- Thu Aug 22, 2013 5:25 am
- Forum: Demos
- Topic: wolfenstein demo for sega genesis
- Replies: 364
- Views: 623547
wolfenstein demo for sega genesis
This is a demo of wolfenstein for sega genesis written in asm. Mostly is based on the source code of wolfenstein 3d for PC. (sorry for my bad english) :)
Here is a video of the demo: http://youtu.be/BHtKv_cwgVk
Version b5.5(January 10, 2014):
http://www.mediafire.com/download/lbwpwho94k15xv3 ...
Here is a video of the demo: http://youtu.be/BHtKv_cwgVk
Version b5.5(January 10, 2014):
http://www.mediafire.com/download/lbwpwho94k15xv3 ...