From 5f868fa161d5827e45a060a0b17b44a997625315 Mon Sep 17 00:00:00 2001 From: "SND\\edgbla_cp" Date: Wed, 8 Jun 2011 09:27:25 +0000 Subject: Rebranding. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@67621 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- libpcsxcore/debug.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libpcsxcore/debug.c') diff --git a/libpcsxcore/debug.c b/libpcsxcore/debug.c index 08abd41f..bcf0ddb4 100644 --- a/libpcsxcore/debug.c +++ b/libpcsxcore/debug.c @@ -21,7 +21,7 @@ #include "socket.h" /* -PCSX Debug console protocol description, version 1.0 +PCSXR Debug console protocol description, version 1.0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Commands number are formatted using %03X (yes) @@ -37,7 +37,7 @@ Basic commands (1xx): 100 Sends a dumb message. Will be replied with a 200 reply, followed by the message. 101 - Gets PCSX version. + Gets PCSXR version. 102 Gets protocol version. 103 @@ -143,14 +143,14 @@ Spontaneous messages (0xx): 010 / 011 / 012 / 013 / 014 / 015 / 016 Execution hit mapping flow automatic breakpoint. 030 @ - Execution hit breakpoint, PCSX is paused. Displays PC's value. + Execution hit breakpoint, PCSXR is paused. Displays PC's value. Basic commands acknowledge (2xx): -------------------------------- 200 Sends a dumb message. 201 - Returns PCSX version. + Returns PCSXR version. 202 Returns protocol version. 203 -- cgit v1.2.3