# POKEGB - 포켓몬블루만 실행 가능한 게임보이 에뮬 개발기

> Clean Markdown view of GeekNews topic #4399. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=4399](https://news.hada.io/topic?id=4399)
- GeekNews Markdown: [https://news.hada.io/topic/4399.md](https://news.hada.io/topic/4399.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2021-06-06T09:16:08+09:00
- Updated: 2021-06-06T09:16:08+09:00
- Original source: [binji.github.io](https://binji.github.io/posts/pokegb/)
- Points: 11
- Comments: 1

## Topic Body

- 8080 같으면서 Z80과도 비슷한 게임보이 CPU를 에뮬레이팅 하는 단계들을 상세히 설명

ㅤ→ CPU구조, 메모리, MM I/O, 그래픽..

ㅤ→ 전체 OP중 포켓몬이 사용하는 것만 40개정도의 카테고리로 분류해서 매크로 생성

- C++ 68라인. 9956 Byte

ㅤ→ 공백/코멘트 제거시 4720 바이트

- 12컬러 그래픽(파랑/빨강 쉐이딩) : SDL로 구현

- 게임 조작 가능. 사운드는 미지원

- 최종본 코드는 포켓볼 로고 이미지로 ASCII 아트 표현

## Comments



### Comment 5385

- Author: xguru
- Created: 2021-06-06T09:23:42+09:00
- Points: 1

코드가 정말 ART 네요... https://github.com/binji/pokegb/blob/main/pokegb.cc
