From 909d4a0eb0514a1a1d878af90b3ca97aca37fc54 Mon Sep 17 00:00:00 2001 From: Shendo Date: Fri, 28 Apr 2017 07:42:43 +0200 Subject: [PATCH] Fixed markdown --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index f32b057..d061989 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,22 @@ -#PadTest -###Gamepad test application for PlayStation 1 +# PadTest +### Gamepad test application for PlayStation 1 ![padtestscreen](https://cloud.githubusercontent.com/assets/8411572/20855707/b78f5b48-b900-11e6-9c68-c51571dfbf12.png) -##Supported controllers: +## Supported controllers: Regular digital (SCPH-1080) and DualShock analog (SCPH-1200) controllers are supported. -##Requirements: +## Requirements: * PlayStation 1 or PSone console capable of booting burned CDs. * Working PSXSDK toolchain to compile the software. You can download it here: http://unhaut.fav.cc/psxsdk. -##License: +## License: There is no particular licence associated with this project, however I would like to be credited for my work. So if you use all or part of this code a mention under "thanks to" would be nice. -##How to compile: +## How to compile: Run "make res" to compile resources and then "make" to build the software. -###Usage: +### Usage: Burn a bin/cue image to CD and boot it on your console. After that connect a controller of your choice to either port and test it's buttons. @@ -26,7 +26,7 @@ To test rumble press L3 for big motor and R3 for small motor. This software is intended to be ran on the actual PlayStation 1 or PSone console. Since it's using direct memory access to SIO ports it may not work on emulators or other consoles (PlayStation 2). -###Disclaimer: +### Disclaimer: This software is provided "as is" without any guarantees or warranty. Usage of this software is at the user's own risk. The Author, Shendo won't be held responsible if any harm is caused by using this software.