NDS MegaDrive/Genesis emulator first pass
NDS 사상 첫번째 에뮬레이터인 메가드라이브(Genesis) 에뮬레이터가 릴리즈되었습니다.
사용법
1. 첨부파일의 압축을 푼다음 GPNDS 폴더 맨 위에 SMD나 BIN 으로된 롬파일을 복사합니다.
2. smd file 실행: 다음과 같은 명령어를 윈도우 CMD창에서 차례대로 입력합니다.
grom\grom -bin filename.smd
3. swap filename.bin rom.bin
4. 데이터 파일을 생성합니다.
bin2s rom.bin > gp/rom.s
5. 실행
make
5. 생성된 .ds.gba 파일을 플래시 카드에 복사합니다.
조작키 설명
NDS d-pad maps to megadrive d-pad
NDS x, b, a map to megadrive a, b, c
NDS start maps to megadrive start
NDS select resets the emulator
아래는 개발자 코멘트입니다.
Hi folks,
I've ported Charles MacDonald's Genesis Plus emulator to the DS! It currently runs very slowly (about 1 frame per second) and doesn't make use of any specialised DS hardware apart from the palette and the hardware scaling.
It renders the MD screen to a 512x256 extended rotation bitmap in mode 3 and uses hardware scaling to scale it to fit the DS screen.
Source is included (in fact, there is only source, no binary). It uses devkitpro. I also created a VS.NET 2003 project file (which just runs make). gpnds can be compiled to use a statically linked in GBFS filesystem, or a single statically linked in rom image (converted using bin2s). No roms are included in this archive! Sound is untested/unimplemented (and #ifdefed out by default).
This is just a sort of first pass release. I'm not sure if I've got the energy to port this to use the actual DS hardware (which would result in huge speed increases) so I'm putting it out there in case anyone is interested in toying with it. As it stands, it's really not playable, so this is really just a demonstration, I guess.
at FinalFantasia.com
|