基于 6818 的怀旧游戏机基于 6818 的怀旧游戏机摘要对于 Game-box 游戏机来说,它首次将街机电视与 MP5 融合为一体,在视频形式上,支持较多,涵盖全格式播放,在图片上,目前满足 JPG 格式要求。本篇论文主要的方向就是在开发板上可以畅快的玩耍那些游戏,本设计是基于嵌入式 ARM 系统和粤嵌 gec6818 开发板来实现 GameBox 游戏机的设计,使用 C 语言进行编程,并利用开发板和键盘实现简单的游戏操控。把 gba 游戏模拟器移植到 6818 平台上进行使用,仿照插卡游戏机的样式,使用 U 盘替代游戏插卡,对 U 盘进行对应游戏文件的遍历读取,读取到的游戏文件保存于链表之中,方便进行游戏切换。关键词:gba 游戏模拟器,6818 平台,遍历读取,链表。北京理工大学珠海学院 2020 届本科生毕业设计AbstractGame box is the first game machine integrating MP5 and arcade TV. Video playback: avi, MP4, RM, RMVB, flv, mpg, WMV, 3gp and other full formats are supported. Picture browsing: JPG is supported.The main direction of this paper is to play those games on the development board. This design is based on the embedded ARM system to achieve the design of GameBox game machine, using C language programming, and using the development board and keyboard to achieve simple game control.The GBA game simulator is transplanted to the 6818 platform for use, and the U disk is used instead of the game card to traverse and read the corresponding game files on the U disk, which is convenient for game switching. Keywords:GBA game simulator, 6818 platform, traversal reading, linked list1北京理工大学珠海学院 2020 届本科生毕业设计目 录1 前言 ........................................................................ 11.1 本设计的目的、意义及应达到的技术要求 .................................. 11.2 本设计需要用到的平台 .................................................. 2 1.3 本设计应解决的主要问题 ................................................ 52 本设计 ...............................