diff --git a/README.md b/README.md index ac086ce..60a4b70 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,15 @@ **English** | [中文](./README_zh.md) -![github license](https://img.shields.io/github/license/Dozingfiretruck/nes)![Windows](https://github.com/Dozingfiretruck/nes/actions/workflows/windows.yml/badge.svg?branch=master)![Linux](https://github.com/Dozingfiretruck/nes/actions/workflows/linux.yml/badge.svg?branch=master)![Macos](https://github.com/Dozingfiretruck/nes/actions/workflows/macos.yml/badge.svg?branch=master) - # nes simulator +[![Pull Requests Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat)](http://makeapullrequest.com)[![first-timers-only Friendly](https://img.shields.io/badge/first--timers--only-friendly-blue.svg)](http://www.firsttimersonly.com/) + +![github license](https://img.shields.io/github/license/Dozingfiretruck/nes)[![Latest Release](https://img.shields.io/github/v/release/Dozingfiretruck/nes?label=Release&logo=github)](https://github.com/Dozingfiretruck/nes/releases/latest)![Windows](https://github.com/Dozingfiretruck/nes/actions/workflows/windows.yml/badge.svg?branch=master)![Linux](https://github.com/Dozingfiretruck/nes/actions/workflows/linux.yml/badge.svg?branch=master)![Macos](https://github.com/Dozingfiretruck/nes/actions/workflows/macos.yml/badge.svg?branch=master) + + + github: [Dozingfiretruck/nes: A NES emulator in C (github.com)](https://github.com/Dozingfiretruck/nes) (recommend) gitee: [nes: c语言实现的nes模拟器 (gitee.com)](https://gitee.com/Dozingfiretruck/nes) (updates may not be timely due to synchronization issues) @@ -13,9 +17,9 @@ gitee: [nes: c语言实现的nes模拟器 (gitee.com)](https://gitee.com/Dozingf ## Introduction ​ The nes simulator implemented in C , requires `C11` or above -**attention:** +​ **attention:This repository is only for the nes simulator and does not provide the game !!!** + -​ **This repository is only for the nes simulator and does not provide the game !!!** **Platform support:** diff --git a/README_zh.md b/README_zh.md index 971abd8..cd39b9f 100644 --- a/README_zh.md +++ b/README_zh.md @@ -1,11 +1,15 @@ [**English**](./README.md) | **中文** -![github license](https://img.shields.io/github/license/Dozingfiretruck/nes)![Windows](https://github.com/Dozingfiretruck/nes/actions/workflows/windows.yml/badge.svg?branch=master)![Linux](https://github.com/Dozingfiretruck/nes/actions/workflows/linux.yml/badge.svg?branch=master)![Macos](https://github.com/Dozingfiretruck/nes/actions/workflows/macos.yml/badge.svg?branch=master) - # nes 模拟器 +[![Pull Requests Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat)](http://makeapullrequest.com)[![first-timers-only Friendly](https://img.shields.io/badge/first--timers--only-friendly-blue.svg)](http://www.firsttimersonly.com/) + +![github license](https://img.shields.io/github/license/Dozingfiretruck/nes)[![Latest Release](https://img.shields.io/github/v/release/Dozingfiretruck/nes?label=Release&logo=github)](https://github.com/Dozingfiretruck/nes/releases/latest)![Windows](https://github.com/Dozingfiretruck/nes/actions/workflows/windows.yml/badge.svg?branch=master)![Linux](https://github.com/Dozingfiretruck/nes/actions/workflows/linux.yml/badge.svg?branch=master)![Macos](https://github.com/Dozingfiretruck/nes/actions/workflows/macos.yml/badge.svg?branch=master) + + + github: [Dozingfiretruck/nes: A NES emulator in C (github.com)](https://github.com/Dozingfiretruck/nes) (推荐) gitee: [nes: c语言实现的nes模拟器 (gitee.com)](https://gitee.com/Dozingfiretruck/nes) (由于同步问题可能导致更新不及时) @@ -13,9 +17,9 @@ gitee: [nes: c语言实现的nes模拟器 (gitee.com)](https://gitee.com/Dozingf ## 介绍 ​ C语言实现的nes模拟器,要求C语言标准: **C11** 以上 -**注意:** +​ **注意:本仓库仅为nes模拟器,不提供游戏本体!!!** + -​ **本仓库仅为nes模拟器,不提供游戏本体!!!** **平台支持:** diff --git a/xmake.lua b/xmake.lua index c116fc8..2501117 100644 --- a/xmake.lua +++ b/xmake.lua @@ -1,5 +1,4 @@ set_project("nes") -set_version("0.0.1") set_xmakever("2.9.4") add_rules("mode.debug", "mode.release")