File:  [Isaki's NoNo m68k/m88k emulator] / nono / doc / upgrade-0.3.0.html
Revision 1.1.1.3 (vendor branch): download - view: text, annotated - select for diffs
Wed Apr 29 17:05:26 2026 UTC (3 months ago) by root
Branches: MAIN, Isaki
CVS tags: v025, v024, v023, v022, v021, v020, HEAD
nono 1.0.0

<!--
 nono
 Copyright (C) 2022 nono project
 Licensed under nono-license.txt
-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css">
/* https://jfly.uni-koeln.de/colorset/ */

:root {
	--blue:			rgb(  0,  90, 255);
	--brown:		rgb(128,  64,   0);
	--green:		rgb(  3, 175, 122);
	--grey:			rgb(132, 145, 158);
	--cream:		rgb(255, 255, 128);
	--yellow-green:	rgb(216, 242,  85);
	--light-pink:	rgb(255, 202, 191);
	--light-green:	rgb(119, 217, 168);
	--light-grey:	rgb(200, 200, 203);

	--bg-grey:		rgb(220, 220, 223);
}
body {
	background-color: var(--bg-grey);
}
q {
	color: var(--brown);
}
q:before {
	content: "[";
}
q:after {
	content: "]";
}
dt.dt-indent {
	padding-left: 1ex;
}
.h4 {
	font-weight: bold;
	font-size: 110%;
}
.h5 {
	font-weight: bold;
	padding-left: 1ex;
}
.main {
	margin-left: 2em;
}
.main1 {
	margin-left: 1em;
}
.cons {
	background-color: black;
	color: white;
}
.file {
	background-color: white;
	color: black;
}
.strike {
	color: var(--grey);
}
.strike > q {
	color: var(--grey);
}
.new {
	background-color: var(--light-green);
}
.new > q {
	background-color: var(--light-green);
}
</style>
<title>nono: Upgrade to 0.3.0</title>
</head>
<body>
<h3>nono</h3>
<hr>

<h4>ver 0.2.x から ver 0.3.0 への移行方法 <q>How to migrate from ver 0.2.x to ver 0.3.0</q></h4>
<div class="main1">
ver 0.3.0 ではデバッガに関する設定項目が ver 0.2.x までとは変更になっています。
これらを設定ファイルに記載している場合は
<a href="#configuration">このドキュメントの設定の章</a
>を参照して修正してください。
<q>Configuration about debugger has been changed from ver 0.2.x to ver 0.3.0.
If your configuration file has them, please update by yourself.
See <a href="#configuration">Configuration section in this document</a>.</q>
<p>
以下の設定項目は廃止になりました。
<q>The following item has been removed.</q>
<br>
<blockquote style="background-color: var(--light-pink);"><pre>
debugger-port = (default: 0)
</pre></blockquote>
代わりに以下の2つが追加されています。
<q>Instead, the following two items are added.</q>
<blockquote style="background-color: white;"><pre>
debugger-driver   = (default: none)
debugger-tcp-port = (default: 0)
</pre></blockquote>
</div>

<hr>
nono project
</body>
</html>

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.