Retro Game & PC/Emulator

[A2] DAPPLE - Apple II 에뮬레이터 (도스용)

smores 2014. 8. 23. 00:01

일단 도스박스에서 실행하기 위해서는 바이오스들과 도스용 메모리 매니저를 모두 없앤 상태로 실행해야 함.

 

오리지널 도스박스에서만 됨 (다음 SVN 에러 발생)

 

DJGPP 로 컴파일 가능. 코드에 문제가 있는지 FONT.BIOS 를 읽으라고 한다. 도스는 3자리 확장자밖에 인식 못하는데... 소스 수정함.

 

도스박스에서는 너무나 느려서 실제 사용하기에는 무리... (실기에서는 괜찮으려나?)

 

쓸만한 것은 아니지만 초기 애플 에뮬레이터 C 코드 공부에는 그럭저럭 도움이 될것도 같다.

 

소스 일부 수정 및 DJGPP로 컴파일, 테스트 런을 하면서 적으놓은 내용.

 

DAP.EXE

 - Using DJGPP + Allegro, recompiled to be run on MS-DOS without Font.Bios file name finding error.

 - Original .EXE might look for Font.Bios, the included one finds Font.B

 - Need to put ROM bios of one of 3 (Apple2, 2c, 2e), renamed to Apple.Rom

 - When running on Dosbox, use original Dosbox & not using XMS, EMS, UMS ...

 - Display mode on emulated screen = AppleWin TV mode, nothing different

 - On Dosbox, extremely slow ... ??? (can't use as an emulator for practical use)

 

 

DAP.zip
다운로드

 

dapl142-15a3.zip
다운로드

 

DappleSrcModified.zip
다운로드

 

 

DJGPP.7z.001
다운로드

 

DJGPP.7z.002
다운로드