Bump network protocol version, adjust 110 speed

This commit is contained in:
simon.kagstrom 2009-04-14 18:17:46 +00:00
parent b539510a64
commit 86e66fb0a6
3 changed files with 3 additions and 3 deletions

View File

@ -382,7 +382,7 @@ void C64::other_options(Prefs *np)
#define SPEED_95 30
#define SPEED_100 20
#define SPEED_110 16
#define SPEED_110 18
switch (np->MsPerFrame)
{

View File

@ -11,7 +11,7 @@
#include "SID.h"
#include "Display.h"
#define FRODO_NETWORK_PROTOCOL_VERSION 2
#define FRODO_NETWORK_PROTOCOL_VERSION 3
#define FRODO_NETWORK_MAGIC 0x1976

View File

@ -3,7 +3,7 @@
import socket, struct, syslog, time, thread, ip2country, sys
import SocketServer, stats
FRODO_NETWORK_PROTOCOL_VERSION = 2
FRODO_NETWORK_PROTOCOL_VERSION = 3
FRODO_NETWORK_MAGIC = 0x1976
CONNECT_TO_BROKER = 99 # Hello, broker