vice-emu-commit Mailing List for VICE (Page 1060)
Versatile Commodore Emulator
Brought to you by:
blackystardust,
gpz
You can subscribe to this list here.
| 2008 |
Jan
|
Feb
|
Mar
|
Apr
(38) |
May
(60) |
Jun
(122) |
Jul
(148) |
Aug
(178) |
Sep
(151) |
Oct
(131) |
Nov
(208) |
Dec
(129) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2009 |
Jan
(193) |
Feb
(209) |
Mar
(221) |
Apr
(243) |
May
(165) |
Jun
(168) |
Jul
(198) |
Aug
(161) |
Sep
(103) |
Oct
(98) |
Nov
(168) |
Dec
(99) |
| 2010 |
Jan
(263) |
Feb
(156) |
Mar
(57) |
Apr
(93) |
May
(85) |
Jun
(124) |
Jul
(57) |
Aug
(58) |
Sep
(113) |
Oct
(148) |
Nov
(114) |
Dec
(193) |
| 2011 |
Jan
(200) |
Feb
(207) |
Mar
(91) |
Apr
(91) |
May
(142) |
Jun
(104) |
Jul
(115) |
Aug
(137) |
Sep
(266) |
Oct
(91) |
Nov
(85) |
Dec
(186) |
| 2012 |
Jan
(98) |
Feb
(146) |
Mar
(160) |
Apr
(99) |
May
(59) |
Jun
(257) |
Jul
(84) |
Aug
(103) |
Sep
(169) |
Oct
(206) |
Nov
(90) |
Dec
(296) |
| 2013 |
Jan
(294) |
Feb
(130) |
Mar
(36) |
Apr
(14) |
May
(51) |
Jun
(74) |
Jul
(180) |
Aug
(85) |
Sep
(26) |
Oct
(45) |
Nov
(29) |
Dec
(21) |
| 2014 |
Jan
(56) |
Feb
(40) |
Mar
(57) |
Apr
(30) |
May
(31) |
Jun
(11) |
Jul
(107) |
Aug
(135) |
Sep
(142) |
Oct
(195) |
Nov
(139) |
Dec
(133) |
| 2015 |
Jan
(293) |
Feb
(161) |
Mar
(146) |
Apr
(85) |
May
(139) |
Jun
(51) |
Jul
(21) |
Aug
(24) |
Sep
(29) |
Oct
(136) |
Nov
(212) |
Dec
(118) |
| 2016 |
Jan
(119) |
Feb
(165) |
Mar
(229) |
Apr
(219) |
May
(134) |
Jun
(119) |
Jul
(134) |
Aug
(236) |
Sep
(203) |
Oct
(215) |
Nov
(300) |
Dec
(140) |
| 2017 |
Jan
(188) |
Feb
(20) |
Mar
(147) |
Apr
(198) |
May
(26) |
Jun
(21) |
Jul
(67) |
Aug
(219) |
Sep
(209) |
Oct
(194) |
Nov
(144) |
Dec
(99) |
| 2018 |
Jan
(139) |
Feb
(122) |
Mar
(116) |
Apr
(85) |
May
(232) |
Jun
(181) |
Jul
(190) |
Aug
(105) |
Sep
(92) |
Oct
(178) |
Nov
(105) |
Dec
(86) |
| 2019 |
Jan
(119) |
Feb
(79) |
Mar
(74) |
Apr
(117) |
May
(115) |
Jun
(307) |
Jul
(107) |
Aug
(131) |
Sep
(103) |
Oct
(60) |
Nov
(118) |
Dec
(70) |
| 2020 |
Jan
(114) |
Feb
(103) |
Mar
(77) |
Apr
(121) |
May
(193) |
Jun
(110) |
Jul
(214) |
Aug
(210) |
Sep
(179) |
Oct
(260) |
Nov
(237) |
Dec
(334) |
| 2021 |
Jan
(163) |
Feb
(186) |
Mar
(58) |
Apr
(81) |
May
(108) |
Jun
(175) |
Jul
(154) |
Aug
(180) |
Sep
(217) |
Oct
(204) |
Nov
(232) |
Dec
(190) |
| 2022 |
Jan
(253) |
Feb
(134) |
Mar
(229) |
Apr
(190) |
May
(125) |
Jun
(70) |
Jul
(8) |
Aug
(22) |
Sep
(19) |
Oct
(33) |
Nov
(94) |
Dec
(164) |
| 2023 |
Jan
(158) |
Feb
(366) |
Mar
(272) |
Apr
(109) |
May
(198) |
Jun
(226) |
Jul
(200) |
Aug
(94) |
Sep
(108) |
Oct
(62) |
Nov
(175) |
Dec
(116) |
| 2024 |
Jan
(35) |
Feb
(40) |
Mar
(51) |
Apr
(89) |
May
(24) |
Jun
(26) |
Jul
(53) |
Aug
(71) |
Sep
(23) |
Oct
(11) |
Nov
(22) |
Dec
(58) |
| 2025 |
Jan
(26) |
Feb
(40) |
Mar
(107) |
Apr
(39) |
May
(35) |
Jun
(20) |
Jul
(11) |
Aug
(24) |
Sep
(35) |
Oct
(28) |
Nov
(14) |
Dec
|
|
From: <no...@us...> - 2008-07-15 08:25:37
|
Revision: 19018
http://vice-emu.svn.sourceforge.net/vice-emu/?rev=19018&view=rev
Author: nojoopa
Date: 2008-07-15 01:25:47 -0700 (Tue, 15 Jul 2008)
Log Message:
-----------
Fixed Gnome single size window stretch bug
Modified Paths:
--------------
trunk/vice/src/ChangeLog
trunk/vice/src/arch/unix/x11/gnome/uipalcontrol.c
Modified: trunk/vice/src/ChangeLog
===================================================================
--- trunk/vice/src/ChangeLog 2008-07-15 08:23:52 UTC (rev 19017)
+++ trunk/vice/src/ChangeLog 2008-07-15 08:25:47 UTC (rev 19018)
@@ -1,5 +1,10 @@
2008-07-15 Hannu Nuotio <han...@tu...>
+ * arch/unix/x11/gnome/uipalcontrol.c: Removed "Emulation" from
+ radio button texts. Fixes single size window stretching.
+
+2008-07-15 Hannu Nuotio <han...@tu...>
+
* c64/c64keyboard.c: Changed Restore to ignore key release and
automatically clear the NMI. Fixes "nmitest" (bug 2016657).
Modified: trunk/vice/src/arch/unix/x11/gnome/uipalcontrol.c
===================================================================
--- trunk/vice/src/arch/unix/x11/gnome/uipalcontrol.c 2008-07-15 08:23:52 UTC (rev 19017)
+++ trunk/vice/src/arch/unix/x11/gnome/uipalcontrol.c 2008-07-15 08:25:47 UTC (rev 19018)
@@ -195,20 +195,20 @@
gtk_widget_show(rb);
fake_palemu = gtk_radio_button_new_with_label(NULL,
- _("Fast Emulation"));
+ _("Fast"));
gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(fake_palemu), TRUE);
gtk_box_pack_start(GTK_BOX(box), fake_palemu, FALSE, FALSE, 5);
gtk_widget_show(fake_palemu);
true_palemu = gtk_radio_button_new_with_label(
gtk_radio_button_get_group(GTK_RADIO_BUTTON(fake_palemu)),
- _("Exact Emulation"));
+ _("Exact"));
gtk_box_pack_start(GTK_BOX(box), true_palemu, FALSE, FALSE, 5);
gtk_widget_show(true_palemu);
new_true_palemu = gtk_radio_button_new_with_label(
gtk_radio_button_get_group(GTK_RADIO_BUTTON(fake_palemu)),
- _("New Exact Emulation"));
+ _("New Exact"));
gtk_box_pack_start(GTK_BOX(box), new_true_palemu, FALSE, FALSE, 5);
gtk_widget_show(new_true_palemu);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <no...@us...> - 2008-07-15 08:23:50
|
Revision: 19017
http://vice-emu.svn.sourceforge.net/vice-emu/?rev=19017&view=rev
Author: nojoopa
Date: 2008-07-15 01:23:52 -0700 (Tue, 15 Jul 2008)
Log Message:
-----------
Fixed restore bug
Modified Paths:
--------------
trunk/vice/src/ChangeLog
trunk/vice/src/c64/c64keyboard.c
Modified: trunk/vice/src/ChangeLog
===================================================================
--- trunk/vice/src/ChangeLog 2008-07-15 01:32:13 UTC (rev 19016)
+++ trunk/vice/src/ChangeLog 2008-07-15 08:23:52 UTC (rev 19017)
@@ -1,3 +1,8 @@
+2008-07-15 Hannu Nuotio <han...@tu...>
+
+ * c64/c64keyboard.c: Changed Restore to ignore key release and
+ automatically clear the NMI. Fixes "nmitest" (bug 2016657).
+
2008-07-15 Marco van den Heuvel <bla...@ya...>
* arch/unix/skyos/make-bindist.sh: Reverted back to what worked
Modified: trunk/vice/src/c64/c64keyboard.c
===================================================================
--- trunk/vice/src/c64/c64keyboard.c 2008-07-15 01:32:13 UTC (rev 19016)
+++ trunk/vice/src/c64/c64keyboard.c 2008-07-15 08:23:52 UTC (rev 19017)
@@ -56,7 +56,13 @@
void c64keyboard_restore_key(int v)
{
- maincpu_set_nmi(c64keyboard_int_num, v ? 1 : 0);
+ /* ignore key release */
+ if (v) {
+ /* trigger the NMI */
+ maincpu_set_nmi(c64keyboard_int_num, 1);
+ /* ack the restore NMI, leaving global_pending_int active */
+ maincpu_set_nmi(c64keyboard_int_num, 0);
+ }
}
void c64keyboard_init(void)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <bla...@us...> - 2008-07-15 01:32:04
|
Revision: 19016
http://vice-emu.svn.sourceforge.net/vice-emu/?rev=19016&view=rev
Author: blackystardust
Date: 2008-07-14 18:32:13 -0700 (Mon, 14 Jul 2008)
Log Message:
-----------
Reverted the SkyOS make-bindist.sh script to a working order.
Modified Paths:
--------------
trunk/vice/ChangeLog
trunk/vice/Makefile.am
trunk/vice/src/ChangeLog
trunk/vice/src/arch/unix/skyos/make-bindist.sh
Modified: trunk/vice/ChangeLog
===================================================================
--- trunk/vice/ChangeLog 2008-07-14 19:45:19 UTC (rev 19015)
+++ trunk/vice/ChangeLog 2008-07-15 01:32:13 UTC (rev 19016)
@@ -1,3 +1,8 @@
+2008-07-15 Marco van den Heuvel <bla...@ya...>
+
+ * Makefile.am: Reverted the skyos make bindist(zip) part back to
+ what is used to be.
+
2008-07-14 Marco van den Heuvel <bla...@ya...>
* README: Updated for the 2.0 release.
Modified: trunk/vice/Makefile.am
===================================================================
--- trunk/vice/Makefile.am 2008-07-14 19:45:19 UTC (rev 19015)
+++ trunk/vice/Makefile.am 2008-07-15 01:32:13 UTC (rev 19016)
@@ -75,10 +75,10 @@
if UNIX_SKYOS_COMPILE
bindist:
- $(SHELL) @ARCH_SRC_DIR@/skyos/make-bindist.sh $(STRIP) $(VICE_VERSION) $(prefix) nozip $(top_srcdir) $(MAKE)
+ $(SHELL) @ARCH_SRC_DIR@/skyos/make-bindist.sh $(STRIP) $(VICE_VERSION) $(prefix) nozip $(top_srcdir)
bindistzip:
- $(SHELL) @ARCH_SRC_DIR@/skyos/make-bindist.sh $(STRIP) $(VICE_VERSION) $(prefix) zip $(top_srcdir) $(MAKE)
+ $(SHELL) @ARCH_SRC_DIR@/skyos/make-bindist.sh $(STRIP) $(VICE_VERSION) $(prefix) zip $(top_srcdir)
endif
if UNIX_QNX6_COMPILE
Modified: trunk/vice/src/ChangeLog
===================================================================
--- trunk/vice/src/ChangeLog 2008-07-14 19:45:19 UTC (rev 19015)
+++ trunk/vice/src/ChangeLog 2008-07-15 01:32:13 UTC (rev 19016)
@@ -1,3 +1,8 @@
+2008-07-15 Marco van den Heuvel <bla...@ya...>
+
+ * arch/unix/skyos/make-bindist.sh: Reverted back to what worked
+ before.
+
2008-07-13 Spiro Trikaliotis <spi...@gm...>
* Version 1.22.26
Modified: trunk/vice/src/arch/unix/skyos/make-bindist.sh
===================================================================
--- trunk/vice/src/arch/unix/skyos/make-bindist.sh 2008-07-14 19:45:19 UTC (rev 19015)
+++ trunk/vice/src/arch/unix/skyos/make-bindist.sh 2008-07-15 01:32:13 UTC (rev 19016)
@@ -3,49 +3,64 @@
#
# written by Marco van den Heuvel <bla...@ya...>
#
-# make-bindist.sh <strip> <vice-version> <prefix> <zip|nozip> <topsrcdir> <make-command>
-# $1 $2 $3 $4 $5 $6
+# make-bindist.sh <strip> <vice-version> <prefix> <zip|nozip> <topsrcdir>
+# $1 $2 $3 $4 $5
STRIP=$1
VERSION=$2
PREFIX=$3
ZIPKIND=$4
TOPSRCDIR=$5
-MAKECOMMAND=$6
if test x"$PREFIX" != "x/boot/programs/VICE"; then
echo Error: installation path is not /boot/programs/VICE
exit 1
fi
-if [ ! -e src/x64 -o ! -e src/x128 -o ! -e src/xvic -o ! -e src/xpet -o ! -e src/xplus4 -o ! -e src/xcbm2 -o ! -e src/c1541 -o ! -e src/petcat -o ! -e src/cartconv ]
+if [ ! -e /boot/programs/VICE/bin/x64 -o ! -e /boot/programs/VICE/bin/x128 -o ! -e /boot/programs/VICE/bin/xvic -o ! -e /boot/programs/VICE/bin/xpet -o ! -e /boot/programs/VICE/bin/xplus4 -o ! -e /boot/programs/VICE/bin/xcbm2 -o ! -e /boot/programs/VICE/bin/c1541 -o ! -e /boot/programs/VICE/bin/petcat -o ! -e /boot/programs/VICE/bin/cartconv ]
then
- echo Error: \"make\" needs to be done first
+ echo Error: \"make install\" needs to be done first
exit 1
fi
echo Generating SkyOS port binary distribution.
rm -f -r VICE-$VERSION
-curdir=`pwd`
-$MAKECOMMAND -e prefix=$curdir/VICE-$VERSION/programs/VICE VICEDIR=$curdir/VICE-$VERSION/programs/VICE/lib/vice install
-mv VICE-$VERSION/programs/VICE/bin/x64 VICE-$VERSION/programs/VICE/bin/x64.app
+mkdir -p VICE-$VERSION/programs/VICE
+mkdir -p VICE-$VERSION/programs/VICE/lib/locale/de/LC_MESSAGES
+mv /boot/programs/VICE/lib/locale/de/LC_MESSAGES/vice.* VICE-$VERSION/programs/VICE/lib/locale/de/LC_MESSAGES
+mkdir -p VICE-$VERSION/programs/VICE/lib/locale/fr/LC_MESSAGES
+mv /boot/programs/VICE/lib/locale/fr/LC_MESSAGES/vice.* VICE-$VERSION/programs/VICE/lib/locale/fr/LC_MESSAGES
+mkdir -p VICE-$VERSION/programs/VICE/lib/locale/it/LC_MESSAGES
+mv /boot/programs/VICE/lib/locale/it/LC_MESSAGES/vice.* VICE-$VERSION/programs/VICE/lib/locale/it/LC_MESSAGES
+mkdir -p VICE-$VERSION/programs/VICE/lib/locale/sv/LC_MESSAGES
+mv /boot/programs/VICE/lib/locale/sv/LC_MESSAGES/vice.* VICE-$VERSION/programs/VICE/lib/locale/sv/LC_MESSAGES
+mkdir -p VICE-$VERSION/programs/VICE/lib/locale/pl/LC_MESSAGES
+mv /boot/programs/VICE/lib/locale/pl/LC_MESSAGES/vice.* VICE-$VERSION/programs/VICE/lib/locale/pl/LC_MESSAGES
+mkdir -p VICE-$VERSION/programs/VICE/lib/locale/nl/LC_MESSAGES
+mv /boot/programs/VICE/lib/locale/nl/LC_MESSAGES/vice.* VICE-$VERSION/programs/VICE/lib/locale/nl/LC_MESSAGES
+mkdir -p VICE-$VERSION/programs/VICE/lib/locale/hu/LC_MESSAGES
+mv /boot/programs/VICE/lib/locale/hu/LC_MESSAGES/vice.* VICE-$VERSION/programs/VICE/lib/locale/hu/LC_MESSAGES
+mkdir VICE-$VERSION/programs/VICE/bin
+mv /boot/programs/VICE/bin/vsid VICE-$VERSION/programs/VICE/bin
+mv /boot/programs/VICE/bin/x64 VICE-$VERSION/programs/VICE/bin/x64.app
$STRIP VICE-$VERSION/programs/VICE/bin/x64.app
-mv VICE-$VERSION/programs/VICE/bin/x128 VICE-$VERSION/programs/VICE/bin/x128.app
+mv /boot/programs/VICE/bin/x128 VICE-$VERSION/programs/VICE/bin/x128.app
$STRIP VICE-$VERSION/programs/VICE/bin/x128.app
-mv VICE-$VERSION/programs/VICE/bin/xvic VICE-$VERSION/programs/VICE/bin/xvic.app
+mv /boot/programs/VICE/bin/xvic VICE-$VERSION/programs/VICE/bin/xvic.app
$STRIP VICE-$VERSION/programs/VICE/bin/xvic.app
-mv VICE-$VERSION/programs/VICE/bin/xpet VICE-$VERSION/programs/VICE/bin/xpet.app
+mv /boot/programs/VICE/bin/xpet VICE-$VERSION/programs/VICE/bin/xpet.app
$STRIP VICE-$VERSION/programs/VICE/bin/xpet.app
-mv VICE-$VERSION/programs/VICE/bin/xplus4 VICE-$VERSION/programs/VICE/bin/xplus4.app
+mv /boot/programs/VICE/bin/xplus4 VICE-$VERSION/programs/VICE/bin/xplus4.app
$STRIP VICE-$VERSION/programs/VICE/bin/xplus4.app
-mv VICE-$VERSION/programs/VICE/bin/xcbm2 VICE-$VERSION/programs/VICE/bin/xcbm2.app
+mv /boot/programs/VICE/bin/xcbm2 VICE-$VERSION/programs/VICE/bin/xcbm2.app
$STRIP VICE-$VERSION/programs/VICE/bin/xcbm2.app
-mv VICE-$VERSION/programs/VICE/bin/c1541 VICE-$VERSION/programs/VICE/bin/c1541.app
+mv /boot/programs/VICE/bin/c1541 VICE-$VERSION/programs/VICE/bin/c1541.app
$STRIP VICE-$VERSION/programs/VICE/bin/c1541.app
-mv VICE-$VERSION/programs/VICE/bin/petcat VICE-$VERSION/programs/VICE/bin/petcat.app
+mv /boot/programs/VICE/bin/petcat VICE-$VERSION/programs/VICE/bin/petcat.app
$STRIP VICE-$VERSION/programs/VICE/bin/petcat.app
-mv VICE-$VERSION/programs/VICE/bin/cartconv VICE-$VERSION/programs/VICE/bin/cartconv.app
+mv /boot/programs/VICE/bin/cartconv VICE-$VERSION/programs/VICE/bin/cartconv.app
$STRIP VICE-$VERSION/programs/VICE/bin/cartconv.app
+mv /boot/programs/VICE/lib/vice VICE-$VERSION/programs/VICE/lib
rm `find VICE-$VERSION -name "amiga_*.vkm"`
rm `find VICE-$VERSION -name "beos_*.vkm"`
rm `find VICE-$VERSION -name "dos_*.vkm"`
@@ -53,7 +68,12 @@
rm `find VICE-$VERSION -name "osx*.vkm"`
rm `find VICE-$VERSION -name "win_*.vkm"`
rm `find VICE-$VERSION -name "RO*.vkm"`
+mkdir -p VICE-$VERSION/programs/VICE/share/man/man1
+mv /boot/programs/VICE/share/man/man1/* VICE-$VERSION/programs/VICE/share/man/man1/
+mkdir -p VICE-$VERSION/programs/VICE/info
+mv /boot/programs/VICE/share/info/vice.info* VICE-$VERSION/programs/VICE/share/info
cp -r $TOPSRCDIR/src/arch/unix/skyos/icons VICE-$VERSION/programs/VICE/
+rm -f -r /boot/programs/VICE
if test x"$ZIPKIND" = "xzip"; then
THEDATE=`date +%d-%b-%Y`
cat >VICE-$VERSION/install.sif <<_END
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cnv...@us...> - 2008-07-14 19:45:10
|
Revision: 19015
http://vice-emu.svn.sourceforge.net/vice-emu/?rev=19015&view=rev
Author: cnvogelg
Date: 2008-07-14 12:45:19 -0700 (Mon, 14 Jul 2008)
Log Message:
-----------
fixed canvas id setup
fixed ffmpeg options if no ffmpeg is available
Modified Paths:
--------------
branches/chris/cocoa-port/vice/src/arch/unix/macosx/cocoa/menu/vicemachinecontroller.m
branches/chris/cocoa-port/vice/src/arch/unix/macosx/cocoa/video.m
Modified: branches/chris/cocoa-port/vice/src/arch/unix/macosx/cocoa/menu/vicemachinecontroller.m
===================================================================
--- branches/chris/cocoa-port/vice/src/arch/unix/macosx/cocoa/menu/vicemachinecontroller.m 2008-07-14 17:30:41 UTC (rev 19014)
+++ branches/chris/cocoa-port/vice/src/arch/unix/macosx/cocoa/menu/vicemachinecontroller.m 2008-07-14 19:45:19 UTC (rev 19015)
@@ -328,6 +328,7 @@
// currently only FFMPEG here
int i;
NSMutableArray *a = [[NSMutableArray alloc] init];
+#ifdef HAVE_FFMPEG
for (i=0;ffmpegdrv_formatlist[i].name!=NULL;i++) {
NSString *fname = [NSString stringWithCString:ffmpegdrv_formatlist[i].name encoding:NSUTF8StringEncoding];
@@ -356,6 +357,7 @@
[a addObject:[NSArray arrayWithObjects:fname,video,audio,nil]];
}
+#endif
return [a autorelease];
}
Modified: branches/chris/cocoa-port/vice/src/arch/unix/macosx/cocoa/video.m
===================================================================
--- branches/chris/cocoa-port/vice/src/arch/unix/macosx/cocoa/video.m 2008-07-14 17:30:41 UTC (rev 19014)
+++ branches/chris/cocoa-port/vice/src/arch/unix/macosx/cocoa/video.m 2008-07-14 19:45:19 UTC (rev 19015)
@@ -85,6 +85,9 @@
// init rendering
video_canvas_set_palette(canvas,canvas->palette);
+ // register canvas in machine controller (to allow access via id)
+ canvas->canvasId = [theVICEMachine registerCanvas:canvas];
+
// re-post all required notifications for new window
[[theVICEMachine machineNotifier] notifyNewWindow];
@@ -118,9 +121,6 @@
canvas->width = width;
canvas->height = height;
- // register canvas in machine controller (to allow access via id)
- canvas->canvasId = [theVICEMachine registerCanvas:canvas];
-
// encapsulate canvas ptr
video_canvas_t *canvasPtr = canvas;
NSData *data = [NSData dataWithBytes:&canvasPtr length:sizeof(video_canvas_t *)];
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cnv...@us...> - 2008-07-14 17:30:34
|
Revision: 19014
http://vice-emu.svn.sourceforge.net/vice-emu/?rev=19014&view=rev
Author: cnvogelg
Date: 2008-07-14 10:30:41 -0700 (Mon, 14 Jul 2008)
Log Message:
-----------
merged trunk 1.22.26 [18831]-[19009]
Modified Paths:
--------------
branches/chris/cocoa-port/vice/AUTHORS
branches/chris/cocoa-port/vice/ChangeLog
branches/chris/cocoa-port/vice/Makefile.am
branches/chris/cocoa-port/vice/README
branches/chris/cocoa-port/vice/build/riscos/build-cross.sh
branches/chris/cocoa-port/vice/config.guess
branches/chris/cocoa-port/vice/config.sub
branches/chris/cocoa-port/vice/configure.in
branches/chris/cocoa-port/vice/data/C128/win_shortcuts.vsc
branches/chris/cocoa-port/vice/data/C64/win_shortcuts.vsc
branches/chris/cocoa-port/vice/data/CBM-II/win_shortcuts.vsc
branches/chris/cocoa-port/vice/data/PET/win_shortcuts.vsc
branches/chris/cocoa-port/vice/data/PLUS4/win_shortcuts.vsc
branches/chris/cocoa-port/vice/data/VIC20/win_shortcuts.vsc
branches/chris/cocoa-port/vice/doc/Makefile.am
branches/chris/cocoa-port/vice/doc/Readme.beos
branches/chris/cocoa-port/vice/doc/html/Makefile.am
branches/chris/cocoa-port/vice/doc/html/amigaos.html
branches/chris/cocoa-port/vice/doc/html/beos.html
branches/chris/cocoa-port/vice/doc/html/index.html
branches/chris/cocoa-port/vice/doc/html/plain/BUGS
branches/chris/cocoa-port/vice/doc/html/plain/NEWS
branches/chris/cocoa-port/vice/doc/html/solaris.html
branches/chris/cocoa-port/vice/doc/html/vice_1.html
branches/chris/cocoa-port/vice/doc/html/vice_10.html
branches/chris/cocoa-port/vice/doc/html/vice_11.html
branches/chris/cocoa-port/vice/doc/html/vice_12.html
branches/chris/cocoa-port/vice/doc/html/vice_13.html
branches/chris/cocoa-port/vice/doc/html/vice_14.html
branches/chris/cocoa-port/vice/doc/html/vice_15.html
branches/chris/cocoa-port/vice/doc/html/vice_16.html
branches/chris/cocoa-port/vice/doc/html/vice_2.html
branches/chris/cocoa-port/vice/doc/html/vice_3.html
branches/chris/cocoa-port/vice/doc/html/vice_4.html
branches/chris/cocoa-port/vice/doc/html/vice_5.html
branches/chris/cocoa-port/vice/doc/html/vice_6.html
branches/chris/cocoa-port/vice/doc/html/vice_7.html
branches/chris/cocoa-port/vice/doc/html/vice_8.html
branches/chris/cocoa-port/vice/doc/html/vice_9.html
branches/chris/cocoa-port/vice/doc/html/vice_toc.html
branches/chris/cocoa-port/vice/doc/vice.info
branches/chris/cocoa-port/vice/doc/vice.texi
branches/chris/cocoa-port/vice/po/ChangeLog
branches/chris/cocoa-port/vice/po/POTFILES.in
branches/chris/cocoa-port/vice/po/de.po
branches/chris/cocoa-port/vice/po/fr.po
branches/chris/cocoa-port/vice/po/hu.po
branches/chris/cocoa-port/vice/po/it.po
branches/chris/cocoa-port/vice/po/nl.po
branches/chris/cocoa-port/vice/po/pl.po
branches/chris/cocoa-port/vice/po/sv.po
branches/chris/cocoa-port/vice/src/ChangeLog
branches/chris/cocoa-port/vice/src/Makefile.am
branches/chris/cocoa-port/vice/src/alarm.h
branches/chris/cocoa-port/vice/src/arch/amigaos/README.AMIGA
branches/chris/cocoa-port/vice/src/arch/amigaos/c128uires.h
branches/chris/cocoa-port/vice/src/arch/amigaos/c64uires.h
branches/chris/cocoa-port/vice/src/arch/amigaos/cbm2uires.h
branches/chris/cocoa-port/vice/src/arch/amigaos/intl.c
branches/chris/cocoa-port/vice/src/arch/amigaos/intl.txt
branches/chris/cocoa-port/vice/src/arch/amigaos/joyai.c
branches/chris/cocoa-port/vice/src/arch/amigaos/make-bindist.sh
branches/chris/cocoa-port/vice/src/arch/amigaos/mui/mui.c
branches/chris/cocoa-port/vice/src/arch/amigaos/mui/uivideoc128.c
branches/chris/cocoa-port/vice/src/arch/amigaos/mui/uivideoc64plus4vic20.c
branches/chris/cocoa-port/vice/src/arch/amigaos/petuires.h
branches/chris/cocoa-port/vice/src/arch/amigaos/plus4uires.h
branches/chris/cocoa-port/vice/src/arch/amigaos/private.h
branches/chris/cocoa-port/vice/src/arch/amigaos/ui.c
branches/chris/cocoa-port/vice/src/arch/amigaos/uiapi.c
branches/chris/cocoa-port/vice/src/arch/amigaos/uic64cart.c
branches/chris/cocoa-port/vice/src/arch/amigaos/uires.h
branches/chris/cocoa-port/vice/src/arch/amigaos/vic20uires.h
branches/chris/cocoa-port/vice/src/arch/amigaos/video.c
branches/chris/cocoa-port/vice/src/arch/beos/Makefile.am
branches/chris/cocoa-port/vice/src/arch/beos/archdep.c
branches/chris/cocoa-port/vice/src/arch/beos/blockdev.c
branches/chris/cocoa-port/vice/src/arch/beos/c64ui.cc
branches/chris/cocoa-port/vice/src/arch/beos/console.c
branches/chris/cocoa-port/vice/src/arch/beos/constants.h
branches/chris/cocoa-port/vice/src/arch/beos/joy.cc
branches/chris/cocoa-port/vice/src/arch/beos/kbd.c
branches/chris/cocoa-port/vice/src/arch/beos/kbd.h
branches/chris/cocoa-port/vice/src/arch/beos/make-bindist.sh
branches/chris/cocoa-port/vice/src/arch/beos/ui.cc
branches/chris/cocoa-port/vice/src/arch/beos/ui_device.cc
branches/chris/cocoa-port/vice/src/arch/beos/ui_ram.cc
branches/chris/cocoa-port/vice/src/arch/beos/ui_sid.cc
branches/chris/cocoa-port/vice/src/arch/beos/ui_sound.cc
branches/chris/cocoa-port/vice/src/arch/beos/ui_vicii.cc
branches/chris/cocoa-port/vice/src/arch/beos/ui_video.cc
branches/chris/cocoa-port/vice/src/arch/beos/uimon.c
branches/chris/cocoa-port/vice/src/arch/beos/vicemenu.cc
branches/chris/cocoa-port/vice/src/arch/beos/vicewindow.cc
branches/chris/cocoa-port/vice/src/arch/msdos/make-bindist.sh
branches/chris/cocoa-port/vice/src/arch/msdos/menudefs.c
branches/chris/cocoa-port/vice/src/arch/msdos/uic64cart.c
branches/chris/cocoa-port/vice/src/arch/os2/dialogs/dialogs.rc
branches/chris/cocoa-port/vice/src/arch/os2/dialogs/dlg-color.c
branches/chris/cocoa-port/vice/src/arch/os2/dialogs/dlg-color.h
branches/chris/cocoa-port/vice/src/arch/os2/dialogs/dlg-color.rc
branches/chris/cocoa-port/vice/src/arch/os2/dialogs/menubar.c
branches/chris/cocoa-port/vice/src/arch/os2/dialogs/menubar.h
branches/chris/cocoa-port/vice/src/arch/os2/dialogs/menubar.rc
branches/chris/cocoa-port/vice/src/arch/os2/ui.c
branches/chris/cocoa-port/vice/src/arch/os2/vac++/incl/c64cart.icc
branches/chris/cocoa-port/vice/src/arch/os2/vac++/incl/mainsrc.icc
branches/chris/cocoa-port/vice/src/arch/os2/watcom/c64cart.tgt
branches/chris/cocoa-port/vice/src/arch/os2/watcom/mainsrc.tgt
branches/chris/cocoa-port/vice/src/arch/os2/watcom/vice.wpj
branches/chris/cocoa-port/vice/src/arch/unix/archdep.c
branches/chris/cocoa-port/vice/src/arch/unix/coproc.c
branches/chris/cocoa-port/vice/src/arch/unix/gp2x/make-bindist.sh
branches/chris/cocoa-port/vice/src/arch/unix/gui/c128ui.c
branches/chris/cocoa-port/vice/src/arch/unix/gui/c64ui.c
branches/chris/cocoa-port/vice/src/arch/unix/gui/cbm2ui.c
branches/chris/cocoa-port/vice/src/arch/unix/gui/uic64cart.c
branches/chris/cocoa-port/vice/src/arch/unix/gui/uipalemu.c
branches/chris/cocoa-port/vice/src/arch/unix/gui/uivicii.c
branches/chris/cocoa-port/vice/src/arch/unix/gui/uivicii.h
branches/chris/cocoa-port/vice/src/arch/unix/joy.c
branches/chris/cocoa-port/vice/src/arch/unix/macosx/Makefile.am
branches/chris/cocoa-port/vice/src/arch/unix/macosx/Resources/Credits.html
branches/chris/cocoa-port/vice/src/arch/unix/macosx/Resources/English.lproj/Makefile.am
branches/chris/cocoa-port/vice/src/arch/unix/mousedrv.c
branches/chris/cocoa-port/vice/src/arch/unix/qnx6/make-bindist.sh
branches/chris/cocoa-port/vice/src/arch/unix/rs232.c
branches/chris/cocoa-port/vice/src/arch/unix/sco_sol/make-bindist.sh
branches/chris/cocoa-port/vice/src/arch/unix/signals.c
branches/chris/cocoa-port/vice/src/arch/unix/skyos/make-bindist.sh
branches/chris/cocoa-port/vice/src/arch/unix/tfearch.c
branches/chris/cocoa-port/vice/src/arch/unix/vsyncarch.c
branches/chris/cocoa-port/vice/src/arch/unix/x11/gnome/about.c
branches/chris/cocoa-port/vice/src/arch/unix/x11/gnome/uipalcontrol.c
branches/chris/cocoa-port/vice/src/arch/unix/x11/gnome/x11ui.c
branches/chris/cocoa-port/vice/src/arch/unix/x11/qnxshm.c
branches/chris/cocoa-port/vice/src/arch/unix/x11/renderxv.c
branches/chris/cocoa-port/vice/src/arch/unix/x11/xaw/about.c
branches/chris/cocoa-port/vice/src/arch/unix/x11/xaw/widgets/FileSel.c
branches/chris/cocoa-port/vice/src/arch/unix/x11/xaw/widgets/MultiList.c
branches/chris/cocoa-port/vice/src/arch/unix/x11/xaw/x11ui.c
branches/chris/cocoa-port/vice/src/arch/win32/Makefile.am
branches/chris/cocoa-port/vice/src/arch/win32/archdep.c
branches/chris/cocoa-port/vice/src/arch/win32/base.dsp
branches/chris/cocoa-port/vice/src/arch/win32/c128ui.c
branches/chris/cocoa-port/vice/src/arch/win32/c64cart.dsp
branches/chris/cocoa-port/vice/src/arch/win32/ffmpeglib.c
branches/chris/cocoa-port/vice/src/arch/win32/fullscrn.c
branches/chris/cocoa-port/vice/src/arch/win32/intl.c
branches/chris/cocoa-port/vice/src/arch/win32/intl.h
branches/chris/cocoa-port/vice/src/arch/win32/res.rc
branches/chris/cocoa-port/vice/src/arch/win32/resc128.rc
branches/chris/cocoa-port/vice/src/arch/win32/resc64.rc
branches/chris/cocoa-port/vice/src/arch/win32/rescbm2.rc
branches/chris/cocoa-port/vice/src/arch/win32/resdialogs.txt
branches/chris/cocoa-port/vice/src/arch/win32/resgeoram.rc
branches/chris/cocoa-port/vice/src/arch/win32/reside64.rc
branches/chris/cocoa-port/vice/src/arch/win32/resmenu.txt
branches/chris/cocoa-port/vice/src/arch/win32/resmouse.rc
branches/chris/cocoa-port/vice/src/arch/win32/respet.rc
branches/chris/cocoa-port/vice/src/arch/win32/resplus4.rc
branches/chris/cocoa-port/vice/src/arch/win32/resstrings.txt
branches/chris/cocoa-port/vice/src/arch/win32/resvic20.rc
branches/chris/cocoa-port/vice/src/arch/win32/signals.c
branches/chris/cocoa-port/vice/src/arch/win32/statusbar.c
branches/chris/cocoa-port/vice/src/arch/win32/ui.c
branches/chris/cocoa-port/vice/src/arch/win32/ui.h
branches/chris/cocoa-port/vice/src/arch/win32/uiacia.c
branches/chris/cocoa-port/vice/src/arch/win32/uiattach.c
branches/chris/cocoa-port/vice/src/arch/win32/uic128.c
branches/chris/cocoa-port/vice/src/arch/win32/uic64_256k.c
branches/chris/cocoa-port/vice/src/arch/win32/uic64cart.c
branches/chris/cocoa-port/vice/src/arch/win32/uicart.c
branches/chris/cocoa-port/vice/src/arch/win32/uicbm2set.c
branches/chris/cocoa-port/vice/src/arch/win32/uicmdline.c
branches/chris/cocoa-port/vice/src/arch/win32/uiconsole.c
branches/chris/cocoa-port/vice/src/arch/win32/uidrivec128.c
branches/chris/cocoa-port/vice/src/arch/win32/uidrivec64.c
branches/chris/cocoa-port/vice/src/arch/win32/uidrivepetcbm2.c
branches/chris/cocoa-port/vice/src/arch/win32/uidriveplus4.c
branches/chris/cocoa-port/vice/src/arch/win32/uidrivevic20.c
branches/chris/cocoa-port/vice/src/arch/win32/uievent.c
branches/chris/cocoa-port/vice/src/arch/win32/uifliplist.c
branches/chris/cocoa-port/vice/src/arch/win32/uigeoram.c
branches/chris/cocoa-port/vice/src/arch/win32/uihelp.c
branches/chris/cocoa-port/vice/src/arch/win32/uiide64.c
branches/chris/cocoa-port/vice/src/arch/win32/uijoystick.c
branches/chris/cocoa-port/vice/src/arch/win32/uikeyboard.c
branches/chris/cocoa-port/vice/src/arch/win32/uilib.c
branches/chris/cocoa-port/vice/src/arch/win32/uimediafile.c
branches/chris/cocoa-port/vice/src/arch/win32/uimon.c
branches/chris/cocoa-port/vice/src/arch/win32/uinetwork.c
branches/chris/cocoa-port/vice/src/arch/win32/uiperipheral.c
branches/chris/cocoa-port/vice/src/arch/win32/uipetreu.c
branches/chris/cocoa-port/vice/src/arch/win32/uipetset.c
branches/chris/cocoa-port/vice/src/arch/win32/uiplus256k.c
branches/chris/cocoa-port/vice/src/arch/win32/uiplus4cart.c
branches/chris/cocoa-port/vice/src/arch/win32/uiplus60k.c
branches/chris/cocoa-port/vice/src/arch/win32/uiquicksnapshot.c
branches/chris/cocoa-port/vice/src/arch/win32/uiramcart.c
branches/chris/cocoa-port/vice/src/arch/win32/uireu.c
branches/chris/cocoa-port/vice/src/arch/win32/uirom.c
branches/chris/cocoa-port/vice/src/arch/win32/uirs232user.c
branches/chris/cocoa-port/vice/src/arch/win32/uisid.c
branches/chris/cocoa-port/vice/src/arch/win32/uisnapshot.c
branches/chris/cocoa-port/vice/src/arch/win32/uisound.c
branches/chris/cocoa-port/vice/src/arch/win32/uivideo.c
branches/chris/cocoa-port/vice/src/arch/win32/utils/genwinres.c
branches/chris/cocoa-port/vice/src/arch/win32/vice.dsw
branches/chris/cocoa-port/vice/src/arch/win32/watcom/base.tgt
branches/chris/cocoa-port/vice/src/arch/win32/watcom/c64cart.tgt
branches/chris/cocoa-port/vice/src/arch/win32/watcom/vice.wpj
branches/chris/cocoa-port/vice/src/autostart.c
branches/chris/cocoa-port/vice/src/autostart.h
branches/chris/cocoa-port/vice/src/c128/c128-cmdline-options.c
branches/chris/cocoa-port/vice/src/c128/c128-resources.c
branches/chris/cocoa-port/vice/src/c128/c128mem.c
branches/chris/cocoa-port/vice/src/c128/c128rom.c
branches/chris/cocoa-port/vice/src/c128/c128rom.h
branches/chris/cocoa-port/vice/src/c1541.c
branches/chris/cocoa-port/vice/src/c64/c64-resources.c
branches/chris/cocoa-port/vice/src/c64/c64io.c
branches/chris/cocoa-port/vice/src/c64/c64io.h
branches/chris/cocoa-port/vice/src/c64/c64mem.c
branches/chris/cocoa-port/vice/src/c64/c64rom.c
branches/chris/cocoa-port/vice/src/c64/c64rom.h
branches/chris/cocoa-port/vice/src/c64/cart/Makefile.am
branches/chris/cocoa-port/vice/src/c64/cart/c64cart.c
branches/chris/cocoa-port/vice/src/c64/cart/c64cartmem.c
branches/chris/cocoa-port/vice/src/c64/cart/crt.c
branches/chris/cocoa-port/vice/src/c64/digimax.c
branches/chris/cocoa-port/vice/src/c64/georam.c
branches/chris/cocoa-port/vice/src/c64/georam.h
branches/chris/cocoa-port/vice/src/c64/ramcart.c
branches/chris/cocoa-port/vice/src/c64/reu.c
branches/chris/cocoa-port/vice/src/c64/tfe.c
branches/chris/cocoa-port/vice/src/cartconv.c
branches/chris/cocoa-port/vice/src/cartridge.h
branches/chris/cocoa-port/vice/src/cbm2/cbm2mem.c
branches/chris/cocoa-port/vice/src/cbmimage.c
branches/chris/cocoa-port/vice/src/fsdevice/fsdevice-open.c
branches/chris/cocoa-port/vice/src/gfxoutputdrv/bmpdrv.c
branches/chris/cocoa-port/vice/src/gfxoutputdrv/ffmpegdrv.c
branches/chris/cocoa-port/vice/src/info.c
branches/chris/cocoa-port/vice/src/init.c
branches/chris/cocoa-port/vice/src/initcmdline.c
branches/chris/cocoa-port/vice/src/lib.c
branches/chris/cocoa-port/vice/src/lib.h
branches/chris/cocoa-port/vice/src/main.c
branches/chris/cocoa-port/vice/src/mem.h
branches/chris/cocoa-port/vice/src/monitor/mon_lex.c
branches/chris/cocoa-port/vice/src/monitor/mon_lex.l
branches/chris/cocoa-port/vice/src/monitor/monitor.c
branches/chris/cocoa-port/vice/src/network.c
branches/chris/cocoa-port/vice/src/pet/petmem.c
branches/chris/cocoa-port/vice/src/pet/petsound.c
branches/chris/cocoa-port/vice/src/plus4/plus4mem.c
branches/chris/cocoa-port/vice/src/plus4/ted-mem.c
branches/chris/cocoa-port/vice/src/plus4/ted-sound.c
branches/chris/cocoa-port/vice/src/raster/raster-sprite-status.c
branches/chris/cocoa-port/vice/src/raster/raster-sprite-status.h
branches/chris/cocoa-port/vice/src/raster/raster-sprite.c
branches/chris/cocoa-port/vice/src/raster/raster-sprite.h
branches/chris/cocoa-port/vice/src/screenshot.c
branches/chris/cocoa-port/vice/src/sid/sid-resources.c
branches/chris/cocoa-port/vice/src/sound.c
branches/chris/cocoa-port/vice/src/sound.h
branches/chris/cocoa-port/vice/src/sounddrv/soundbeos.cc
branches/chris/cocoa-port/vice/src/sounddrv/soundwmm.c
branches/chris/cocoa-port/vice/src/translate.c
branches/chris/cocoa-port/vice/src/translate.txt
branches/chris/cocoa-port/vice/src/vdrive/vdrive-bam.c
branches/chris/cocoa-port/vice/src/vdrive/vdrive-bam.h
branches/chris/cocoa-port/vice/src/vdrive/vdrive-command.c
branches/chris/cocoa-port/vice/src/vdrive/vdrive-internal.c
branches/chris/cocoa-port/vice/src/version.h
branches/chris/cocoa-port/vice/src/vic20/vic-mem.c
branches/chris/cocoa-port/vice/src/vic20/vic20mem.c
branches/chris/cocoa-port/vice/src/vic20/vic20sound.c
branches/chris/cocoa-port/vice/src/vicii/vicii-badline.c
branches/chris/cocoa-port/vice/src/vicii/vicii-cmdline-options.c
branches/chris/cocoa-port/vice/src/vicii/vicii-draw.c
branches/chris/cocoa-port/vice/src/vicii/vicii-fetch.c
branches/chris/cocoa-port/vice/src/vicii/vicii-fetch.h
branches/chris/cocoa-port/vice/src/vicii/vicii-mem.c
branches/chris/cocoa-port/vice/src/vicii/vicii-sprites.c
branches/chris/cocoa-port/vice/src/vicii/vicii-sprites.h
branches/chris/cocoa-port/vice/src/vicii/vicii.c
branches/chris/cocoa-port/vice/src/video/render2x2.c
branches/chris/cocoa-port/vice/src/video/render2x2.h
branches/chris/cocoa-port/vice/src/video/render2x2pal.c
branches/chris/cocoa-port/vice/src/video/render2x2pal.h
branches/chris/cocoa-port/vice/src/video/video-color.c
branches/chris/cocoa-port/vice/src/video/video-render-pal.c
branches/chris/cocoa-port/vice/src/video/video-resources-pal.c
branches/chris/cocoa-port/vice/src/video/video-resources.c
branches/chris/cocoa-port/vice/src/video/video-resources.h
branches/chris/cocoa-port/vice/src/video.h
branches/chris/cocoa-port/vice/vice.spec
Added Paths:
-----------
branches/chris/cocoa-port/vice/Doxyfile
branches/chris/cocoa-port/vice/doc/GP2X-Howto.txt
branches/chris/cocoa-port/vice/doc/html/hpux.html
branches/chris/cocoa-port/vice/doc/html/qnx.html
branches/chris/cocoa-port/vice/doc/html/sco.html
branches/chris/cocoa-port/vice/src/arch/win32/_vice.dsp
branches/chris/cocoa-port/vice/src/arch/win32/make-msvc-bindist.bat
branches/chris/cocoa-port/vice/src/arch/win32/watcom/make-watcom-bindist.bat
branches/chris/cocoa-port/vice/src/c64/cart/actionreplay4.c
branches/chris/cocoa-port/vice/src/c64/cart/actionreplay4.h
branches/chris/cocoa-port/vice/src/c64/cart/stardos.c
branches/chris/cocoa-port/vice/src/c64/cart/stardos.h
branches/chris/cocoa-port/vice/src/clipboard.c
branches/chris/cocoa-port/vice/src/clipboard.h
branches/chris/cocoa-port/vice/vice-mint.spec
Removed Paths:
-------------
branches/chris/cocoa-port/vice/src/arch/win32/vice.dsp
Property Changed:
----------------
branches/chris/cocoa-port/vice/
branches/chris/cocoa-port/vice/build/
branches/chris/cocoa-port/vice/build/mingw32/
branches/chris/cocoa-port/vice/data/
branches/chris/cocoa-port/vice/data/C128/
branches/chris/cocoa-port/vice/data/C64/
branches/chris/cocoa-port/vice/data/CBM-II/
branches/chris/cocoa-port/vice/data/DRIVES/
branches/chris/cocoa-port/vice/data/PET/
branches/chris/cocoa-port/vice/data/PLUS4/
branches/chris/cocoa-port/vice/data/PRINTER/
branches/chris/cocoa-port/vice/data/VIC20/
branches/chris/cocoa-port/vice/data/fonts/
branches/chris/cocoa-port/vice/data/fonts/vice-cbm.bdf
branches/chris/cocoa-port/vice/doc/
branches/chris/cocoa-port/vice/doc/html/
branches/chris/cocoa-port/vice/man/
branches/chris/cocoa-port/vice/po/
branches/chris/cocoa-port/vice/src/
branches/chris/cocoa-port/vice/src/arch/
branches/chris/cocoa-port/vice/src/arch/amigaos/
branches/chris/cocoa-port/vice/src/arch/beos/
branches/chris/cocoa-port/vice/src/arch/msdos/
branches/chris/cocoa-port/vice/src/arch/os2/
branches/chris/cocoa-port/vice/src/arch/os2/dialogs/
branches/chris/cocoa-port/vice/src/arch/os2/kbd/
branches/chris/cocoa-port/vice/src/arch/os2/snippets/
branches/chris/cocoa-port/vice/src/arch/os2/vac++/
branches/chris/cocoa-port/vice/src/arch/riscos/
branches/chris/cocoa-port/vice/src/arch/unix/
branches/chris/cocoa-port/vice/src/arch/unix/gp2x/
branches/chris/cocoa-port/vice/src/arch/unix/gui/
branches/chris/cocoa-port/vice/src/arch/unix/macosx/
branches/chris/cocoa-port/vice/src/arch/unix/macosx/Resources/
branches/chris/cocoa-port/vice/src/arch/unix/macosx/Resources/English.lproj/
branches/chris/cocoa-port/vice/src/arch/unix/macosx/cocoa/
branches/chris/cocoa-port/vice/src/arch/unix/macosx/cocoa/dialog/
branches/chris/cocoa-port/vice/src/arch/unix/macosx/cocoa/menu/
branches/chris/cocoa-port/vice/src/arch/unix/macosx/cocoa/view/
branches/chris/cocoa-port/vice/src/arch/unix/readline/
branches/chris/cocoa-port/vice/src/arch/unix/x11/
branches/chris/cocoa-port/vice/src/arch/unix/x11/gnome/
branches/chris/cocoa-port/vice/src/arch/unix/x11/xaw/
branches/chris/cocoa-port/vice/src/arch/unix/x11/xaw/widgets/
branches/chris/cocoa-port/vice/src/arch/win32/
branches/chris/cocoa-port/vice/src/arch/win32/msvc/
branches/chris/cocoa-port/vice/src/arch/win32/utils/
branches/chris/cocoa-port/vice/src/c128/
branches/chris/cocoa-port/vice/src/c64/
branches/chris/cocoa-port/vice/src/c64/cart/
branches/chris/cocoa-port/vice/src/cbm2/
branches/chris/cocoa-port/vice/src/core/
branches/chris/cocoa-port/vice/src/crtc/
branches/chris/cocoa-port/vice/src/diskimage/
branches/chris/cocoa-port/vice/src/drive/
branches/chris/cocoa-port/vice/src/drive/iec/
branches/chris/cocoa-port/vice/src/drive/iec/c64exp/
branches/chris/cocoa-port/vice/src/drive/iec/plus4exp/
branches/chris/cocoa-port/vice/src/drive/iec128dcr/
branches/chris/cocoa-port/vice/src/drive/iecieee/
branches/chris/cocoa-port/vice/src/drive/ieee/
branches/chris/cocoa-port/vice/src/drive/tcbm/
branches/chris/cocoa-port/vice/src/fileio/
branches/chris/cocoa-port/vice/src/fsdevice/
branches/chris/cocoa-port/vice/src/gfxoutputdrv/
branches/chris/cocoa-port/vice/src/iecbus/
branches/chris/cocoa-port/vice/src/imagecontents/
branches/chris/cocoa-port/vice/src/lib/
branches/chris/cocoa-port/vice/src/lib/lpng/
branches/chris/cocoa-port/vice/src/lib/zlib/
branches/chris/cocoa-port/vice/src/monitor/
branches/chris/cocoa-port/vice/src/parallel/
branches/chris/cocoa-port/vice/src/pet/
branches/chris/cocoa-port/vice/src/plus4/
branches/chris/cocoa-port/vice/src/printerdrv/
branches/chris/cocoa-port/vice/src/raster/
branches/chris/cocoa-port/vice/src/resid/
branches/chris/cocoa-port/vice/src/rs232drv/
branches/chris/cocoa-port/vice/src/serial/
branches/chris/cocoa-port/vice/src/sid/
branches/chris/cocoa-port/vice/src/sounddrv/
branches/chris/cocoa-port/vice/src/tape/
branches/chris/cocoa-port/vice/src/vdc/
branches/chris/cocoa-port/vice/src/vdrive/
branches/chris/cocoa-port/vice/src/vic20/
branches/chris/cocoa-port/vice/src/vicii/
branches/chris/cocoa-port/vice/src/video/
Property changes on: branches/chris/cocoa-port/vice
___________________________________________________________________
Name: svn:ignore
+ aclocal.m4
.aclocal.out
.autoconf.out
.autoheader.out
autom4te.cache
.automake.out
config.log
config.status
config.status.lineno
configure
depcomp
Makefile
Makefile.in
missing
Modified: branches/chris/cocoa-port/vice/AUTHORS
===================================================================
--- branches/chris/cocoa-port/vice/AUTHORS 2008-07-14 13:33:53 UTC (rev 19013)
+++ branches/chris/cocoa-port/vice/AUTHORS 2008-07-14 17:30:41 UTC (rev 19014)
@@ -14,3 +14,4 @@
Teemu Rantanen <tv...@cs...>
Marco van den Heuvel <bla...@ya...>
Christian Vogelgsang <ch...@vo...>
+Fabrizio Gennari <fab...@ti...>
Modified: branches/chris/cocoa-port/vice/ChangeLog
===================================================================
--- branches/chris/cocoa-port/vice/ChangeLog 2008-07-14 13:33:53 UTC (rev 19013)
+++ branches/chris/cocoa-port/vice/ChangeLog 2008-07-14 17:30:41 UTC (rev 19014)
@@ -1,3 +1,130 @@
+2008-07-13 Spiro Trikaliotis <spi...@gm...>
+
+ * Version 1.22.26
+
+2008-07-12 Marco van den Heuvel <bla...@ya...>
+
+ * build/riscos/build-cross.sh: Added a missing 'cd ..'.
+
+ * configure.in: Corrected a typo.
+
+ * doc/Readme.beos: Updated.
+
+ * vice-mint.spec, vice.spec: Release version updated to 2.0.
+
+2008-07-10 Spiro Trikaliotis <spi...@gm...>
+
+ * Version 1.22.25
+
+2008-07-07 Spiro Trikaliotis <spi...@gm...>
+
+ * Version 1.22.24
+
+2008-07-07 Marco van den Heuvel <bla...@ya...>
+
+ * doc/html/plain/NEWS: Updated.
+
+2008-07-04 Spiro Trikaliotis <spi...@gm...>
+
+ * Version 1.22.23
+
+2008-07-04 Spiro Trikaliotis <spi...@gm...>
+
+ * Makefile.am: Make sure the file Doxyfile is included in the
+ distribution.
+
+ * doc/html/Makefile.am: Make sure the files hpux.html and
+ sco.html are included in the distribution.
+
+2008-07-01 Marco van den Heuvel <bla...@ya...>
+
+ * doc/GP2X-Howto.txt, doc/Makefile.am: Added a GP2X compile
+ howto text file.
+
+2008-07-02 Andreas Matthies <and...@gm...>
+
+ * doc/html/plain/BUGS, NEWS: Updated.
+
+2008-07-01 Spiro Trikaliotis <spi...@gm...>
+
+ * Version 1.22.22
+
+2008-06-30 Marco van den Heuvel <bla...@ya...>
+
+ * doc/html/plain/NEWS: Added mint and sol11 ports and corrected
+ a typo.
+
+ * doc/html/solaris.html: Added sol11 port.
+
+2008-06-29 Spiro Trikaliotis <spi...@gm...>
+
+ * Version 1.22.21
+
+2008-06-28 Spiro Trikaliotis <spi...@gm...>
+
+ * data/CBM-II/win_shortcuts.vsc, data/VIC20/win_shortcuts.vsc,
+ data/PLUS4/win_shortcuts.vsc, data/PET/win_shortcuts.vsc,
+ data/C64/win_shortcuts.vsc, data/C128/win_shortcuts.vsc: Set
+ default shortcuts Ctrl+C and Ctrl+V for Edit/Copy and Edit/Paste
+
+ * doc/html/plain/NEWS: Updated
+
+2008-06-23 Spiro Trikaliotis <spi...@gm...>
+
+ * Version 1.22.20
+
+2008-06-23 Spiro Trikaliotis <spi...@gm...>
+
+ * vice-mint.spec: Added (was forgotten in the previous version)
+
+2008-06-22 Marco van den Heuvel <bla...@ya...>
+
+ * Makefile.am: Improved some of the make-bindist.sh scripts.
+
+2008-06-19 Marco van den Heuvel <bla...@ya...>
+
+ * vice-mint.spec, Makefile.am: Added Atari Mint specific rpm
+
+2008-06-19 Marco van den Heuvel <bla...@ya...>
+
+ * vice-mint.spec, Makefile.am: Added Atari Mint specific rpm
+ spec file.
+
+ * AUTHORS, README: Added Fabrizio to the VICE core members.
+
+ * config.guess, config.sub: Added preliminary support for
+ avr32-linux.
+
+ * doc/vice.texi: Added Fabrizio to the VICE core members, got
+ rid of a duplicate Christian Vogelgsang entry and added/updated
+ external contributors entries.
+
+ * doc/html/plain/NEWS, doc/html/index.html: Updated for the
+ VICE 2.0 release.
+
+2008-06-22 Spiro Trikaliotis <spi...@gm...>
+
+ * Version 1.22.19
+
+2008-06-17 Spiro Trikaliotis <spi...@gm...>
+
+ * Doxyfile: new file to allow to auto-generate doxygen
+ documentation.
+
+2008-06-15 Spiro Trikaliotis <spi...@gm...>
+
+ * Version 1.22.18
+
+2008-06-08 Marco van den Heuvel <bla...@ya...>
+
+ * configure.in: Added a check for the minix version for the
+ prototypes of recv and send in network.c.
+
+ * doc/html/solaris.html, doc/html/amigaos.html,
+ doc/html/sco.html, doc/html/hpux.html, doc/html/beos.html,
+ doc/html/qnx.html, doc/html/Makefile.am, doc/html/index.html:
+ Updated for the upcoming 2.0 release.
+
2008-06-03 Spiro Trikaliotis <spi...@gm...>
* Version 1.22.17.
@@ -11,6 +138,15 @@
* configure.in: Changed bash'ism (if [...]) to more general code
(if test ...).
+2008-06-01 Marco van den Heuvel <bla...@ya...>
+
+ * configure.in: Added extra defines needed for minix, alligned
+ the printout of configure and added the --enable-memmap
+ configure option for the memmap feature from VICEplus as
+ provided by Hannu Nuotio <han...@tu...>.
+
+ * build/qnx4/build.sh: Fixed the qnx 4.x build script.
+
2008-05-25 Spiro Trikaliotis <spi...@gm...>
* Version 1.22.16.
@@ -29,6 +165,10 @@
data/C64/osx_pos.vkm, data/C64/osx_sym_us.vkm: fixed Cocoa key
maps
+2008-05-24 Marco van den Heuvel <bla...@ya...>
+
+ * Makefile.am: Added a '@' in front of the 'make install' echo.
+
2008-05-19 Spiro Trikaliotis <spi...@gm...>
* autogen.sh: Removed "bash-ism" from script (compare with "=="
@@ -69,6 +209,15 @@
* Version 1.22.14.
+2008-05-01 Marco van den Heuvel <bla...@ya...>
+
+ * configure.in, data/fonts/vice-cbm.bdf,
+ data/fonts/Makefile.am: Added a check for the 'fc-cache'
+ command, and use the .bdf font if not present.
+
+ * doc/html/Makefile.am, doc/Makefile.am: Fixed the
+ ALTERNATE_DOCDIR problems with automake.
+
2008-04-27 Spiro Trikaliotis <spi...@gm...>
* Version 1.22.13.
Copied: branches/chris/cocoa-port/vice/Doxyfile (from rev 19009, trunk/vice/Doxyfile)
===================================================================
--- branches/chris/cocoa-port/vice/Doxyfile (rev 0)
+++ branches/chris/cocoa-port/vice/Doxyfile 2008-07-14 17:30:41 UTC (rev 19014)
@@ -0,0 +1,1163 @@
+# Doxyfile 1.3.9.1
+
+# This file describes the settings to be used by the documentation system
+# doxygen (www.doxygen.org) for a project
+#
+# All text after a hash (#) is considered a comment and will be ignored
+# The format is:
+# TAG = value [value, ...]
+# For lists items can also be appended using:
+# TAG += value [value, ...]
+# Values that contain spaces should be placed between quotes (" ")
+
+#---------------------------------------------------------------------------
+# Project related configuration options
+#---------------------------------------------------------------------------
+
+# The PROJECT_NAME tag is a single word (or a sequence of words surrounded
+# by quotes) that should identify the project.
+
+PROJECT_NAME = VICE
+
+# The PROJECT_NUMBER tag can be used to enter a project or revision number.
+# This could be handy for archiving the generated documentation or
+# if some version control system is used.
+
+PROJECT_NUMBER =
+
+# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
+# base path where the generated documentation will be put.
+# If a relative path is entered, it will be relative to the location
+# where doxygen was started. If left blank the current directory will be used.
+
+OUTPUT_DIRECTORY = .doxygen/
+
+# If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
+# 4096 sub-directories (in 2 levels) under the output directory of each output
+# format and will distribute the generated files over these directories.
+# Enabling this option can be useful when feeding doxygen a huge amount of source
+# files, where putting all generated files in the same directory would otherwise
+# cause performance problems for the file system.
+
+CREATE_SUBDIRS = NO
+
+# The OUTPUT_LANGUAGE tag is used to specify the language in which all
+# documentation generated by doxygen is written. Doxygen will use this
+# information to generate all constant output in the proper language.
+# The default language is English, other supported languages are:
+# Brazilian, Catalan, Chinese, Chinese-Traditional, Croatian, Czech, Danish,
+# Dutch, Finnish, French, German, Greek, Hungarian, Italian, Japanese,
+# Japanese-en (Japanese with English messages), Korean, Korean-en, Norwegian,
+# Polish, Portuguese, Romanian, Russian, Serbian, Slovak, Slovene, Spanish,
+# Swedish, and Ukrainian.
+
+OUTPUT_LANGUAGE = English
+
+# This tag can be used to specify the encoding used in the generated output.
+# The encoding is not always determined by the language that is chosen,
+# but also whether or not the output is meant for Windows or non-Windows users.
+# In case there is a difference, setting the USE_WINDOWS_ENCODING tag to YES
+# forces the Windows encoding (this is the default for the Windows binary),
+# whereas setting the tag to NO uses a Unix-style encoding (the default for
+# all platforms other than Windows).
+
+USE_WINDOWS_ENCODING = NO
+
+# If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will
+# include brief member descriptions after the members that are listed in
+# the file and class documentation (similar to JavaDoc).
+# Set to NO to disable this.
+
+BRIEF_MEMBER_DESC = YES
+
+# If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend
+# the brief description of a member or function before the detailed description.
+# Note: if both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the
+# brief descriptions will be completely suppressed.
+
+REPEAT_BRIEF = YES
+
+# This tag implements a quasi-intelligent brief description abbreviator
+# that is used to form the text in various listings. Each string
+# in this list, if found as the leading text of the brief description, will be
+# stripped from the text and the result after processing the whole list, is used
+# as the annotated text. Otherwise, the brief description is used as-is. If left
+# blank, the following values are used ("$name" is automatically replaced with the
+# name of the entity): "The $name class" "The $name widget" "The $name file"
+# "is" "provides" "specifies" "contains" "represents" "a" "an" "the"
+
+ABBREVIATE_BRIEF =
+
+# If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
+# Doxygen will generate a detailed section even if there is only a brief
+# description.
+
+ALWAYS_DETAILED_SEC = NO
+
+# If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all inherited
+# members of a class in the documentation of that class as if those members were
+# ordinary class members. Constructors, destructors and assignment operators of
+# the base classes will not be shown.
+
+INLINE_INHERITED_MEMB = NO
+
+# If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full
+# path before files name in the file list and in the header files. If set
+# to NO the shortest path that makes the file name unique will be used.
+
+FULL_PATH_NAMES = NO
+
+# If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag
+# can be used to strip a user-defined part of the path. Stripping is
+# only done if one of the specified strings matches the left-hand part of
+# the path. The tag can be used to show relative paths in the file list.
+# If left blank the directory from which doxygen is run is used as the
+# path to strip.
+
+STRIP_FROM_PATH =
+
+# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of
+# the path mentioned in the documentation of a class, which tells
+# the reader which header file to include in order to use a class.
+# If left blank only the name of the header file containing the class
+# definition is used. Otherwise one should specify the include paths that
+# are normally passed to the compiler using the -I flag.
+
+STRIP_FROM_INC_PATH =
+
+# If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter
+# (but less readable) file names. This can be useful is your file systems
+# doesn't support long names like on DOS, Mac, or CD-ROM.
+
+SHORT_NAMES = NO
+
+# If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen
+# will interpret the first line (until the first dot) of a JavaDoc-style
+# comment as the brief description. If set to NO, the JavaDoc
+# comments will behave just like the Qt-style comments (thus requiring an
+# explicit @brief command for a brief description.
+
+JAVADOC_AUTOBRIEF = NO
+
+# The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen
+# treat a multi-line C++ special comment block (i.e. a block of //! or ///
+# comments) as a brief description. This used to be the default behaviour.
+# The new default is to treat a multi-line C++ comment block as a detailed
+# description. Set this tag to YES if you prefer the old behaviour instead.
+
+MULTILINE_CPP_IS_BRIEF = NO
+
+# If the DETAILS_AT_TOP tag is set to YES then Doxygen
+# will output the detailed description near the top, like JavaDoc.
+# If set to NO, the detailed description appears after the member
+# documentation.
+
+DETAILS_AT_TOP = NO
+
+# If the INHERIT_DOCS tag is set to YES (the default) then an undocumented
+# member inherits the documentation from any documented member that it
+# re-implements.
+
+INHERIT_DOCS = YES
+
+# If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC
+# tag is set to YES, then doxygen will reuse the documentation of the first
+# member in the group (if any) for the other members of the group. By default
+# all members of a group must be documented explicitly.
+
+DISTRIBUTE_GROUP_DOC = NO
+
+# The TAB_SIZE tag can be used to set the number of spaces in a tab.
+# Doxygen uses this value to replace tabs by spaces in code fragments.
+
+TAB_SIZE = 8
+
+# This tag can be used to specify a number of aliases that acts
+# as commands in the documentation. An alias has the form "name=value".
+# For example adding "sideeffect=\par Side Effects:\n" will allow you to
+# put the command \sideeffect (or @sideeffect) in the documentation, which
+# will result in a user-defined paragraph with heading "Side Effects:".
+# You can put \n's in the value part of an alias to insert newlines.
+
+ALIASES =
+
+# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
+# only. Doxygen will then generate output that is more tailored for C.
+# For instance, some of the names that are used will be different. The list
+# of all members will be omitted, etc.
+
+OPTIMIZE_OUTPUT_FOR_C = YES
+
+# Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java sources
+# only. Doxygen will then generate output that is more tailored for Java.
+# For instance, namespaces will be presented as packages, qualified scopes
+# will look different, etc.
+
+OPTIMIZE_OUTPUT_JAVA = NO
+
+# Set the SUBGROUPING tag to YES (the default) to allow class member groups of
+# the same type (for instance a group of public functions) to be put as a
+# subgroup of that type (e.g. under the Public Functions section). Set it to
+# NO to prevent subgrouping. Alternatively, this can be done per class using
+# the \nosubgrouping command.
+
+SUBGROUPING = YES
+
+#---------------------------------------------------------------------------
+# Build related configuration options
+#---------------------------------------------------------------------------
+
+# If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in
+# documentation are documented, even if no documentation was available.
+# Private class members and static file members will be hidden unless
+# the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES
+
+EXTRACT_ALL = YES
+
+# If the EXTRACT_PRIVATE tag is set to YES all private members of a class
+# will be included in the documentation.
+
+EXTRACT_PRIVATE = YES
+
+# If the EXTRACT_STATIC tag is set to YES all static members of a file
+# will be included in the documentation.
+
+EXTRACT_STATIC = YES
+
+# If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs)
+# defined locally in source files will be included in the documentation.
+# If set to NO only classes defined in header files are included.
+
+EXTRACT_LOCAL_CLASSES = YES
+
+# This flag is only useful for Objective-C code. When set to YES local
+# methods, which are defined in the implementation section but not in
+# the interface are included in the documentation.
+# If set to NO (the default) only methods in the interface are included.
+
+EXTRACT_LOCAL_METHODS = YES
+
+# If the HIDE_UNDOC_MEMBERS tag is set to YES, Doxygen will hide all
+# undocumented members of documented classes, files or namespaces.
+# If set to NO (the default) these members will be included in the
+# various overviews, but no documentation section is generated.
+# This option has no effect if EXTRACT_ALL is enabled.
+
+HIDE_UNDOC_MEMBERS = NO
+
+# If the HIDE_UNDOC_CLASSES tag is set to YES, Doxygen will hide all
+# undocumented classes that are normally visible in the class hierarchy.
+# If set to NO (the default) these classes will be included in the various
+# overviews. This option has no effect if EXTRACT_ALL is enabled.
+
+HIDE_UNDOC_CLASSES = NO
+
+# If the HIDE_FRIEND_COMPOUNDS tag is set to YES, Doxygen will hide all
+# friend (class|struct|union) declarations.
+# If set to NO (the default) these declarations will be included in the
+# documentation.
+
+HIDE_FRIEND_COMPOUNDS = NO
+
+# If the HIDE_IN_BODY_DOCS tag is set to YES, Doxygen will hide any
+# documentation blocks found inside the body of a function.
+# If set to NO (the default) these blocks will be appended to the
+# function's detailed documentation block.
+
+HIDE_IN_BODY_DOCS = NO
+
+# The INTERNAL_DOCS tag determines if documentation
+# that is typed after a \internal command is included. If the tag is set
+# to NO (the default) then the documentation will be excluded.
+# Set it to YES to include the internal documentation.
+
+INTERNAL_DOCS = NO
+
+# If the CASE_SENSE_NAMES tag is set to NO then Doxygen will only generate
+# file names in lower-case letters. If set to YES upper-case letters are also
+# allowed. This is useful if you have classes or files whose names only differ
+# in case and if your file system supports case sensitive file names. Windows
+# and Mac users are advised to set this option to NO.
+
+CASE_SENSE_NAMES = YES
+
+# If the HIDE_SCOPE_NAMES tag is set to NO (the default) then Doxygen
+# will show members with their full class and namespace scopes in the
+# documentation. If set to YES the scope will be hidden.
+
+HIDE_SCOPE_NAMES = NO
+
+# If the SHOW_INCLUDE_FILES tag is set to YES (the default) then Doxygen
+# will put a list of the files that are included by a file in the documentation
+# of that file.
+
+SHOW_INCLUDE_FILES = YES
+
+# If the INLINE_INFO tag is set to YES (the default) then a tag [inline]
+# is inserted in the documentation for inline members.
+
+INLINE_INFO = YES
+
+# If the SORT_MEMBER_DOCS tag is set to YES (the default) then doxygen
+# will sort the (detailed) documentation of file and class members
+# alphabetically by member name. If set to NO the members will appear in
+# declaration order.
+
+SORT_MEMBER_DOCS = YES
+
+# If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the
+# brief documentation of file, namespace and class members alphabetically
+# by member name. If set to NO (the default) the members will appear in
+# declaration order.
+
+SORT_BRIEF_DOCS = NO
+
+# If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be
+# sorted by fully-qualified names, including namespaces. If set to
+# NO (the default), the class list will be sorted only by class name,
+# not including the namespace part.
+# Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES.
+# Note: This option applies only to the class list, not to the
+# alphabetical list.
+
+SORT_BY_SCOPE_NAME = NO
+
+# The GENERATE_TODOLIST tag can be used to enable (YES) or
+# disable (NO) the todo list. This list is created by putting \todo
+# commands in the documentation.
+
+GENERATE_TODOLIST = YES
+
+# The GENERATE_TESTLIST tag can be used to enable (YES) or
+# disable (NO) the test list. This list is created by putting \test
+# commands in the documentation.
+
+GENERATE_TESTLIST = YES
+
+# The GENERATE_BUGLIST tag can be used to enable (YES) or
+# disable (NO) the bug list. This list is created by putting \bug
+# commands in the documentation.
+
+GENERATE_BUGLIST = YES
+
+# The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or
+# disable (NO) the deprecated list. This list is created by putting
+# \deprecated commands in the documentation.
+
+GENERATE_DEPRECATEDLIST= YES
+
+# The ENABLED_SECTIONS tag can be used to enable conditional
+# documentation sections, marked by \if sectionname ... \endif.
+
+ENABLED_SECTIONS =
+
+# The MAX_INITIALIZER_LINES tag determines the maximum number of lines
+# the initial value of a variable or define consists of for it to appear in
+# the documentation. If the initializer consists of more lines than specified
+# here it will be hidden. Use a value of 0 to hide initializers completely.
+# The appearance of the initializer of individual variables and defines in the
+# documentation can be controlled using \showinitializer or \hideinitializer
+# command in the documentation regardless of this setting.
+
+MAX_INITIALIZER_LINES = 30
+
+# Set the SHOW_USED_FILES tag to NO to disable the list of files generated
+# at the bottom of the documentation of classes and structs. If set to YES the
+# list will mention the files that were used to generate the documentation.
+
+SHOW_USED_FILES = YES
+
+# If the sources in your project are distributed over multiple directories
+# then setting the SHOW_DIRECTORIES tag to YES will show the directory hierarchy
+# in the documentation.
+
+SHOW_DIRECTORIES = YES
+
+#---------------------------------------------------------------------------
+# configuration options related to warning and progress messages
+#---------------------------------------------------------------------------
+
+# The QUIET tag can be used to turn on/off the messages that are generated
+# by doxygen. Possible values are YES and NO. If left blank NO is used.
+
+QUIET = NO
+
+# The WARNINGS tag can be used to turn on/off the warning messages that are
+# generated by doxygen. Possible values are YES and NO. If left blank
+# NO is used.
+
+WARNINGS = YES
+
+# If WARN_IF_UNDOCUMENTED is set to YES, then doxygen will generate warnings
+# for undocumented members. If EXTRACT_ALL is set to YES then this flag will
+# automatically be disabled.
+
+WARN_IF_UNDOCUMENTED = YES
+
+# If WARN_IF_DOC_ERROR is set to YES, doxygen will generate warnings for
+# potential errors in the documentation, such as not documenting some
+# parameters in a documented function, or documenting parameters that
+# don't exist or using markup commands wrongly.
+
+WARN_IF_DOC_ERROR = YES
+
+# The WARN_FORMAT tag determines the format of the warning messages that
+# doxygen can produce. The string should contain the $file, $line, and $text
+# tags, which will be replaced by the file and line number from which the
+# warning originated and the warning text.
+
+WARN_FORMAT = "$file:$line: $text"
+
+# The WARN_LOGFILE tag can be used to specify a file to which warning
+# and error messages should be written. If left blank the output is written
+# to stderr.
+
+WARN_LOGFILE =
+
+#---------------------------------------------------------------------------
+# configuration options related to the input files
+#---------------------------------------------------------------------------
+
+# The INPUT tag can be used to specify the files and/or directories that contain
+# documented source files. You may enter file names like "myfile.cpp" or
+# directories like "/usr/src/myproject". Separate the files or directories
+# with spaces.
+
+INPUT = src/ \
+
+
+# If the value of the INPUT tag contains directories, you can use the
+# FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
+# and *.h) to filter out the source-files in the directories. If left
+# blank the following patterns are tested:
+# *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx *.hpp
+# *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm
+
+FILE_PATTERNS = *.c* \
+ *.h*
+
+# The RECURSIVE tag can be used to turn specify whether or not subdirectories
+# should be searched for input files as well. Possible values are YES and NO.
+# If left blank NO is used.
+
+RECURSIVE = YES
+
+# The EXCLUDE tag can be used to specify files and/or directories that should
+# excluded from the INPUT source files. This way you can easily exclude a
+# subdirectory from a directory tree whose root is specified with the INPUT tag.
+
+EXCLUDE =
+
+# The EXCLUDE_SYMLINKS tag can be used select whether or not files or directories
+# that are symbolic links (a Unix filesystem feature) are excluded from the input.
+
+EXCLUDE_SYMLINKS = NO
+
+# If the value of the INPUT tag contains directories, you can use the
+# EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude
+# certain files from those directories.
+
+EXCLUDE_PATTERNS = */.svn/*
+
+# The EXAMPLE_PATH tag can be used to specify one or more files or
+# directories that contain example code fragments that are included (see
+# the \include command).
+
+EXAMPLE_PATH =
+
+# If the value of the EXAMPLE_PATH tag contains directories, you can use the
+# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
+# and *.h) to filter out the source-files in the directories. If left
+# blank all files are included.
+
+EXAMPLE_PATTERNS =
+
+# If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
+# searched for input files to be used with the \include or \dontinclude
+# commands irrespective of the value of the RECURSIVE tag.
+# Possible values are YES and NO. If left blank NO is used.
+
+EXAMPLE_RECURSIVE = NO
+
+# The IMAGE_PATH tag can be used to specify one or more files or
+# directories that contain image that are included in the documentation (see
+# the \image command).
+
+IMAGE_PATH =
+
+# The INPUT_FILTER tag can be used to specify a program that doxygen should
+# invoke to filter for each input file. Doxygen will invoke the filter program
+# by executing (via popen()) the command <filter> <input-file>, where <filter>
+# is the value of the INPUT_FILTER tag, and <input-file> is the name of an
+# input file. Doxygen will then use the output that the filter program writes
+# to standard output. If FILTER_PATTERNS is specified, this tag will be
+# ignored.
+
+INPUT_FILTER =
+
+# The FILTER_PATTERNS tag can be used to specify filters on a per file pattern
+# basis. Doxygen will compare the file name with each pattern and apply the
+# filter if there is a match. The filters are a list of the form:
+# pattern=filter (like *.cpp=my_cpp_filter). See INPUT_FILTER for further
+# info on how filters are used. If FILTER_PATTERNS is empty, INPUT_FILTER
+# is applied to all files.
+
+FILTER_PATTERNS =
+
+# If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
+# INPUT_FILTER) will be used to filter the input files when producing source
+# files to browse (i.e. when SOURCE_BROWSER is set to YES).
+
+FILTER_SOURCE_FILES = NO
+
+#---------------------------------------------------------------------------
+# configuration options related to source browsing
+#---------------------------------------------------------------------------
+
+# If the SOURCE_BROWSER tag is set to YES then a list of source files will
+# be generated. Documented entities will be cross-referenced with these sources.
+# Note: To get rid of all source code in the generated output, make sure also
+# VERBATIM_HEADERS is set to NO.
+
+SOURCE_BROWSER = NO
+
+# Setting the INLINE_SOURCES tag to YES will include the body
+# of functions and classes directly in the documentation.
+
+INLINE_SOURCES = NO
+
+# Setting the STRIP_CODE_COMMENTS tag to YES (the default) will instruct
+# doxygen to hide any special comment blocks from generated source code
+# fragments. Normal C and C++ comments will always remain visible.
+
+STRIP_CODE_COMMENTS = YES
+
+# If the REFERENCED_BY_RELATION tag is set to YES (the default)
+# then for each documented function all documented
+# functions referencing it will be listed.
+
+REFERENCED_BY_RELATION = YES
+
+# If the REFERENCES_RELATION tag is set to YES (the default)
+# then for each documented function all documented entities
+# called/used by that function will be listed.
+
+REFERENCES_RELATION = YES
+
+# If the VERBATIM_HEADERS tag is set to YES (the default) then Doxygen
+# will generate a verbatim copy of the header file for each class for
+# which an include is specified. Set to NO to disable this.
+
+VERBATIM_HEADERS = YES
+
+#---------------------------------------------------------------------------
+# configuration options related to the alphabetical class index
+#---------------------------------------------------------------------------
+
+# If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index
+# of all compounds will be generated. Enable this if the project
+# contains a lot of classes, structs, unions or interfaces.
+
+ALPHABETICAL_INDEX = NO
+
+# If the alphabetical index is enabled (see ALPHABETICAL_INDEX) then
+# the COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns
+# in which this list will be split (can be a number in the range [1..20])
+
+COLS_IN_ALPHA_INDEX = 5
+
+# In case all classes in a project start with a common prefix, all
+# classes will be put under the same header in the alphabetical index.
+# The IGNORE_PREFIX tag can be used to specify one or more prefixes that
+# should be ignored while generating the index headers.
+
+IGNORE_PREFIX =
+
+#---------------------------------------------------------------------------
+# configuration options related to the HTML output
+#---------------------------------------------------------------------------
+
+# If the GENERATE_HTML tag is set to YES (the default) Doxygen will
+# generate HTML output.
+
+GENERATE_HTML = YES
+
+# The HTML_OUTPUT tag is used to specify where the HTML docs will be put.
+# If a relative path is entered the value of OUTPUT_DIRECTORY will be
+# put in front of it. If left blank `html' will be used as the default path.
+
+HTML_OUTPUT = html
+
+# The HTML_FILE_EXTENSION tag can be used to specify the file extension for
+# each generated HTML page (for example: .htm,.php,.asp). If it is left blank
+# doxygen will generate files with .html extension.
+
+HTML_FILE_EXTENSION = .html
+
+# The HTML_HEADER tag can be used to specify a personal HTML header for
+# each generated HTML page. If it is left blank doxygen will generate a
+# standard header.
+
+HTML_HEADER =
+
+# The HTML_FOOTER tag can be used to specify a personal HTML footer for
+# each generated HTML page. If it is left blank doxygen will generate a
+# standard footer.
+
+HTML_FOOTER =
+
+# The HTML_STYLESHEET tag can be used to specify a user-defined cascading
+# style sheet that is used by each HTML page. It can be used to
+# fine-tune the look of the HTML output. If the tag is left blank doxygen
+# will generate a default style sheet. Note that doxygen will try to copy
+# the style sheet file to the HTML output directory, so don't put your own
+# stylesheet in the HTML output directory as well, or it will be erased!
+
+HTML_STYLESHEET =
+
+# If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes,
+# files or namespaces will be aligned in HTML using tables. If set to
+# NO a bullet list will be used.
+
+HTML_ALIGN_MEMBERS = YES
+
+# If the GENERATE_HTMLHELP tag is set to YES, additional index files
+# will be generated that can be used as input for tools like the
+# Microsoft HTML help workshop to generate a compressed HTML help file (.chm)
+# of the generated HTML documentation.
+
+GENERATE_HTMLHELP = YES
+
+# If the GENERATE_HTMLHELP tag is set to YES, the CHM_FILE tag can
+# be used to specify the file name of the resulting .chm file. You
+# can add a path in front of the file if the result should not be
+# written to the html output directory.
+
+CHM_FILE =
+
+# If the GENERATE_HTMLHELP tag is set to YES, the HHC_LOCATION tag can
+# be used to specify the location (absolute path including file name) of
+# the HTML help compiler (hhc.exe). If non-empty doxygen will try to run
+# the HTML help compiler on the generated index.hhp.
+
+HHC_LOCATION =
+
+# If the GENERATE_HTMLHELP tag is set to YES, the GENERATE_CHI flag
+# controls if a separate .chi index file is generated (YES) or that
+# it should be included in the master .chm file (NO).
+
+GENERATE_CHI = NO
+
+# If the GENERATE_HTMLHELP tag is set to YES, the BINARY_TOC flag
+# controls whether a binary table of contents is generated (YES) or a
+# normal table of contents (NO) in the .chm file.
+
+BINARY_TOC = NO
+
+# The TOC_EXPAND flag can be set to YES to add extra items for group members
+# to the contents of the HTML help documentation and to the tree view.
+
+TOC_EXPAND = NO
+
+# The DISABLE_INDEX tag can be used to turn on/off the condensed index at
+# top of each HTML page. The value NO (the default) enables the index and
+# the value YES disables it.
+
+DISABLE_INDEX = NO
+
+# This tag can be used to set the number of enum values (range [1..20])
+# that doxygen will group on one line in the generated HTML documentation.
+
+ENUM_VALUES_PER_LINE = 4
+
+# If the GENERATE_TREEVIEW tag is set to YES, a side panel will be
+# generated containing a tree-like index structure (just like the one that
+# is generated for HTML Help). For this to work a browser that supports
+# JavaScript, DHTML, CSS and frames is required (for instance Mozilla 1.0+,
+# Netscape 6.0+, Internet explorer 5.0+, or Konqueror). Windows users are
+# probably better off using the HTML help feature.
+
+GENERATE_TREEVIEW = NO
+
+# If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be
+# used to set the initial width (in pixels) of the frame in which the tree
+# is shown.
+
+TREEVIEW_WIDTH = 250
+
+#---------------------------------------------------------------------------
+# configuration options related to the LaTeX output
+#---------------------------------------------------------------------------
+
+# If the GENERATE_LATEX tag is set to YES (the default) Doxygen will
+# generate Latex output.
+
+GENERATE_LATEX = NO
+
+# The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put.
+# If a relative path is entered the value of OUTPUT_DIRECTORY will be
+# put in front of it. If left blank `latex' will be used as the default path.
+
+LATEX_OUTPUT = latex
+
+# The LATEX_CMD_NAME tag can be used to specify the LaTeX command name to be
+# invoked. If left blank `latex' will be used as the default command name.
+
+LATEX_CMD_NAME = latex
+
+# The MAKEINDEX_CMD_NAME tag can be used to specify the command name to
+# generate index for LaTeX. If left blank `makeindex' will be used as the
+# default command name.
+
+MAKEINDEX_CMD_NAME = makeindex
+
+# If the COMPACT_LATEX tag is set to YES Doxygen generates more compact
+# LaTeX documents. This may be useful for small projects and may help to
+# save some trees in general.
+
+COMPACT_LATEX = NO
+
+# The PAPER_TYPE tag can be used to set the paper type that is used
+# by the printer. Possible values are: a4, a4wide, letter, legal and
+# executive. If left blank a4wide will be used.
+
+PAPER_TYPE = a4wide
+
+# The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX
+# packages that should be included in the LaTeX output.
+
+EXTRA_PACKAGES =
+
+# The LATEX_HEADER tag can be used to specify a personal LaTeX header for
+# the generated latex document. The header should contain everything until
+# the first chapter. If it is left blank doxygen will generate a
+# standard header. Notice: only use this tag if ...
[truncated message content] |
|
From: <bla...@us...> - 2008-07-14 13:33:45
|
Revision: 19013
http://vice-emu.svn.sourceforge.net/vice-emu/?rev=19013&view=rev
Author: blackystardust
Date: 2008-07-14 06:33:53 -0700 (Mon, 14 Jul 2008)
Log Message:
-----------
Updated the README file for the 2.0 release
Modified Paths:
--------------
trunk/vice/ChangeLog
trunk/vice/README
Modified: trunk/vice/ChangeLog
===================================================================
--- trunk/vice/ChangeLog 2008-07-14 03:51:29 UTC (rev 19012)
+++ trunk/vice/ChangeLog 2008-07-14 13:33:53 UTC (rev 19013)
@@ -1,3 +1,7 @@
+2008-07-14 Marco van den Heuvel <bla...@ya...>
+
+ * README: Updated for the 2.0 release.
+
2008-07-13 Spiro Trikaliotis <spi...@gm...>
* Version 1.22.26
Modified: trunk/vice/README
===================================================================
--- trunk/vice/README 2008-07-14 03:51:29 UTC (rev 19012)
+++ trunk/vice/README 2008-07-14 13:33:53 UTC (rev 19013)
@@ -1,5 +1,5 @@
- VICE 1.22 Aug 2007
+ VICE 2.0 Jul 2008
_______________
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <bla...@us...> - 2008-07-14 03:51:23
|
Revision: 19012
http://vice-emu.svn.sourceforge.net/vice-emu/?rev=19012&view=rev
Author: blackystardust
Date: 2008-07-13 20:51:29 -0700 (Sun, 13 Jul 2008)
Log Message:
-----------
Updated to 1.22.26
Modified Paths:
--------------
branches/marco/ports/vice/ChangeLog
branches/marco/ports/vice/configure.in
branches/marco/ports/vice/po/ChangeLog
branches/marco/ports/vice/po/de.po
branches/marco/ports/vice/po/fr.po
branches/marco/ports/vice/po/hu.po
branches/marco/ports/vice/po/it.po
branches/marco/ports/vice/po/nl.po
branches/marco/ports/vice/po/pl.po
branches/marco/ports/vice/po/sv.po
branches/marco/ports/vice/src/ChangeLog
branches/marco/ports/vice/src/arch/unix/x11/gnome/x11ui.c
branches/marco/ports/vice/src/c64/reu.c
branches/marco/ports/vice/src/version.h
branches/marco/ports/vice/src/vicii/vicii-badline.c
branches/marco/ports/vice/src/vicii/vicii-draw.c
branches/marco/ports/vice/src/vicii/vicii-fetch.c
branches/marco/ports/vice/src/vicii/vicii-fetch.h
branches/marco/ports/vice/src/vicii/vicii-mem.c
branches/marco/ports/vice/src/vicii/vicii-sprites.c
Modified: branches/marco/ports/vice/ChangeLog
===================================================================
--- branches/marco/ports/vice/ChangeLog 2008-07-13 22:54:46 UTC (rev 19011)
+++ branches/marco/ports/vice/ChangeLog 2008-07-14 03:51:29 UTC (rev 19012)
@@ -1,3 +1,17 @@
+2008-07-13 Spiro Trikaliotis <spi...@gm...>
+
+ * Version 1.22.26
+
+2008-07-12 Marco van den Heuvel <bla...@ya...>
+
+ * build/riscos/build-cross.sh: Added a missing 'cd ..'.
+
+ * configure.in: Corrected a typo.
+
+ * doc/Readme.beos: Updated.
+
+ * vice-mint.spec, vice.spec: Release version updated to 2.0.
+
2008-07-10 Spiro Trikaliotis <spi...@gm...>
* Version 1.22.25
Modified: branches/marco/ports/vice/configure.in
===================================================================
--- branches/marco/ports/vice/configure.in 2008-07-13 22:54:46 UTC (rev 19011)
+++ branches/marco/ports/vice/configure.in 2008-07-14 03:51:29 UTC (rev 19012)
@@ -9,7 +9,7 @@
VICE_VERSION_MAJOR=1
VICE_VERSION_MINOR=22
-VICE_VERSION_BUILD=25
+VICE_VERSION_BUILD=26
AC_SUBST(VICE_VERSION_MAJOR)
AC_SUBST(VICE_VERSION_MINOR)
Modified: branches/marco/ports/vice/po/ChangeLog
===================================================================
--- branches/marco/ports/vice/po/ChangeLog 2008-07-13 22:54:46 UTC (rev 19011)
+++ branches/marco/ports/vice/po/ChangeLog 2008-07-14 03:51:29 UTC (rev 19012)
@@ -890,11 +890,3 @@
* Started ChangeLog.
---
-You know, you've been hacking Lisp too long,
-(when...
-
---
-You know, you've been hacking Lisp too long,
-(when...
-
Modified: branches/marco/ports/vice/po/de.po
===================================================================
--- branches/marco/ports/vice/po/de.po 2008-07-13 22:54:46 UTC (rev 19011)
+++ branches/marco/ports/vice/po/de.po 2008-07-14 03:51:29 UTC (rev 19012)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: VICE 2.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-07-08 20:35+0200\n"
+"POT-Creation-Date: 2008-07-13 20:27+0200\n"
"PO-Revision-Date: 2008-01-02 16:46+0100\n"
"Last-Translator: Martin Pottendorfer (pot...@ut...)\n"
"Language-Team: de <de...@li...>\n"
@@ -103,7 +103,7 @@
#: src/c64/cart/c64cart.c:288 src/c64/cart/c64cart.c:291
#: src/c64/cart/ide64.c:281 src/c64/c64_256k.c:210 src/c64/georam.c:260
#: src/c64/mmc64.c:907 src/c64/mmc64.c:909 src/c64/plus256k.c:175
-#: src/c64/plus60k.c:249 src/c64/ramcart.c:284 src/c64/reu.c:479
+#: src/c64/plus60k.c:249 src/c64/ramcart.c:284 src/c64/reu.c:478
#: src/c64/tfe.c:1940 src/cbm2/cbm2-cmdline-options.c:132
#: src/cbm2/cbm2-cmdline-options.c:134 src/cbm2/cbm2-cmdline-options.c:136
#: src/cbm2/cbm2-cmdline-options.c:139 src/cbm2/cbm2-cmdline-options.c:141
@@ -890,7 +890,7 @@
msgid "Specify name of GEORAM image"
msgstr "GEORAM Image Datei definieren"
-#: src/c64/georam.c:262 src/c64/ramcart.c:286 src/c64/reu.c:481
+#: src/c64/georam.c:262 src/c64/ramcart.c:286 src/c64/reu.c:480
#: src/pet/petreu.c:216 src/translate.c.po.c:1150
msgid "<size in KB>"
msgstr "<Gr\xF6\xDFe in KB>"
@@ -983,19 +983,19 @@
msgid "Size of the RAMCART expansion"
msgstr "Gr\xF6\xDFe der RAMCART Erweiterung"
-#: src/c64/reu.c:475 src/translate.c.po.c:1350
+#: src/c64/reu.c:474 src/translate.c.po.c:1350
msgid "Enable the RAM expansion unit"
msgstr "RAM Speichererweiterung aktivieren"
-#: src/c64/reu.c:477 src/translate.c.po.c:1360
+#: src/c64/reu.c:476 src/translate.c.po.c:1360
msgid "Disable the RAM expansion unit"
msgstr "RAM Speichererweiterung deaktivieren"
-#: src/c64/reu.c:479 src/translate.c.po.c:1370
+#: src/c64/reu.c:478 src/translate.c.po.c:1370
msgid "Specify name of REU image"
msgstr "Namen f\xFCr REU Image Datei definieren"
-#: src/c64/reu.c:481 src/translate.c.po.c:1380
+#: src/c64/reu.c:480 src/translate.c.po.c:1380
msgid "Size of the RAM expansion unit"
msgstr "Gr\xF6\xDFe der RAM Speichererweiterung"
Modified: branches/marco/ports/vice/po/fr.po
===================================================================
--- branches/marco/ports/vice/po/fr.po 2008-07-13 22:54:46 UTC (rev 19011)
+++ branches/marco/ports/vice/po/fr.po 2008-07-14 03:51:29 UTC (rev 19012)
@@ -11,7 +11,7 @@
msgstr ""
"Project-Id-Version: VICE 1.22\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-07-08 20:35+0200\n"
+"POT-Creation-Date: 2008-07-13 20:27+0200\n"
"PO-Revision-Date: 2007-07-26 11:57+0200\n"
"Last-Translator: Paul Dub\xE9 <dub...@gm...>\n"
"Language-Team: fr <fr...@li...>\n"
@@ -107,7 +107,7 @@
#: src/c64/cart/c64cart.c:288 src/c64/cart/c64cart.c:291
#: src/c64/cart/ide64.c:281 src/c64/c64_256k.c:210 src/c64/georam.c:260
#: src/c64/mmc64.c:907 src/c64/mmc64.c:909 src/c64/plus256k.c:175
-#: src/c64/plus60k.c:249 src/c64/ramcart.c:284 src/c64/reu.c:479
+#: src/c64/plus60k.c:249 src/c64/ramcart.c:284 src/c64/reu.c:478
#: src/c64/tfe.c:1940 src/cbm2/cbm2-cmdline-options.c:132
#: src/cbm2/cbm2-cmdline-options.c:134 src/cbm2/cbm2-cmdline-options.c:136
#: src/cbm2/cbm2-cmdline-options.c:139 src/cbm2/cbm2-cmdline-options.c:141
@@ -923,7 +923,7 @@
msgid "Specify name of GEORAM image"
msgstr "Sp\xE9cifier le nom de l'image GEORAM"
-#: src/c64/georam.c:262 src/c64/ramcart.c:286 src/c64/reu.c:481
+#: src/c64/georam.c:262 src/c64/ramcart.c:286 src/c64/reu.c:480
#: src/pet/petreu.c:216 src/translate.c.po.c:1150
msgid "<size in KB>"
msgstr "<taille en KO>"
@@ -1027,19 +1027,19 @@
msgid "Size of the RAMCART expansion"
msgstr "Taille de l'expansion RAMCART"
-#: src/c64/reu.c:475 src/translate.c.po.c:1350
+#: src/c64/reu.c:474 src/translate.c.po.c:1350
msgid "Enable the RAM expansion unit"
msgstr "Activer l'unit\xE9 d'expansion RAM"
-#: src/c64/reu.c:477 src/translate.c.po.c:1360
+#: src/c64/reu.c:476 src/translate.c.po.c:1360
msgid "Disable the RAM expansion unit"
msgstr "D\xE9sactiver l'unit\xE9 d'expansion RAM"
-#: src/c64/reu.c:479 src/translate.c.po.c:1370
+#: src/c64/reu.c:478 src/translate.c.po.c:1370
msgid "Specify name of REU image"
msgstr "Sp\xE9cifier le nom de l'image REU"
-#: src/c64/reu.c:481 src/translate.c.po.c:1380
+#: src/c64/reu.c:480 src/translate.c.po.c:1380
msgid "Size of the RAM expansion unit"
msgstr "Taille de l'unit\xE9 d'expansion RAM"
Modified: branches/marco/ports/vice/po/hu.po
===================================================================
--- branches/marco/ports/vice/po/hu.po 2008-07-13 22:54:46 UTC (rev 19011)
+++ branches/marco/ports/vice/po/hu.po 2008-07-14 03:51:29 UTC (rev 19012)
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: VICE 2.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-07-08 20:35+0200\n"
+"POT-Creation-Date: 2008-07-13 20:27+0200\n"
"PO-Revision-Date: 2007-07-27 15:58+0200\n"
"Last-Translator: Karai Csaba <cs...@fr...>\n"
"Language-Team: Hungarian <hu...@li...>\n"
@@ -104,7 +104,7 @@
#: src/c64/cart/c64cart.c:288 src/c64/cart/c64cart.c:291
#: src/c64/cart/ide64.c:281 src/c64/c64_256k.c:210 src/c64/georam.c:260
#: src/c64/mmc64.c:907 src/c64/mmc64.c:909 src/c64/plus256k.c:175
-#: src/c64/plus60k.c:249 src/c64/ramcart.c:284 src/c64/reu.c:479
+#: src/c64/plus60k.c:249 src/c64/ramcart.c:284 src/c64/reu.c:478
#: src/c64/tfe.c:1940 src/cbm2/cbm2-cmdline-options.c:132
#: src/cbm2/cbm2-cmdline-options.c:134 src/cbm2/cbm2-cmdline-options.c:136
#: src/cbm2/cbm2-cmdline-options.c:139 src/cbm2/cbm2-cmdline-options.c:141
@@ -896,7 +896,7 @@
msgid "Specify name of GEORAM image"
msgstr "Adja meg a GEORAM k\xE9pm\xE1s nev\xE9t"
-#: src/c64/georam.c:262 src/c64/ramcart.c:286 src/c64/reu.c:481
+#: src/c64/georam.c:262 src/c64/ramcart.c:286 src/c64/reu.c:480
#: src/pet/petreu.c:216 src/translate.c.po.c:1150
msgid "<size in KB>"
msgstr "<m\xE9ret KB-ban>"
@@ -989,19 +989,19 @@
msgid "Size of the RAMCART expansion"
msgstr "RAMCART b\xF5v\xEDt\xE9s m\xE9rete"
-#: src/c64/reu.c:475 src/translate.c.po.c:1350
+#: src/c64/reu.c:474 src/translate.c.po.c:1350
msgid "Enable the RAM expansion unit"
msgstr "RAM Expansion Unit enged\xE9lyez\xE9se"
-#: src/c64/reu.c:477 src/translate.c.po.c:1360
+#: src/c64/reu.c:476 src/translate.c.po.c:1360
msgid "Disable the RAM expansion unit"
msgstr "RAM Expansion Unit tilt\xE1sa"
-#: src/c64/reu.c:479 src/translate.c.po.c:1370
+#: src/c64/reu.c:478 src/translate.c.po.c:1370
msgid "Specify name of REU image"
msgstr "Adja meg a REU k\xE9pm\xE1s nev\xE9t"
-#: src/c64/reu.c:481 src/translate.c.po.c:1380
+#: src/c64/reu.c:480 src/translate.c.po.c:1380
msgid "Size of the RAM expansion unit"
msgstr "RAM Expansion Unit m\xE9rete"
Modified: branches/marco/ports/vice/po/it.po
===================================================================
--- branches/marco/ports/vice/po/it.po 2008-07-13 22:54:46 UTC (rev 19011)
+++ branches/marco/ports/vice/po/it.po 2008-07-14 03:51:29 UTC (rev 19012)
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: VICE 1.22\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-07-08 20:35+0200\n"
+"POT-Creation-Date: 2008-07-13 20:27+0200\n"
"PO-Revision-Date: 2007-07-28 14:26+0100\n"
"Last-Translator: Andrea Musuruane <mus...@gm...>\n"
"Language-Team: it <it...@li...>\n"
@@ -103,7 +103,7 @@
#: src/c64/cart/c64cart.c:288 src/c64/cart/c64cart.c:291
#: src/c64/cart/ide64.c:281 src/c64/c64_256k.c:210 src/c64/georam.c:260
#: src/c64/mmc64.c:907 src/c64/mmc64.c:909 src/c64/plus256k.c:175
-#: src/c64/plus60k.c:249 src/c64/ramcart.c:284 src/c64/reu.c:479
+#: src/c64/plus60k.c:249 src/c64/ramcart.c:284 src/c64/reu.c:478
#: src/c64/tfe.c:1940 src/cbm2/cbm2-cmdline-options.c:132
#: src/cbm2/cbm2-cmdline-options.c:134 src/cbm2/cbm2-cmdline-options.c:136
#: src/cbm2/cbm2-cmdline-options.c:139 src/cbm2/cbm2-cmdline-options.c:141
@@ -917,7 +917,7 @@
msgid "Specify name of GEORAM image"
msgstr "Specifica il nome dell'immagine GEORAM"
-#: src/c64/georam.c:262 src/c64/ramcart.c:286 src/c64/reu.c:481
+#: src/c64/georam.c:262 src/c64/ramcart.c:286 src/c64/reu.c:480
#: src/pet/petreu.c:216 src/translate.c.po.c:1150
msgid "<size in KB>"
msgstr "<dimensione in KB>"
@@ -1012,19 +1012,19 @@
msgid "Size of the RAMCART expansion"
msgstr "Dimensione dell'espansione RAMCART"
-#: src/c64/reu.c:475 src/translate.c.po.c:1350
+#: src/c64/reu.c:474 src/translate.c.po.c:1350
msgid "Enable the RAM expansion unit"
msgstr "Attiva l'espansione di RAM"
-#: src/c64/reu.c:477 src/translate.c.po.c:1360
+#: src/c64/reu.c:476 src/translate.c.po.c:1360
msgid "Disable the RAM expansion unit"
msgstr "Disattiva l'espansione di RAM"
-#: src/c64/reu.c:479 src/translate.c.po.c:1370
+#: src/c64/reu.c:478 src/translate.c.po.c:1370
msgid "Specify name of REU image"
msgstr "Specifica il nome dell'immagine REU"
-#: src/c64/reu.c:481 src/translate.c.po.c:1380
+#: src/c64/reu.c:480 src/translate.c.po.c:1380
msgid "Size of the RAM expansion unit"
msgstr "Dimensione dell'espansione di RAM"
Modified: branches/marco/ports/vice/po/nl.po
===================================================================
--- branches/marco/ports/vice/po/nl.po 2008-07-13 22:54:46 UTC (rev 19011)
+++ branches/marco/ports/vice/po/nl.po 2008-07-14 03:51:29 UTC (rev 19012)
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: VICE 2.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-07-08 20:35+0200\n"
+"POT-Creation-Date: 2008-07-13 20:27+0200\n"
"PO-Revision-Date: 2008-06-11 11:57+0200\n"
"Last-Translator: Marco van den Heuvel <bla...@ya...>\n"
"Language-Team: nl <nl...@li...>\n"
@@ -54,11 +54,15 @@
#: src/autostart.c:177 src/translate.c.po.c:634
msgid "On autostart, use the 'RUN' command with a colon, i.e., 'RUN:'"
-msgstr "Bij het autostarten, gebruik het 'RUN' commando met een dubbele punt, dus 'RUN:'"
+msgstr ""
+"Bij het autostarten, gebruik het 'RUN' commando met een dubbele punt, dus "
+"'RUN:'"
#: src/autostart.c:179 src/translate.c.po.c:644
msgid "On autostart, do not use the 'RUN' command with a colon; i.e., 'RUN'"
-msgstr "Bij het autostarten, gebruik het 'RUN' commando niet met een dubbele punt, dus 'RUN'"
+msgstr ""
+"Bij het autostarten, gebruik het 'RUN' commando niet met een dubbele punt, "
+"dus 'RUN'"
#: src/autostart.c:270 src/translate.c.po.c:96
msgid "Cannot load snapshot file."
@@ -103,7 +107,7 @@
#: src/c64/cart/c64cart.c:288 src/c64/cart/c64cart.c:291
#: src/c64/cart/ide64.c:281 src/c64/c64_256k.c:210 src/c64/georam.c:260
#: src/c64/mmc64.c:907 src/c64/mmc64.c:909 src/c64/plus256k.c:175
-#: src/c64/plus60k.c:249 src/c64/ramcart.c:284 src/c64/reu.c:479
+#: src/c64/plus60k.c:249 src/c64/ramcart.c:284 src/c64/reu.c:478
#: src/c64/tfe.c:1940 src/cbm2/cbm2-cmdline-options.c:132
#: src/cbm2/cbm2-cmdline-options.c:134 src/cbm2/cbm2-cmdline-options.c:136
#: src/cbm2/cbm2-cmdline-options.c:139 src/cbm2/cbm2-cmdline-options.c:141
@@ -890,7 +894,7 @@
msgid "Specify name of GEORAM image"
msgstr "Geef de naam van het GEORAM-bestand"
-#: src/c64/georam.c:262 src/c64/ramcart.c:286 src/c64/reu.c:481
+#: src/c64/georam.c:262 src/c64/ramcart.c:286 src/c64/reu.c:480
#: src/pet/petreu.c:216 src/translate.c.po.c:1150
msgid "<size in KB>"
msgstr "<grootte in KB>"
@@ -983,19 +987,19 @@
msgid "Size of the RAMCART expansion"
msgstr "Grootte van de RAMCART-uitbreiding"
-#: src/c64/reu.c:475 src/translate.c.po.c:1350
+#: src/c64/reu.c:474 src/translate.c.po.c:1350
msgid "Enable the RAM expansion unit"
msgstr "Activeer de RAM-uitbreidingseenheid (REU)"
-#: src/c64/reu.c:477 src/translate.c.po.c:1360
+#: src/c64/reu.c:476 src/translate.c.po.c:1360
msgid "Disable the RAM expansion unit"
msgstr "De RAM-uitbreidingseenheid (REU) uitschakelen"
-#: src/c64/reu.c:479 src/translate.c.po.c:1370
+#: src/c64/reu.c:478 src/translate.c.po.c:1370
msgid "Specify name of REU image"
msgstr "Geef de naam van het REU-bestand"
-#: src/c64/reu.c:481 src/translate.c.po.c:1380
+#: src/c64/reu.c:480 src/translate.c.po.c:1380
msgid "Size of the RAM expansion unit"
msgstr "Grootte van de RAM-uitbreidingseenheid (REU)"
@@ -11347,4 +11351,3 @@
#: src/arch/amigaos/intl.c.po.c:4844
msgid "Amiga mouse"
msgstr "Amiga muis"
-
Modified: branches/marco/ports/vice/po/pl.po
===================================================================
--- branches/marco/ports/vice/po/pl.po 2008-07-13 22:54:46 UTC (rev 19011)
+++ branches/marco/ports/vice/po/pl.po 2008-07-14 03:51:29 UTC (rev 19012)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: VICE 1.22\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-07-08 20:35+0200\n"
+"POT-Creation-Date: 2008-07-13 20:27+0200\n"
"PO-Revision-Date: 2007-07-26 11:55+0200\n"
"Last-Translator: Mariusz M\xB3ynek <fl...@go...>\n"
"Language-Team: pl <pl...@li...>\n"
@@ -107,7 +107,7 @@
#: src/c64/cart/c64cart.c:288 src/c64/cart/c64cart.c:291
#: src/c64/cart/ide64.c:281 src/c64/c64_256k.c:210 src/c64/georam.c:260
#: src/c64/mmc64.c:907 src/c64/mmc64.c:909 src/c64/plus256k.c:175
-#: src/c64/plus60k.c:249 src/c64/ramcart.c:284 src/c64/reu.c:479
+#: src/c64/plus60k.c:249 src/c64/ramcart.c:284 src/c64/reu.c:478
#: src/c64/tfe.c:1940 src/cbm2/cbm2-cmdline-options.c:132
#: src/cbm2/cbm2-cmdline-options.c:134 src/cbm2/cbm2-cmdline-options.c:136
#: src/cbm2/cbm2-cmdline-options.c:139 src/cbm2/cbm2-cmdline-options.c:141
@@ -976,7 +976,7 @@
msgid "Specify name of GEORAM image"
msgstr "Okre\xB6l nazw\xEA pliku symbolicznej mapy klawiatury"
-#: src/c64/georam.c:262 src/c64/ramcart.c:286 src/c64/reu.c:481
+#: src/c64/georam.c:262 src/c64/ramcart.c:286 src/c64/reu.c:480
#: src/pet/petreu.c:216 src/translate.c.po.c:1150
msgid "<size in KB>"
msgstr ""
@@ -1085,22 +1085,22 @@
msgid "Size of the RAMCART expansion"
msgstr "Rozszerzenie RAM nap\xEAdu #9"
-#: src/c64/reu.c:475 src/translate.c.po.c:1350
+#: src/c64/reu.c:474 src/translate.c.po.c:1350
#, fuzzy
msgid "Enable the RAM expansion unit"
msgstr "Jednostka rozszerzenia RAM"
-#: src/c64/reu.c:477 src/translate.c.po.c:1360
+#: src/c64/reu.c:476 src/translate.c.po.c:1360
#, fuzzy
msgid "Disable the RAM expansion unit"
msgstr "Rozszerzenie RAM nap\xEAdu #9"
-#: src/c64/reu.c:479 src/translate.c.po.c:1370
+#: src/c64/reu.c:478 src/translate.c.po.c:1370
#, fuzzy
msgid "Specify name of REU image"
msgstr "Okre\xB6l nazw\xEA pliku symbolicznej mapy klawiatury"
-#: src/c64/reu.c:481 src/translate.c.po.c:1380
+#: src/c64/reu.c:480 src/translate.c.po.c:1380
#, fuzzy
msgid "Size of the RAM expansion unit"
msgstr "Jednostka rozszerzenia RAM"
Modified: branches/marco/ports/vice/po/sv.po
===================================================================
--- branches/marco/ports/vice/po/sv.po 2008-07-13 22:54:46 UTC (rev 19011)
+++ branches/marco/ports/vice/po/sv.po 2008-07-14 03:51:29 UTC (rev 19012)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: VICE 2.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-07-08 20:35+0200\n"
+"POT-Creation-Date: 2008-07-13 20:27+0200\n"
"PO-Revision-Date: 2007-07-30 20:49+0100\n"
"Last-Translator: Peter Karlsson <pe...@so...>\n"
"Language-Team: Swedish <tp...@li...>\n"
@@ -104,7 +104,7 @@
#: src/c64/cart/c64cart.c:288 src/c64/cart/c64cart.c:291
#: src/c64/cart/ide64.c:281 src/c64/c64_256k.c:210 src/c64/georam.c:260
#: src/c64/mmc64.c:907 src/c64/mmc64.c:909 src/c64/plus256k.c:175
-#: src/c64/plus60k.c:249 src/c64/ramcart.c:284 src/c64/reu.c:479
+#: src/c64/plus60k.c:249 src/c64/ramcart.c:284 src/c64/reu.c:478
#: src/c64/tfe.c:1940 src/cbm2/cbm2-cmdline-options.c:132
#: src/cbm2/cbm2-cmdline-options.c:134 src/cbm2/cbm2-cmdline-options.c:136
#: src/cbm2/cbm2-cmdline-options.c:139 src/cbm2/cbm2-cmdline-options.c:141
@@ -889,7 +889,7 @@
msgid "Specify name of GEORAM image"
msgstr "Ange namn p\xE5 GEORAM-avbildning"
-#: src/c64/georam.c:262 src/c64/ramcart.c:286 src/c64/reu.c:481
+#: src/c64/georam.c:262 src/c64/ramcart.c:286 src/c64/reu.c:480
#: src/pet/petreu.c:216 src/translate.c.po.c:1150
msgid "<size in KB>"
msgstr "<storlek i KB>"
@@ -982,19 +982,19 @@
msgid "Size of the RAMCART expansion"
msgstr "Storlek p\xE5 RAMCART-expansion"
-#: src/c64/reu.c:475 src/translate.c.po.c:1350
+#: src/c64/reu.c:474 src/translate.c.po.c:1350
msgid "Enable the RAM expansion unit"
msgstr "Aktivera RAM-expansionsenhet"
-#: src/c64/reu.c:477 src/translate.c.po.c:1360
+#: src/c64/reu.c:476 src/translate.c.po.c:1360
msgid "Disable the RAM expansion unit"
msgstr "Inaktivera RAM-expansionsenhet"
-#: src/c64/reu.c:479 src/translate.c.po.c:1370
+#: src/c64/reu.c:478 src/translate.c.po.c:1370
msgid "Specify name of REU image"
msgstr "Ange namn p\xE5 REU-avbildning"
-#: src/c64/reu.c:481 src/translate.c.po.c:1380
+#: src/c64/reu.c:480 src/translate.c.po.c:1380
msgid "Size of the RAM expansion unit"
msgstr "Storlek p\xE5 RAM-expansionsenhet"
Modified: branches/marco/ports/vice/src/ChangeLog
===================================================================
--- branches/marco/ports/vice/src/ChangeLog 2008-07-13 22:54:46 UTC (rev 19011)
+++ branches/marco/ports/vice/src/ChangeLog 2008-07-14 03:51:29 UTC (rev 19012)
@@ -1,3 +1,49 @@
+2008-07-13 Spiro Trikaliotis <spi...@gm...>
+
+ * Version 1.22.26
+
+2008-07-12 Andreas Matthies <and...@gm...>
+
+ * vicii/vicii-fetch.c, vicii/vicii_fetch.h: vicii_fetch_matrix
+ now gets the cycle and uses it to change xsmooth_color in time.
+ This fixes bug in Crest/Krestage multiplexer crunchtable.
+
+ * vicii/vicii-draw.c (draw_mc_bitmap_foreground): Change from
+ VICII_ILLEGAL_TEXT_MODE is handled now. This fixes bug in
+ Crest/Digital Magic.
+
+ * vicii/vicii-mem.c (d015_store): Force a DMA check even on
+ last_dma_line. This fixes bug in Oregon/Maulhalten.
+
+ * vicii/vicii-sprites.c (vicii_sprites_set_x_position): Another
+ fix to make Cosmos Design/Living Chips happy. This is not the
+ end of the story...
+
+2008-07-12 Marco van den Heuvel <bla...@ya...>
+
+ * arch/amigaos/README.AMIGA: Updated.
+
+ * arch/unix/gp2x/make-bindist.sh,
+ arch/unix/sco_sol/make-bindist.sh: Fixed a typo.
+
+2008-07-13 Spiro Trikaliotis <spi...@gm...>
+
+ * c64/reu.c: Fixed the end of transfer length when doing a
+ compare.
+
+2008-07-12 Spiro Trikaliotis <spi...@gm...>
+
+ * arch/unix/x11/gnome/x11ui.c: removed weird unicode character
+ from a commentary in ui_open_canvas_window().
+
+ * c64/reu.c: Fixed a bug with transfer and swap file operations
+ introduced on 2008-07-10; Added assert()s for input parameters
+ in reu_dma_update_reads(), reu_dma_host_to_dma(),
+ reu_dma_reu_to_host(), reu_dma_compare(); Fixed an error in
+ reu_dma_compare() where it "forgot" to generate an IRQ if a
+ verify error occurred; length is now written correctly in
+ reu_dma_update_regs() (value 0x10000 was not corrected to 0!).
+
2008-07-10 Spiro Trikaliotis <spi...@gm...>
* Version 1.22.25
Modified: branches/marco/ports/vice/src/arch/unix/x11/gnome/x11ui.c
===================================================================
--- branches/marco/ports/vice/src/arch/unix/x11/gnome/x11ui.c 2008-07-13 22:54:46 UTC (rev 19011)
+++ branches/marco/ports/vice/src/arch/unix/x11/gnome/x11ui.c 2008-07-14 03:51:29 UTC (rev 19012)
@@ -997,7 +997,7 @@
gtk_box_pack_start(GTK_BOX(new_pane),new_canvas,TRUE,TRUE,0);
gtk_widget_show(new_canvas);
- /* XVideo must be refreshed when the application window is moved. */
+ /* XVideo must be refreshed when the application window is moved. */
g_signal_connect(G_OBJECT(new_window), "configure-event",
G_CALLBACK(configure_callback_app),
(void*) c);
Modified: branches/marco/ports/vice/src/c64/reu.c
===================================================================
--- branches/marco/ports/vice/src/c64/reu.c 2008-07-13 22:54:46 UTC (rev 19011)
+++ branches/marco/ports/vice/src/c64/reu.c 2008-07-14 03:51:29 UTC (rev 19012)
@@ -75,7 +75,7 @@
#ifdef REU_DEBUG
/*! \brief dynamically define the debugging level */
- static enum debug_level_e DEBUG_LEVEL = 0;
+ static enum debug_level_e DEBUG_LEVEL = DEBUG_LEVEL_NONE;
/*! \brief output debugging information
\param _level
@@ -927,6 +927,9 @@
static void reu_dma_update_regs(WORD host_addr, unsigned int reu_addr,
int len, BYTE new_status_or_mask)
{
+ assert( len >= 1 );
+ assert( new_status_or_mask != 0 );
+
reu_addr &= rec_options.wrap_around_mask_when_storing;
rec.status |= new_status_or_mask;
@@ -946,7 +949,7 @@
rec.bank_reu = (reu_addr >> 16) & 0xff;
}
- rec.transfer_length = len;
+ rec.transfer_length = len & 0xFFFF;
}
else {
rec.base_computer = rec.base_computer_shadow;
@@ -999,13 +1002,15 @@
int host_step, int reu_step, int len)
{
BYTE value;
- assert(((host_step == 0) || (host_step == 1)));
- assert(((reu_step == 0) || (reu_step == 1)));
DEBUG_LOG( DEBUG_LEVEL_TRANSFER_HIGH_LEVEL, (reu_log,
"copy ext $%05X %s<= main $%04X%s, $%04X (%d) bytes.",
reu_addr, reu_step ? "" : "(fixed) ", host_addr,
host_step ? "" : " (fixed)", len, len) );
+ assert(((host_step == 0) || (host_step == 1)));
+ assert(((reu_step == 0) || (reu_step == 1)));
+ assert(len >= 1);
+
while (len) {
maincpu_clk++;
machine_handle_pending_alarms(0);
@@ -1020,7 +1025,7 @@
len--;
}
DEBUG_LOG( DEBUG_LEVEL_REGISTER, (reu_log, "END OF BLOCK") );
- reu_dma_update_regs(host_addr, reu_addr, len, REU_REG_R_STATUS_END_OF_BLOCK);
+ reu_dma_update_regs(host_addr, reu_addr, ++len, REU_REG_R_STATUS_END_OF_BLOCK);
}
/*! \brief DMA operation writing from the REU to the host
@@ -1049,6 +1054,10 @@
reu_addr, reu_step ? "" : "(fixed) ", host_addr,
host_step ? "" : " (fixed)", len, len) );
+ assert(((host_step == 0) || (host_step == 1)));
+ assert(((reu_step == 0) || (reu_step == 1)));
+ assert(len >= 1);
+
while (len) {
DEBUG_LOG( DEBUG_LEVEL_TRANSFER_LOW_LEVEL, (reu_log,
"Transferring byte: %x from ext $%05X to main $%04X.",
@@ -1062,7 +1071,7 @@
len--;
}
DEBUG_LOG( DEBUG_LEVEL_REGISTER, (reu_log, "END OF BLOCK") );
- reu_dma_update_regs(host_addr, reu_addr, len, REU_REG_R_STATUS_END_OF_BLOCK);
+ reu_dma_update_regs(host_addr, reu_addr, ++len, REU_REG_R_STATUS_END_OF_BLOCK);
}
/*! \brief DMA operation swaping data between host and REU
@@ -1092,6 +1101,10 @@
reu_addr, reu_step ? "" : "(fixed) ", host_addr,
host_step ? "" : " (fixed)", len, len) );
+ assert(((host_step == 0) || (host_step == 1)));
+ assert(((reu_step == 0) || (reu_step == 1)));
+ assert(len >= 1);
+
while (len) {
value_from_reu = read_from_reu(reu_addr);
maincpu_clk++;
@@ -1109,7 +1122,7 @@
len--;
}
DEBUG_LOG( DEBUG_LEVEL_REGISTER, (reu_log, "END OF BLOCK") );
- reu_dma_update_regs(host_addr, reu_addr, len, REU_REG_R_STATUS_END_OF_BLOCK);
+ reu_dma_update_regs(host_addr, reu_addr, ++len, REU_REG_R_STATUS_END_OF_BLOCK);
}
/*! \brief DMA operation comparing data between host and REU
@@ -1142,12 +1155,16 @@
reu_addr, reu_step ? "" : "(fixed) ", host_addr,
host_step ? "" : " (fixed)", len, len) );
+ assert(((host_step == 0) || (host_step == 1)));
+ assert(((reu_step == 0) || (reu_step == 1)));
+ assert(len >= 1);
+
/* the real 17xx does not clear these bits on compare;
* thus, we do not clear them, either! */
/* rec.status &= ~ (REU_REG_R_STATUS_VERIFY_ERROR | REU_REG_R_STATUS_END_OF_BLOCK); */
- while (len--) {
+ while (len) {
maincpu_clk++;
machine_handle_pending_alarms(0);
value_from_reu = read_from_reu(reu_addr);
@@ -1157,28 +1174,33 @@
value_from_c64, host_addr, value_from_reu, reu_addr) );
reu_addr = increment_reu_with_wrap_around(reu_addr, reu_step);
host_addr = (host_addr + host_step) & 0xffff;
+ len--;
if (value_from_reu != value_from_c64) {
DEBUG_LOG( DEBUG_LEVEL_REGISTER, (reu_log, "VERIFY ERROR") );
- rec.status |= REU_REG_R_STATUS_VERIFY_ERROR;
+ new_status_or_mask |= REU_REG_R_STATUS_VERIFY_ERROR;
/* weird behaviour of the 17xx: If the last or next-to-last byte
- * failed, the "end of block transfer" bit is set, too.
+ * failed, the "end of block transfer" bit is set, too (cf. below),
+ * and the reported length is 1
*/
if (len <= 1) {
- new_status_or_mask |= REU_REG_R_STATUS_END_OF_BLOCK;
len = 1;
}
break;
}
}
- assert( len >= -1 );
+ /* the length was decremented once too much, correct this */
+ if (len == 0) {
+ ++len;
+ }
- if (len < 0) {
+ assert( len >= 1 );
+
+ if (len == 1) {
/* all bytes are equal, mark End Of Block */
- new_status_or_mask = REU_REG_R_STATUS_END_OF_BLOCK;
- len = 1;
+ new_status_or_mask |= REU_REG_R_STATUS_END_OF_BLOCK;
}
reu_dma_update_regs(host_addr, reu_addr, len, new_status_or_mask);
Modified: branches/marco/ports/vice/src/version.h
===================================================================
--- branches/marco/ports/vice/src/version.h 2008-07-13 22:54:46 UTC (rev 19011)
+++ branches/marco/ports/vice/src/version.h 2008-07-14 03:51:29 UTC (rev 19012)
@@ -28,11 +28,11 @@
#define __VERSION_H__
#ifndef VERSION
-#define VERSION "1.22.25"
+#define VERSION "1.22.26"
#endif
#ifndef VERSION_RC_NUMBER
-#define VERSION_RC_NUMBER 1,22,25,0
+#define VERSION_RC_NUMBER 1,22,26,0
#endif
#ifndef PACKAGE
Modified: branches/marco/ports/vice/src/vicii/vicii-badline.c
===================================================================
--- branches/marco/ports/vice/src/vicii/vicii-badline.c 2008-07-13 22:54:46 UTC (rev 19011)
+++ branches/marco/ports/vice/src/vicii/vicii-badline.c 2008-07-14 03:51:29 UTC (rev 19012)
@@ -132,7 +132,7 @@
/* Force the DMA. */
if (num_chars > 0)
- vicii_fetch_matrix(pos, num_chars, num_0xff_fetches);
+ vicii_fetch_matrix(pos, num_chars, num_0xff_fetches, cycle);
/* Set the value by which `vicii.mem_counter' is incremented on
this line. */
Modified: branches/marco/ports/vice/src/vicii/vicii-draw.c
===================================================================
--- branches/marco/ports/vice/src/vicii/vicii-draw.c 2008-07-13 22:54:46 UTC (rev 19011)
+++ branches/marco/ports/vice/src/vicii/vicii-draw.c 2008-07-14 03:51:29 UTC (rev 19012)
@@ -828,7 +828,8 @@
else
b = bmptr_low[j];
- if (vicii.raster.last_video_mode == VICII_MULTICOLOR_TEXT_MODE) {
+ if (vicii.raster.last_video_mode == VICII_MULTICOLOR_TEXT_MODE
+ || vicii.raster.last_video_mode == VICII_ILLEGAL_TEXT_MODE) {
BYTE *char_ptr = vicii.chargen_ptr + vicii.raster.ycounter;
b = char_ptr[vicii.vbuf[i - vicii.buf_offset] * 8];
}
Modified: branches/marco/ports/vice/src/vicii/vicii-fetch.c
===================================================================
--- branches/marco/ports/vice/src/vicii/vicii-fetch.c 2008-07-13 22:54:46 UTC (rev 19011)
+++ branches/marco/ports/vice/src/vicii/vicii-fetch.c 2008-07-14 03:51:29 UTC (rev 19012)
@@ -54,7 +54,7 @@
/* Emulate a matrix line fetch, `num' bytes starting from `offs'. This takes
care of the 10-bit counter wraparound. */
-void vicii_fetch_matrix(int offs, int num, int num_0xff)
+void vicii_fetch_matrix(int offs, int num, int num_0xff, int cycle)
{
int start_char;
int c;
@@ -97,19 +97,37 @@
/* Set correct background color in in the xsmooth area.
As this only affects the next line, the xsmooth color is immediately
set if the right border is opened. */
+ /* A.M.: This is not true! Immediate change is necessary.
+ See the crunch table in Multiplexer part of Krestage */
if (offs + num >= VICII_SCREEN_TEXTCOLS) {
switch (vicii.get_background_from_vbuf) {
case VICII_HIRES_BITMAP_MODE:
+#if 0
raster_changes_next_line_add_int(
&vicii.raster,
&vicii.raster.xsmooth_color,
vicii.background_color_source & 0x0f);
+#else
+ raster_changes_background_add_int(
+ &vicii.raster,
+ VICII_RASTER_X(cycle),
+ &vicii.raster.xsmooth_color,
+ vicii.background_color_source & 0x0f);
+#endif
break;
case VICII_EXTENDED_TEXT_MODE:
+#if 0
raster_changes_next_line_add_int(
&vicii.raster,
&vicii.raster.xsmooth_color,
vicii.regs[0x21 + (vicii.background_color_source >> 6)]);
+#else
+ raster_changes_background_add_int(
+ &vicii.raster,
+ VICII_RASTER_X(cycle),
+ &vicii.raster.xsmooth_color,
+ vicii.regs[0x21 + (vicii.background_color_source >> 6)]);
+#endif
break;
}
}
@@ -131,7 +149,7 @@
&& vicii.allow_bad_lines
&& raster->current_line >= vicii.first_dma_line
&& raster->current_line <= vicii.last_dma_line) {
- vicii_fetch_matrix(0, VICII_SCREEN_TEXTCOLS, 0);
+ vicii_fetch_matrix(0, VICII_SCREEN_TEXTCOLS, 0, VICII_FETCH_CYCLE);
raster->draw_idle_state = 0;
raster->ycounter = 0;
Modified: branches/marco/ports/vice/src/vicii/vicii-fetch.h
===================================================================
--- branches/marco/ports/vice/src/vicii/vicii-fetch.h 2008-07-13 22:54:46 UTC (rev 19011)
+++ branches/marco/ports/vice/src/vicii/vicii-fetch.h 2008-07-14 03:51:29 UTC (rev 19012)
@@ -32,7 +32,7 @@
extern void vicii_fetch_init(void);
extern void vicii_fetch_alarm_handler(CLOCK offset, void *data);
-extern void vicii_fetch_matrix(int offs, int num, int num_0xff);
+extern void vicii_fetch_matrix(int offs, int num, int num_0xff, int cycle);
#endif
Modified: branches/marco/ports/vice/src/vicii/vicii-mem.c
===================================================================
--- branches/marco/ports/vice/src/vicii/vicii-mem.c 2008-07-13 22:54:46 UTC (rev 19011)
+++ branches/marco/ports/vice/src/vicii/vicii-mem.c 2008-07-14 03:51:29 UTC (rev 19012)
@@ -370,7 +370,7 @@
&& cycle > VICII_FETCH_CYCLE
&& cycle <= vicii.sprite_fetch_cycle)
|| vicii.raster.current_line < vicii.first_dma_line
- || vicii.raster.current_line > vicii.last_dma_line) {
+ || vicii.raster.current_line >= vicii.last_dma_line) {
CLOCK new_fetch_clk;
new_fetch_clk = (VICII_LINE_START_CLK(maincpu_clk)
Modified: branches/marco/ports/vice/src/vicii/vicii-sprites.c
===================================================================
--- branches/marco/ports/vice/src/vicii/vicii-sprites.c 2008-07-13 22:54:46 UTC (rev 19011)
+++ branches/marco/ports/vice/src/vicii/vicii-sprites.c 2008-07-14 03:51:29 UTC (rev 19012)
@@ -1203,7 +1203,14 @@
if (next_pos < last_pos) {
if (change_pos <= next_pos)
{
- sprite->x = new_x;
+ if (raster_x + 8 > new_x) {
+ /* last line was already drawn */
+ raster_changes_sprites_add_int(&vicii.raster,
+ SPRITE_DISPLAY_IMMEDIATE_DATA_FETCHED(num),
+ &sprite->x, new_x);
+ } else {
+ sprite->x = new_x;
+ }
} else {
if (change_pos <= last_pos) {
/* too early to start at last_pos and too late to start
@@ -1224,8 +1231,14 @@
} else {
/* next_pos >= last_pos */
if (change_pos <= last_pos) {
- /* display not started yet, use next_pos */
- sprite->x = new_x;
+ if (raster_x + 8 > new_x) {
+ /* last line was already drawn */
+ raster_changes_sprites_add_int(&vicii.raster,
+ SPRITE_DISPLAY_IMMEDIATE_DATA_FETCHED(num),
+ &sprite->x, new_x);
+ } else {
+ sprite->x = new_x;
+ }
} else {
if (change_pos >= next_pos) {
if (raster_x + 8 < sprite->x && new_x > raster_x + 8) {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <fa...@us...> - 2008-07-13 22:54:39
|
Revision: 19011
http://vice-emu.svn.sourceforge.net/vice-emu/?rev=19011&view=rev
Author: fabbo
Date: 2008-07-13 15:54:46 -0700 (Sun, 13 Jul 2008)
Log Message:
-----------
Add an Allegro joystick driver
Modified Paths:
--------------
branches/fabrizio/v1.22.13-newjoydesign/vice/configure.in
branches/fabrizio/v1.22.13-newjoydesign/vice/src/arch/msdos/Makefile.am
branches/fabrizio/v1.22.13-newjoydesign/vice/src/arch/msdos/kbd.c
branches/fabrizio/v1.22.13-newjoydesign/vice/src/arch/msdos/uijoystick.c
branches/fabrizio/v1.22.13-newjoydesign/vice/src/arch/msdos/vsync.c
branches/fabrizio/v1.22.13-newjoydesign/vice/src/joystick.c
branches/fabrizio/v1.22.13-newjoydesign/vice/src/joystickdrv/Makefile.am
Added Paths:
-----------
branches/fabrizio/v1.22.13-newjoydesign/vice/src/joystickdrv/joy_allegro.c
Removed Paths:
-------------
branches/fabrizio/v1.22.13-newjoydesign/vice/Makefile.in
branches/fabrizio/v1.22.13-newjoydesign/vice/aclocal.m4
branches/fabrizio/v1.22.13-newjoydesign/vice/build/Makefile.in
branches/fabrizio/v1.22.13-newjoydesign/vice/configure
branches/fabrizio/v1.22.13-newjoydesign/vice/data/C128/Makefile.in
branches/fabrizio/v1.22.13-newjoydesign/vice/data/C64/Makefile.in
branches/fabrizio/v1.22.13-newjoydesign/vice/data/CBM-II/Makefile.in
branches/fabrizio/v1.22.13-newjoydesign/vice/data/DRIVES/Makefile.in
branches/fabrizio/v1.22.13-newjoydesign/vice/data/Makefile.in
branches/fabrizio/v1.22.13-newjoydesign/vice/data/PET/Makefile.in
branches/fabrizio/v1.22.13-newjoydesign/vice/data/PLUS4/Makefile.in
branches/fabrizio/v1.22.13-newjoydesign/vice/data/PRINTER/Makefile.in
branches/fabrizio/v1.22.13-newjoydesign/vice/data/VIC20/Makefile.in
branches/fabrizio/v1.22.13-newjoydesign/vice/data/fonts/Makefile.in
branches/fabrizio/v1.22.13-newjoydesign/vice/doc/Makefile.in
branches/fabrizio/v1.22.13-newjoydesign/vice/doc/html/Makefile.in
branches/fabrizio/v1.22.13-newjoydesign/vice/man/Makefile.in
branches/fabrizio/v1.22.13-newjoydesign/vice/src/Makefile.in
branches/fabrizio/v1.22.13-newjoydesign/vice/src/arch/Makefile.in
branches/fabrizio/v1.22.13-newjoydesign/vice/src/arch/amigaos/Makefile.in
branches/fabrizio/v1.22.13-newjoydesign/vice/src/arch/beos/Makefile.in
branches/fabrizio/v1.22.13-newjoydesign/vice/src/arch/msdos/Makefile.in
branches/fabrizio/v1.22.13-newjoydesign/vice/src/arch/msdos/joy.c
branches/fabrizio/v1.22.13-newjoydesign/vice/src/arch/msdos/joy.h
branches/fabrizio/v1.22.13-newjoydesign/vice/src/arch/os2/Makefile.in
branches/fabrizio/v1.22.13-newjoydesign/vice/src/arch/os2/dialogs/Makefile.in
branches/fabrizio/v1.22.13-newjoydesign/vice/src/arch/os2/kbd/Makefile.in
branches/fabrizio/v1.22.13-newjoydesign/vice/src/arch/os2/snippets/Makefile.in
branches/fabrizio/v1.22.13-newjoydesign/vice/src/arch/os2/vac++/Makefile.in
branches/fabrizio/v1.22.13-newjoydesign/vice/src/arch/riscos/Makefile.in
branches/fabrizio/v1.22.13-newjoydesign/vice/src/arch/unix/Makefile.in
branches/fabrizio/v1.22.13-newjoydesign/vice/src/arch/unix/gp2x/Makefile.in
branches/fabrizio/v1.22.13-newjoydesign/vice/src/arch/unix/gui/Makefile.in
branches/fabrizio/v1.22.13-newjoydesign/vice/src/arch/unix/macosx/Makefile.in
branches/fabrizio/v1.22.13-newjoydesign/vice/src/arch/unix/macosx/Resources/English.lproj/Makefile.in
branches/fabrizio/v1.22.13-newjoydesign/vice/src/arch/unix/macosx/Resources/Makefile.in
branches/fabrizio/v1.22.13-newjoydesign/vice/src/arch/unix/macosx/cocoa/Makefile.in
branches/fabrizio/v1.22.13-newjoydesign/vice/src/arch/unix/macosx/cocoa/dialog/Makefile.in
branches/fabrizio/v1.22.13-newjoydesign/vice/src/arch/unix/macosx/cocoa/menu/Makefile.in
branches/fabrizio/v1.22.13-newjoydesign/vice/src/arch/unix/macosx/cocoa/view/Makefile.in
branches/fabrizio/v1.22.13-newjoydesign/vice/src/arch/unix/readline/Makefile.in
branches/fabrizio/v1.22.13-newjoydesign/vice/src/arch/unix/x11/Makefile.in
branches/fabrizio/v1.22.13-newjoydesign/vice/src/arch/unix/x11/gnome/Makefile.in
branches/fabrizio/v1.22.13-newjoydesign/vice/src/arch/unix/x11/xaw/Makefile.in
branches/fabrizio/v1.22.13-newjoydesign/vice/src/arch/unix/x11/xaw/widgets/Makefile.in
branches/fabrizio/v1.22.13-newjoydesign/vice/src/arch/win32/Makefile.in
branches/fabrizio/v1.22.13-newjoydesign/vice/src/arch/win32/utils/Makefile.in
branches/fabrizio/v1.22.13-newjoydesign/vice/src/c128/Makefile.in
branches/fabrizio/v1.22.13-newjoydesign/vice/src/c64/Makefile.in
branches/fabrizio/v1.22.13-newjoydesign/vice/src/c64/cart/Makefile.in
branches/fabrizio/v1.22.13-newjoydesign/vice/src/cbm2/Makefile.in
branches/fabrizio/v1.22.13-newjoydesign/vice/src/config.h.in
branches/fabrizio/v1.22.13-newjoydesign/vice/src/core/Makefile.in
branches/fabrizio/v1.22.13-newjoydesign/vice/src/crtc/Makefile.in
branches/fabrizio/v1.22.13-newjoydesign/vice/src/diskimage/Makefile.in
branches/fabrizio/v1.22.13-newjoydesign/vice/src/drive/Makefile.in
branches/fabrizio/v1.22.13-newjoydesign/vice/src/drive/iec/Makefile.in
branches/fabrizio/v1.22.13-newjoydesign/vice/src/drive/iec/c64exp/Makefile.in
branches/fabrizio/v1.22.13-newjoydesign/vice/src/drive/iec/plus4exp/Makefile.in
branches/fabrizio/v1.22.13-newjoydesign/vice/src/drive/iec128dcr/Makefile.in
branches/fabrizio/v1.22.13-newjoydesign/vice/src/drive/iecieee/Makefile.in
branches/fabrizio/v1.22.13-newjoydesign/vice/src/drive/ieee/Makefile.in
branches/fabrizio/v1.22.13-newjoydesign/vice/src/drive/tcbm/Makefile.in
branches/fabrizio/v1.22.13-newjoydesign/vice/src/fileio/Makefile.in
branches/fabrizio/v1.22.13-newjoydesign/vice/src/fsdevice/Makefile.in
branches/fabrizio/v1.22.13-newjoydesign/vice/src/gfxoutputdrv/Makefile.in
branches/fabrizio/v1.22.13-newjoydesign/vice/src/iecbus/Makefile.in
branches/fabrizio/v1.22.13-newjoydesign/vice/src/imagecontents/Makefile.in
branches/fabrizio/v1.22.13-newjoydesign/vice/src/joystickdrv/Makefile.in
branches/fabrizio/v1.22.13-newjoydesign/vice/src/lib/Makefile.in
branches/fabrizio/v1.22.13-newjoydesign/vice/src/lib/lpng/Makefile.in
branches/fabrizio/v1.22.13-newjoydesign/vice/src/lib/zlib/Makefile.in
branches/fabrizio/v1.22.13-newjoydesign/vice/src/monitor/Makefile.in
branches/fabrizio/v1.22.13-newjoydesign/vice/src/parallel/Makefile.in
branches/fabrizio/v1.22.13-newjoydesign/vice/src/pet/Makefile.in
branches/fabrizio/v1.22.13-newjoydesign/vice/src/plus4/Makefile.in
branches/fabrizio/v1.22.13-newjoydesign/vice/src/printerdrv/Makefile.in
branches/fabrizio/v1.22.13-newjoydesign/vice/src/raster/Makefile.in
branches/fabrizio/v1.22.13-newjoydesign/vice/src/resid/Makefile.in
branches/fabrizio/v1.22.13-newjoydesign/vice/src/rs232drv/Makefile.in
branches/fabrizio/v1.22.13-newjoydesign/vice/src/serial/Makefile.in
branches/fabrizio/v1.22.13-newjoydesign/vice/src/sid/Makefile.in
branches/fabrizio/v1.22.13-newjoydesign/vice/src/sounddrv/Makefile.in
branches/fabrizio/v1.22.13-newjoydesign/vice/src/tape/Makefile.in
branches/fabrizio/v1.22.13-newjoydesign/vice/src/vdc/Makefile.in
branches/fabrizio/v1.22.13-newjoydesign/vice/src/vdrive/Makefile.in
branches/fabrizio/v1.22.13-newjoydesign/vice/src/vic20/Makefile.in
branches/fabrizio/v1.22.13-newjoydesign/vice/src/vicii/Makefile.in
branches/fabrizio/v1.22.13-newjoydesign/vice/src/video/Makefile.in
Deleted: branches/fabrizio/v1.22.13-newjoydesign/vice/Makefile.in
===================================================================
--- branches/fabrizio/v1.22.13-newjoydesign/vice/Makefile.in 2008-07-13 19:46:27 UTC (rev 19010)
+++ branches/fabrizio/v1.22.13-newjoydesign/vice/Makefile.in 2008-07-13 22:54:46 UTC (rev 19011)
@@ -1,824 +0,0 @@
-# Makefile.in generated by automake 1.10.1 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
-@SET_MAKE@
-
-# Process this file with automake to produce Makefile.in
-VPATH = @srcdir@
-pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-build_triplet = @build@
-host_triplet = @host@
-subdir = .
-DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
- $(srcdir)/Makefile.in $(top_srcdir)/configure AUTHORS COPYING \
- ChangeLog INSTALL NEWS config.guess config.sub depcomp \
- install-sh missing mkinstalldirs ylwrap
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
- $(top_srcdir)/configure.in
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
- $(ACLOCAL_M4)
-am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
- configure.lineno config.status.lineno
-mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
-CONFIG_HEADER = $(top_builddir)/src/config.h
-CONFIG_CLEAN_FILES =
-SOURCES =
-DIST_SOURCES =
-RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
- html-recursive info-recursive install-data-recursive \
- install-dvi-recursive install-exec-recursive \
- install-html-recursive install-info-recursive \
- install-pdf-recursive install-ps-recursive install-recursive \
- installcheck-recursive installdirs-recursive pdf-recursive \
- ps-recursive uninstall-recursive
-RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
- distclean-recursive maintainer-clean-recursive
-ETAGS = etags
-CTAGS = ctags
-DIST_SUBDIRS = $(SUBDIRS)
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-distdir = $(PACKAGE)-$(VERSION)
-top_distdir = $(distdir)
-am__remove_distdir = \
- { test ! -d $(distdir) \
- || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
- && rm -fr $(distdir); }; }
-DIST_ARCHIVES = $(distdir).tar.gz
-GZIP_ENV = --best
-distuninstallcheck_listfiles = find . -type f -print
-distcleancheck_listfiles = find . -type f -print
-ACLOCAL = @ACLOCAL@
-AMTAR = @AMTAR@
-AR = @AR@
-ARCH_DIR = @ARCH_DIR@
-ARCH_EXTRA_SUBDIR = @ARCH_EXTRA_SUBDIR@
-ARCH_INCLUDES = @ARCH_INCLUDES@
-ARCH_LIBS = @ARCH_LIBS@
-ARCH_SRC_DIR = @ARCH_SRC_DIR@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
-AWK = @AWK@
-BINDIR = @BINDIR@
-CATALOGS = @CATALOGS@
-CATOBJEXT = @CATOBJEXT@
-CC = @CC@
-CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
-CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
-CROSS = @CROSS@
-CXX = @CXX@
-CXXCPP = @CXXCPP@
-CXXDEPMODE = @CXXDEPMODE@
-CXXFLAGS = @CXXFLAGS@
-CYGPATH_W = @CYGPATH_W@
-DATADIRNAME = @DATADIRNAME@
-DEFS = @DEFS@
-DEPDIR = @DEPDIR@
-DOS_TFE_PCAP_LIB = @DOS_TFE_PCAP_LIB@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-EGREP = @EGREP@
-EXEEXT = @EXEEXT@
-FCCACHE = @FCCACHE@
-FFMPEG_INCLUDES = @FFMPEG_INCLUDES@
-FFMPEG_LIBS = @FFMPEG_LIBS@
-FULLSCREEN_DRIVERS = @FULLSCREEN_DRIVERS@
-GENCAT = @GENCAT@
-GFXOUTPUT_DRIVERS = @GFXOUTPUT_DRIVERS@
-GFXOUTPUT_LIBS = @GFXOUTPUT_LIBS@
-GMOFILES = @GMOFILES@
-GMSGFMT = @GMSGFMT@
-GREP = @GREP@
-GTKGL_CFLAGS = @GTKGL_CFLAGS@
-GTKGL_LIBS = @GTKGL_LIBS@
-GTK_CFLAGS = @GTK_CFLAGS@
-GTK_LIBS = @GTK_LIBS@
-HAVE_READLINE = @HAVE_READLINE@
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-INSTOBJEXT = @INSTOBJEXT@
-INTLDEPS = @INTLDEPS@
-INTLLIBS = @INTLLIBS@
-INTLOBJS = @INTLOBJS@
-JOYSTICK_DRIVERS = @JOYSTICK_DRIVERS@
-JOY_LIBS = @JOY_LIBS@
-LDFLAGS = @LDFLAGS@
-LEX = @LEX@
-LEXLIB = @LEXLIB@
-LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
-LIBOBJS = @LIBOBJS@
-LIBS = @LIBS@
-LINKCC = @LINKCC@
-LN_S = @LN_S@
-LTLIBOBJS = @LTLIBOBJS@
-MAKEINFO = @MAKEINFO@
-MKDIR_P = @MKDIR_P@
-MKINSTALLDIRS = @MKINSTALLDIRS@
-MSGFMT = @MSGFMT@
-NETPLAY_LIBS = @NETPLAY_LIBS@
-NLS_LOCALEDIR = @NLS_LOCALEDIR@
-OBJC = @OBJC@
-OBJCDEPMODE = @OBJCDEPMODE@
-OBJCFLAGS = @OBJCFLAGS@
-OBJEXT = @OBJEXT@
-PACKAGE = @PACKAGE@
-PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
-PACKAGE_NAME = @PACKAGE_NAME@
-PACKAGE_STRING = @PACKAGE_STRING@
-PACKAGE_TARNAME = @PACKAGE_TARNAME@
-PACKAGE_VERSION = @PACKAGE_VERSION@
-PATH_SEPARATOR = @PATH_SEPARATOR@
-PERL = @PERL@
-PKG_CONFIG = @PKG_CONFIG@
-POFILES = @POFILES@
-POSUB = @POSUB@
-RANLIB = @RANLIB@
-READLINE = @READLINE@
-READLINE_LIBS = @READLINE_LIBS@
-RESID_DEP = @RESID_DEP@
-RESID_DIR = @RESID_DIR@
-RESID_INCLUDES = @RESID_INCLUDES@
-RESID_LIBS = @RESID_LIBS@
-SET_MAKE = @SET_MAKE@
-SHELL = @SHELL@
-SOUND_AIX_OBJ = @SOUND_AIX_OBJ@
-SOUND_DRIVERS = @SOUND_DRIVERS@
-SOUND_HPUX_OBJ = @SOUND_HPUX_OBJ@
-SOUND_LIBS = @SOUND_LIBS@
-SOUND_MIDAS_OBJ = @SOUND_MIDAS_OBJ@
-SOUND_SDL_OBJ = @SOUND_SDL_OBJ@
-SOUND_SGI_OBJ = @SOUND_SGI_OBJ@
-SOUND_USS_OBJ = @SOUND_USS_OBJ@
-STRIP = @STRIP@
-TFE_LIBS = @TFE_LIBS@
-UI_LIBS = @UI_LIBS@
-UNIX_MACOSX_UITYPE = @UNIX_MACOSX_UITYPE@
-USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
-USE_NLS = @USE_NLS@
-VERSION = @VERSION@
-VERSION_RC = @VERSION_RC@
-VICEDIR = @VICEDIR@
-VICE_LIBPNG = @VICE_LIBPNG@
-VICE_LIBPNG_DEP = @VICE_LIBPNG_DEP@
-VICE_LIBPNG_DIR = @VICE_LIBPNG_DIR@
-VICE_LIBPNG_INCLUDES = @VICE_LIBPNG_INCLUDES@
-VICE_SYNC = @VICE_SYNC@
-VICE_VERSION = @VICE_VERSION@
-VICE_VERSION_BUILD = @VICE_VERSION_BUILD@
-VICE_VERSION_MAJOR = @VICE_VERSION_MAJOR@
-VICE_VERSION_MINOR = @VICE_VERSION_MINOR@
-VICE_ZLIB = @VICE_ZLIB@
-VICE_ZLIB_DEP = @VICE_ZLIB_DEP@
-VICE_ZLIB_DIR = @VICE_ZLIB_DIR@
-VICE_ZLIB_INCLUDES = @VICE_ZLIB_INCLUDES@
-WINDRES = @WINDRES@
-WRC = @WRC@
-X128_WINRES = @X128_WINRES@
-X64_WINRES = @X64_WINRES@
-XCBM2_WINRES = @XCBM2_WINRES@
-XGETTEXT = @XGETTEXT@
-XMKMF = @XMKMF@
-XPET_WINRES = @XPET_WINRES@
-XPLUS4_WINRES = @XPLUS4_WINRES@
-XVIC_WINRES = @XVIC_WINRES@
-X_CFLAGS = @X_CFLAGS@
-X_EXTRA_LIBS = @X_EXTRA_LIBS@
-X_LIBS = @X_LIBS@
-X_PRE_LIBS = @X_PRE_LIBS@
-YACC = @YACC@
-YFLAGS = @YFLAGS@
-ZLIB_LIBS = @ZLIB_LIBS@
-abs_builddir = @abs_builddir@
-abs_srcdir = @abs_srcdir@
-abs_top_builddir = @abs_top_builddir@
-abs_top_srcdir = @abs_top_srcdir@
-ac_ct_CC = @ac_ct_CC@
-ac_ct_CXX = @ac_ct_CXX@
-am__include = @am__include@
-am__leading_dot = @am__leading_dot@
-am__quote = @am__quote@
-am__tar = @am__tar@
-am__untar = @am__untar@
-artsc_config = @artsc_config@
-bindir = @bindir@
-build = @build@
-build_alias = @build_alias@
-build_cpu = @build_cpu@
-build_os = @build_os@
-build_vendor = @build_vendor@
-builddir = @builddir@
-cxx = @cxx@
-datadir = @datadir@
-datarootdir = @datarootdir@
-docdir = @docdir@
-dvidir = @dvidir@
-exec_prefix = @exec_prefix@
-host = @host@
-host_alias = @host_alias@
-host_cpu = @host_cpu@
-host_os = @host_os@
-host_vendor = @host_vendor@
-htmldir = @htmldir@
-includedir = @includedir@
-infodir = @infodir@
-install_sh = @install_sh@
-libdir = @libdir@
-libexecdir = @libexecdir@
-localedir = @localedir@
-localstatedir = @localstatedir@
-mandir = @mandir@
-mkdir_p = @mkdir_p@
-oldincludedir = @oldincludedir@
-pdfdir = @pdfdir@
-prefix = @prefix@
-program_transform_name = @program_transform_name@
-psdir = @psdir@
-sbindir = @sbindir@
-sdl_config = @sdl_config@
-sharedstatedir = @sharedstatedir@
-srcdir = @srcdir@
-subdirs = @subdirs@
-sysconfdir = @sysconfdir@
-target_alias = @target_alias@
-top_builddir = @top_builddir@
-top_srcdir = @top_srcdir@
-x128_LDFLAGS = @x128_LDFLAGS@
-x64_LDFLAGS = @x64_LDFLAGS@
-xcbm2_LDFLAGS = @xcbm2_LDFLAGS@
-xpet_LDFLAGS = @xpet_LDFLAGS@
-xplus4_LDFLAGS = @xplus4_LDFLAGS@
-xvic_LDFLAGS = @xvic_LDFLAGS@
-SUBDIRS = $(POSUB) src build data man doc
-EXTRA_DIST = AUTHORS FEEDBACK COPYING INSTALL NEWS vice.spec
-all: all-recursive
-
-.SUFFIXES:
-am--refresh:
- @:
-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
- @for dep in $?; do \
- case '$(am__configure_deps)' in \
- *$$dep*) \
- echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
- cd $(srcdir) && $(AUTOMAKE) --gnu \
- && exit 0; \
- exit 1;; \
- esac; \
- done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
- cd $(top_srcdir) && \
- $(AUTOMAKE) --gnu Makefile
-.PRECIOUS: Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
- @case '$?' in \
- *config.status*) \
- echo ' $(SHELL) ./config.status'; \
- $(SHELL) ./config.status;; \
- *) \
- echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
- cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
- esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
- $(SHELL) ./config.status --recheck
-
-$(top_srcdir)/configure: $(am__configure_deps)
- cd $(srcdir) && $(AUTOCONF)
-$(ACLOCAL_M4): $(am__aclocal_m4_deps)
- cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
-
-# This directory's subdirectories are mostly independent; you can cd
-# into them and run `make' without going through this Makefile.
-# To change the values of `make' variables: instead of editing Makefiles,
-# (1) if the variable is set in `config.status', edit `config.status'
-# (which will cause the Makefiles to be regenerated when you run `make');
-# (2) otherwise, pass the desired values on the `make' command line.
-$(RECURSIVE_TARGETS):
- @failcom='exit 1'; \
- for f in x $$MAKEFLAGS; do \
- case $$f in \
- *=* | --[!k]*);; \
- *k*) failcom='fail=yes';; \
- esac; \
- done; \
- dot_seen=no; \
- target=`echo $@ | sed s/-recursive//`; \
- list='$(SUBDIRS)'; for subdir in $$list; do \
- echo "Making $$target in $$subdir"; \
- if test "$$subdir" = "."; then \
- dot_seen=yes; \
- local_target="$$target-am"; \
- else \
- local_target="$$target"; \
- fi; \
- (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
- || eval $$failcom; \
- done; \
- if test "$$dot_seen" = "no"; then \
- $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
- fi; test -z "$$fail"
-
-$(RECURSIVE_CLEAN_TARGETS):
- @failcom='exit 1'; \
- for f in x $$MAKEFLAGS; do \
- case $$f in \
- *=* | --[!k]*);; \
- *k*) failcom='fail=yes';; \
- esac; \
- done; \
- dot_seen=no; \
- case "$@" in \
- distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
- *) list='$(SUBDIRS)' ;; \
- esac; \
- rev=''; for subdir in $$list; do \
- if test "$$subdir" = "."; then :; else \
- rev="$$subdir $$rev"; \
- fi; \
- done; \
- rev="$$rev ."; \
- target=`echo $@ | sed s/-recursive//`; \
- for subdir in $$rev; do \
- echo "Making $$target in $$subdir"; \
- if test "$$subdir" = "."; then \
- local_target="$$target-am"; \
- else \
- local_target="$$target"; \
- fi; \
- (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
- || eval $$failcom; \
- done && test -z "$$fail"
-tags-recursive:
- list='$(SUBDIRS)'; for subdir in $$list; do \
- test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
- done
-ctags-recursive:
- list='$(SUBDIRS)'; for subdir in $$list; do \
- test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
- done
-
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
- unique=`for i in $$list; do \
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
- done | \
- $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
- END { if (nonempty) { for (i in files) print i; }; }'`; \
- mkid -fID $$unique
-tags: TAGS
-
-TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
- $(TAGS_FILES) $(LISP)
- tags=; \
- here=`pwd`; \
- if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
- include_option=--etags-include; \
- empty_fix=.; \
- else \
- include_option=--include; \
- empty_fix=; \
- fi; \
- list='$(SUBDIRS)'; for subdir in $$list; do \
- if test "$$subdir" = .; then :; else \
- test ! -f $$subdir/TAGS || \
- tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
- fi; \
- done; \
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
- unique=`for i in $$list; do \
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
- done | \
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
- END { if (nonempty) { for (i in files) print i; }; }'`; \
- if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
- test -n "$$unique" || unique=$$empty_fix; \
- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
- $$tags $$unique; \
- fi
-ctags: CTAGS
-CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
- $(TAGS_FILES) $(LISP)
- tags=; \
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
- unique=`for i in $$list; do \
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
- done | \
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
- END { if (nonempty) { for (i in files) print i; }; }'`; \
- test -z "$(CTAGS_ARGS)$$tags$$unique" \
- || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
- $$tags $$unique
-
-GTAGS:
- here=`$(am__cd) $(top_builddir) && pwd` \
- && cd $(top_srcdir) \
- && gtags -i $(GTAGS_ARGS) $$here
-
-distclean-tags:
- -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
-
-distdir: $(DISTFILES)
- $(am__remove_distdir)
- test -d $(distdir) || mkdir $(distdir)
- @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
- topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
- list='$(DISTFILES)'; \
- dist_files=`for file in $$list; do echo $$file; done | \
- sed -e "s|^$$srcdirstrip/||;t" \
- -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
- case $$dist_files in \
- */*) $(MKDIR_P) `echo "$$dist_files" | \
- sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
- sort -u` ;; \
- esac; \
- for file in $$dist_files; do \
- if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
- if test -d $$d/$$file; then \
- dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
- fi; \
- cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
- else \
- test -f $(distdir)/$$file \
- || cp -p $$d/$$file $(distdir)/$$file \
- || exit 1; \
- fi; \
- done
- list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
- if test "$$subdir" = .; then :; else \
- test -d "$(distdir)/$$subdir" \
- || $(MKDIR_P) "$(distdir)/$$subdir" \
- || exit 1; \
- distdir=`$(am__cd) $(distdir) && pwd`; \
- top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
- (cd $$subdir && \
- $(MAKE) $(AM_MAKEFLAGS) \
- top_distdir="$$top_distdir" \
- distdir="$$distdir/$$subdir" \
- am__remove_distdir=: \
- am__skip_length_check=: \
- distdir) \
- || exit 1; \
- fi; \
- done
- -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
- ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
- ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
- ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
- || chmod -R a+r $(distdir)
-dist-gzip: distdir
- tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
- $(am__remove_distdir)
-
-dist-bzip2: distdir
- tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
- $(am__remove_distdir)
-
-dist-lzma: distdir
- tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
- $(am__remove_distdir)
-
-dist-tarZ: distdir
- tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
- $(am__remove_distdir)
-
-dist-shar: distdir
- shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
- $(am__remove_distdir)
-
-dist-zip: distdir
- -rm -f $(distdir).zip
- zip -rq $(distdir).zip $(distdir)
- $(am__remove_distdir)
-
-dist dist-all: distdir
- tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
- $(am__remove_distdir)
-
-# This target untars the dist file and tries a VPATH configuration. Then
-# it guarantees that the distribution is self-contained by making another
-# tarfile.
-distcheck: dist
- case '$(DIST_ARCHIVES)' in \
- *.tar.gz*) \
- GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
- *.tar.bz2*) \
- bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
- *.tar.lzma*) \
- unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
- *.tar.Z*) \
- uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
- *.shar.gz*) \
- GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
- *.zip*) \
- unzip $(distdir).zip ;;\
- esac
- chmod -R a-w $(distdir); chmod a+w $(distdir)
- mkdir $(distdir)/_build
- mkdir $(distdir)/_inst
- chmod a-w $(distdir)
- dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
- && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
- && cd $(distdir)/_build \
- && ../configure --srcdir=.. --prefix="$$dc_install_base" \
- $(DISTCHECK_CONFIGURE_FLAGS) \
- && $(MAKE) $(AM_MAKEFLAGS) \
- && $(MAKE) $(AM_MAKEFLAGS) dvi \
- && $(MAKE) $(AM_MAKEFLAGS) check \
- && $(MAKE) $(AM_MAKEFLAGS) install \
- && $(MAKE) $(AM_MAKEFLAGS) installcheck \
- && $(MAKE) $(AM_MAKEFLAGS) uninstall \
- && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
- distuninstallcheck \
- && chmod -R a-w "$$dc_install_base" \
- && ({ \
- (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
- && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
- && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
- && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
- distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
- } || { rm -rf "$$dc_destdir"; exit 1; }) \
- && rm -rf "$$dc_destdir" \
- && $(MAKE) $(AM_MAKEFLAGS) dist \
- && rm -rf $(DIST_ARCHIVES) \
- && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
- $(am__remove_distdir)
- @(echo "$(distdir) archives ready for distribution: "; \
- list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
- sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
-distuninstallcheck:
- @cd $(distuninstallcheck_dir) \
- && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
- || { echo "ERROR: files left after uninstall:" ; \
- if test -n "$(DESTDIR)"; then \
- echo " (check DESTDIR support)"; \
- fi ; \
- $(distuninstallcheck_listfiles) ; \
- exit 1; } >&2
-distcleancheck: distclean
- @if test '$(srcdir)' = . ; then \
- echo "ERROR: distcleancheck can only run from a VPATH build" ; \
- exit 1 ; \
- fi
- @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
- || { echo "ERROR: files left in build directory after distclean:" ; \
- $(distcleancheck_listfiles) ; \
- exit 1; } >&2
-check-am: all-am
-check: check-recursive
-all-am: Makefile
-installdirs: installdirs-recursive
-installdirs-am:
-install-exec: install-exec-recursive
-install-data: install-data-recursive
-uninstall: uninstall-recursive
-
-install-am: all-am
- @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-recursive
-install-strip:
- $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
- install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
- `test -z '$(STRIP)' || \
- echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
- -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-
-maintainer-clean-generic:
- @echo "This command is intended for maintainers to use"
- @echo "it deletes files that may require special tools to rebuild."
-clean: clean-recursive
-
-clean-am: clean-generic mostlyclean-am
-
-distclean: distclean-recursive
- -rm -f $(am__CONFIG_DISTCLEAN_FILES)
- -rm -f Makefile
-distclean-am: clean-am distclean-generic distclean-tags
-
-dvi: dvi-recursive
-
-dvi-am:
-
-html: html-recursive
-
-info: info-recursive
-
-info-am:
-
-install-data-am:
-
-install-dvi: install-dvi-recursive
-
-install-exec-am:
-
-install-html: install-html-recursive
-
-install-info: install-info-recursive
-
-install-man:
-
-install-pdf: install-pdf-recursive
-
-install-ps: install-ps-recursive
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-recursive
- -rm -f $(am__CONFIG_DISTCLEAN_FILES)
- -rm -rf $(top_srcdir)/autom4te.cache
- -rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-recursive
-
-mostlyclean-am: mostlyclean-generic
-
-pdf: pdf-recursive
-
-pdf-am:
-
-ps: ps-recursive
-
-ps-am:
-
-uninstall-am:
-
-.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
- install-strip
-
-.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
- all all-am am--refresh check check-am clean clean-generic \
- ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
- dist-lzma dist-shar dist-tarZ dist-zip distcheck distclean \
- distclean-generic distclean-tags distcleancheck distdir \
- distuninstallcheck dvi dvi-am html html-am info info-am \
- install install-am install-data install-data-am install-dvi \
- install-dvi-am install-exec install-exec-am install-html \
- install-html-am install-info install-info-am install-man \
- install-pdf install-pdf-am install-ps install-ps-am \
- install-strip installcheck installcheck-am installdirs \
- installdirs-am maintainer-clean maintainer-clean-generic \
- mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
- tags-recursive uninstall uninstall-am
-
-
-.PHONY: x64 x128 xvic xpet xplus4 xcbm2
-x64:
- (cd src; $(MAKE) x64-all)
-
-x128:
- (cd src; $(MAKE) x128-all)
-
-xvic:
- (cd src; $(MAKE) xvic-all)
-
-xpet:
- (cd src; $(MAKE) xpet-all)
-
-xplus4:
- (cd src; $(MAKE) xplus4-all)
-
-xcbm2:
- (cd src; $(MAKE) xcbm2-all)
-
-install: installvice
-
-@AMIGA_COMPILE_TRUE@bindist:
-@AMIGA_COMPILE_TRUE@ $(SHELL) @ARCH_SRC_DIR@/make-bindist.sh $(STRIP) $(VICE_VERSION) $(host_cpu) $(host_os) nozip $(top_srcdir) $(EXEEXT)
-
-@AMIGA_COMPILE_TRUE@bindistzip:
-@AMIGA_COMPILE_TRUE@ $(SHELL) @ARCH_SRC_DIR@/make-bindist.sh $(STRIP) $(VICE_VERSION) $(host_cpu) $(host_os) zip $(top_srcdir) $(EXEEXT)
-
-@BEOS_COMPILE_TRUE@bindist:
-@BEOS_COMPILE_TRUE@ $(SHELL) @ARCH_SRC_DIR@/make-bindist.sh $(STRIP) $(VICE_VERSION) $(host_cpu) nozip $(top_srcdir)
-
-@BEOS_COMPILE_TRUE@bindistzip:
-@BEOS_COMPILE_TRUE@ $(SHELL) @ARCH_SRC_DIR@/make-bindist.sh $(STRIP) $(VICE_VERSION) $(host_cpu) zip $(top_srcdir)
-
-@MSDOS_COMPILE_TRUE@bindist:
-@MSDOS_COMPILE_TRUE@ $(SHELL) @ARCH_SRC_DIR@/make-bindist.sh $(STRIP) $(VICE_VERSION_MAJOR) $(VICE_VERSION_MINOR) nozip $(top_srcdir)
-
-@MSDOS_COMPILE_TRUE@bindistzip:
-@MSDOS_COMPILE_TRUE@ $(SHELL) @ARCH_SRC_DIR@/make-bindist.sh $(STRIP) $(VICE_VERSION_MAJOR) $(VICE_VERSION_MINOR) zip $(top_srcdir)
-
-@UNIX_GP2X_COMPILE_TRUE@bindist:
-@UNIX_GP2X_COMPILE_TRUE@ $(SHELL) @ARCH_SRC_DIR@/gp2x/make-bindist.sh $(STRIP) $(VICE_VERSION) nozip $(top_srcdir)
-
-@UNIX_GP2X_COMPILE_TRUE@bindistzip:
-@UNIX_GP2X_COMPILE_TRUE@ $(SHELL) @ARCH_SRC_DIR@/gp2x/make-bindist.sh $(STRIP) $(VICE_VERSION) zip $(top_srcdir)
-
-@UNIX_MACOSX_COMPILE_TRUE@bindist:
-@UNIX_MACOSX_COMPILE_TRUE@ $(SHELL) @ARCH_SRC_DIR@/macosx/make-bindist.sh $(top_srcdir) $(STRIP) $(VICE_VERSION) nozip @UNIX_MACOSX_UITYPE@
-
-@UNIX_MACOSX_COMPILE_TRUE@bindistzip:
-@UNIX_MACOSX_COMPILE_TRUE@ $(SHELL) @ARCH_SRC_DIR@/macosx/make-bindist.sh $(top_srcdir) $(STRIP) $(VICE_VERSION) zip @UNIX_MACOSX_UITYPE@
-
-@UNIX_SKYOS_COMPILE_TRUE@bindist:
-@UNIX_SKYOS_COMPILE_TRUE@ $(SHELL) @ARCH_SRC_DIR@/skyos/make-bindist.sh $(STRIP) $(VICE_VERSION) $(prefix) nozip $(top_srcdir)
-
-@UNIX_SKYOS_COMPILE_TRUE@bindistzip:
-@UNIX_SKYOS_COMPILE_TRUE@ $(SHELL) @ARCH_SRC_DIR@/skyos/make-bindist.sh $(STRIP) $(VICE_VERSION) $(prefix) zip $(top_srcdir)
-
-@UNIX_QNX6_COMPILE_TRUE@bindist:
-@UNIX_QNX6_COMPILE_TRUE@ $(SHELL) @ARCH_SRC_DIR@/qnx6/make-bindist.sh $(STRIP) $(VICE_VERSION) $(prefix) $(CROSS) nozip $(top_srcdir)
-
-@UNIX_QNX6_COMPILE_TRUE@bindistzip:
-@UNIX_QNX6_COMPILE_TRUE@ $(SHELL) @ARCH_SRC_DIR@/qnx6/make-bindist.sh $(STRIP) $(VICE_VERSION) $(prefix) $(CROSS) zip $(top_srcdir)
-
-@UNIX_QNX4_COMPILE_TRUE@bindist:
-@UNIX_QNX4_COMPILE_TRUE@ $(SHELL) @ARCH_SRC_DIR@/qnx4/make-bindist.sh $(VICE_VERSION) $(prefix) nozip $(top_srcdir)
-
-@UNIX_QNX4_COMPILE_TRUE@bindistzip:
-@UNIX_QNX4_COMPILE_TRUE@ $(SHELL) @ARCH_SRC_DIR@/qnx4/make-bindist.sh $(VICE_VERSION) $(prefix) zip $(top_srcdir)
-
-@UNIX_HPUX_COMPILE_TRUE@bindist:
-@UNIX_HPUX_COMPILE_TRUE@ $(SHELL) @ARCH_SRC_DIR@/hpux/make-bindist.sh $(STRIP) $(PERL) $(VICE_VERSION) $(prefix) $(host_cpu) $(host_os) nozip $(top_srcdir)
-
-@UNIX_HPUX_COMPILE_TRUE@bindistzip:
-@UNIX_HPUX_COMPILE_TRUE@ $(SHELL) @ARCH_SRC_DIR@/hpux/make-bindist.sh $(STRIP) $(PERL) $(VICE_VERSION) $(prefix) $(host_cpu) $(host_os) zip $(top_srcdir)
-
-@UNIX_SOLARIS_COMPILE_TRUE@bindist:
-@UNIX_SOLARIS_COMPILE_TRUE@ $(SHELL) @ARCH_SRC_DIR@/sco_sol/make-bindist.sh $(STRIP) $(VICE_VERSION) $(prefix) $(CROSS) nozip sol $(infodir) $(mandir) $(top_srcdir)
-
-@UNIX_SOLARIS_COMPILE_TRUE@bindistzip:
-@UNIX_SOLARIS_COMPILE_TRUE@ $(SHELL) @ARCH_SRC_DIR@/sco_sol/make-bindist.sh $(STRIP) $(VICE_VERSION) $(prefix) $(CROSS) zip sol $(infodir) $(mandir) $(top_srcdir)
-
-@UNIX_OPENSERVER5_COMPILE_TRUE@bindist:
-@UNIX_OPENSERVER5_COMPILE_TRUE@ $(SHELL) @ARCH_SRC_DIR@/sco_sol/make-bindist.sh $(STRIP) $(VICE_VERSION) $(prefix) $(CROSS) nozip sco5 $(infodir) $(mandir) $(top_srcdir)
-
-@UNIX_OPENSERVER5_COMPILE_TRUE@bindistzip:
-@UNIX_OPENSERVER5_COMPILE_TRUE@ $(SHELL) @ARCH_SRC_DIR@/sco_sol/make-bindist.sh $(STRIP) $(VICE_VERSION) $(prefix) $(CROSS) zip sco5 $(infodir) $(mandir) $(top_srcdir)
-
-@UNIX_OPENSERVER6_COMPILE_TRUE@bindist:
-@UNIX_OPENSERVER6_COMPILE_TRUE@ $(SHELL) @ARCH_SRC_DIR@/sco_sol/make-bindist.sh $(STRIP) $(VICE_VERSION) $(prefix) $(CROSS) nozip sco6 $(infodir) $(mandir) $(top_srcdir)
-
-@UNIX_OPENSERVER6_COMPILE_TRUE@bindistzip:
-@UNIX_OPENSERVER6_COMPILE_TRUE@ $(SHELL) @ARCH_SRC_DIR@/sco_sol/make-bindist.sh $(STRIP) $(VICE_VERSION) $(prefix) $(CROSS) zip sco6 $(infodir) $(mandir) $(top_srcdir)
-
-@UNIX_UNIXWARE_COMPILE_TRUE@bindist:
-@UNIX_UNIXWARE_COMPILE_TRUE@ $(SHELL) @ARCH_SRC_DIR@/sco_sol/make-bindist.sh $(STRIP) $(VICE_VERSION) $(prefix) $(CROSS) nozip sco7 $(infodir) $(mandir) $(top_srcdir)
-
-@UNIX_UNIXWARE_COMPILE_TRUE@bindistzip:
-@UNIX_UNIXWARE_COMPILE_TRUE@ $(SHELL) @ARCH_SRC_DIR@/sco_sol/make-bindist.sh $(STRIP) $(VICE_VERSION) $(prefix) $(CROSS) zip sco7 $(infodir) $(mandir) $(top_srcdir)
-
-@WIN32_COMPILE_TRUE@bindist:
-@WIN32_COMPILE_TRUE@ $(SHELL) @ARCH_SRC_DIR@/make-bindist.sh $(STRIP) $(VICE_VERSION) nozip $(top_srcdir)
-
-@WIN32_COMPILE_TRUE@bindistzip:
-@WIN32_COMPILE_TRUE@ $(SHELL) @ARCH_SRC_DIR@/make-bindist.sh $(STRIP) $(VICE_VERSION) zip $(top_srcdir)
-
-@RISCOS_COMPILE_TRUE@bindist:
-@RISCOS_COMPILE_TRUE@ $(SHELL) @ARCH_SRC_DIR@/make-bindist.sh $(STRIP) $(VICE_VERSION_MAJOR) $(VICE_VERSION_MINOR) nozip $(top_srcdir)
-
-@RISCOS_COMPILE_TRUE@bindistzip:
-@RISCOS_COMPILE_TRUE@ $(SHELL) @ARCH_SRC_DIR@/make-bindist.sh $(STRIP) $(VICE_VERSION_MAJOR) $(VICE_VERSION_MINOR) zip $(top_srcdir)
-
-@MAKE_BINDIST_TRUE@installvice:
-@MAKE_BINDIST_TRUE@ echo this platform doesn\'t use \"make install\", use \"make bindist\" instead
-
-@MAKE_BINDIST_FALSE@installvice: install-recursive
-
-cleantrans:
- rm `find $(top_srcdir) -name "*.po.c"`
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
Deleted: branches/fabrizio/v1.22.13-newjoydesign/vice/aclocal.m4
===================================================================
--- branches/fabrizio/v1.22.13-newjoydesign/vice/aclocal.m4 2008-07-13 19:46:27 UTC (rev 19010)
+++ branches/fabrizio/v1.22.13-newjoydesign/vice/aclocal.m4 2008-07-13 22:54:46 UTC (rev 19011)
@@ -1,902 +0,0 @@
-# generated automatically by aclocal 1.10.1 -*- Autoconf -*-
-
-# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-# 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
-# This file is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
-m4_ifndef([AC_AUTOCONF_VERSION],
- [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
-m4_if(AC_AUTOCONF_VERSION, [2.61],,
-[m4_warning([this file was generated for autoconf 2.61.
-You have another version of autoconf. It may work, but is not guaranteed to.
-If you have problems, you may need to regenerate the build system entirely.
-To do so, use the procedure documented by the package, typically `autoreconf'.])])
-
-# Copyright (C) 2002, 2003, 2005, 2006, 2007 Free Software Foundation, Inc.
-#
-# This file is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# AM_AUTOMAKE_VERSION(VERSION)
-# ----------------------------
-# Automake X.Y traces this macro to ensure aclocal.m4 has been
-# generated from the m4 files accompanying Automake X.Y.
-# (This private macro should not be called outside this file.)
-AC_DEFUN([AM_AUTOMAKE_VERSION],
-[am__api_version='1.10'
-dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
-dnl require some minimum version. Point them to the right macro.
-m4_if([$1], [1.10.1], [],
- [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
-])
-
-# _AM_AUTOCONF_VERSION(VERSION)
-# -----------------------------
-# aclocal traces this macro to find the Autoconf version.
-# This is a private macro too. Using m4_define simplifies
-# the logic in aclocal, which can simply ignore this definition.
-m4_define([_AM_AUTOCONF_VERSION], [])
-
-# AM_SET_CURRENT_AUTOMAKE_VERSION
-# -------------------------------
-# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
-# This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
-AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
-[AM_AUTOMAKE_VERSION([1.10.1])dnl
-m4_ifndef([AC_AUTOCONF_VERSION],
- [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
-_AM_AUTOCONF_VERSION(AC_AUTOCONF_VERSION)])
-
-# AM_AUX_DIR_EXPAND -*- Autoconf -*-
-
-# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc.
-#
-# This file is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
-# $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to
-# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
-#
-# Of course, Automake must honor this variable whenever it calls a
-# tool from the auxiliary directory. The problem is that $srcdir (and
-# therefore $ac_aux_dir as well) can be either absolute or relative,
-# depending on how configure is run. This is pretty annoying, since
-# it makes $ac_aux_dir quite unusable in subdirectories: in the top
-# source directory, any form will work fine, but in subdirectories a
-# relative path needs to be adjusted first.
-#
-# $ac_aux_dir/missing
-# fails when called from a subdirectory if $ac_aux_dir is relative
-# $top_srcdir/$ac_aux_dir/missing
-# fails if $ac_aux_dir is absolute,
-# fails when called from a subdirectory in a VPATH build with
-# a relative $ac_aux_dir
-#
-# The reason of the latter failure is that $top_srcdir and $ac_aux_dir
-# are both prefixed by $srcdir. In an in-source build this is usually
-# harmless because $srcdir is `.', but things will broke when you
-# start a VPATH build or use an absolute $srcdir.
-#
-# So we could use something similar to $top_srcdir/$ac_aux_dir/missing,
-# iff we strip the leading $srcdir from $ac_aux_dir. That would be:
-# am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
-# and then we would define $MISSING as
-# MISSING="\${SHELL} $am_aux_dir/missing"
-# This will work as long as MISSING is not called from configure, because
-# unfortunately $(top_srcdir) has no meaning in configure.
-# However there are other variables, like CC, which are often used in
-# configure, and could therefore not use this "fixed" $ac_aux_dir.
-#
-# Another solution, used here, is to always expand $ac_aux_dir to an
-# absolute PATH. The drawback is that using absolute paths prevent a
-# configured tree to be moved without reconfiguration.
-
-AC_DEFUN([AM_AUX_DIR_EXPAND],
-[dnl Rely on autoconf to set up CDPATH properly.
-AC_PREREQ([2.50])dnl
-# expand $ac_aux_dir to an absolute path
-am_aux_dir=`cd $ac_aux_dir && pwd`
-])
-
-# AM_CONDITIONAL -*- Autoconf -*-
-
-# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006
-# Free Software Foundation, Inc.
-#
-# This file is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# serial 8
-
-# AM_CONDITIONAL(NAME, SHELL-CONDITION)
-# -------------------------------------
-# Define a conditional.
-AC_DEFUN([AM_CONDITIONAL],
-[AC_PREREQ(2.52)dnl
- ifelse([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])],
- [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
-AC_SUBST([$1_TRUE])dnl
-AC_SUBST([$1_FALSE])dnl
-_AM_SUBST_NOTMAKE([$1_TRUE])dnl
-_AM_SUBST_NOTMAKE([$1_FALSE])dnl
-if $2; then
- $1_TRUE=
- $1_FALSE='#'
-else
- $1_TRUE='#'
- $1_FALSE=
-fi
-AC_CONFIG_COMMANDS_PRE(
-[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
- AC_MSG_ERROR([[conditional "$1" was never defined.
-Usually this means the macro was only invoked conditionally.]])
-fi])])
-
-# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
-# Free Software Foundation, Inc.
-#
-# This file is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# serial 9
-
-# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
-# written in clear, in which case automake, when reading aclocal.m4,
-# will think it sees a *use*, and therefore will trigger all it's
-# C support machinery. Also note that it means that autoscan, seeing
-# CC etc. in the Makefile, will ask for an AC_PROG_CC use...
-
-
-# _AM_DEPENDENCIES(NAME)
-# ----------------------
-# See how the compiler implements dependency checking.
-# NAME is "CC", "CXX", "GCJ", or "OBJC".
-# We try a few techniques and use that to set a single cache variable.
-#
-# We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was
-# modified to invoke _AM_DEPENDENCIES(CC); we would have a circular
-# dependency, and given that the user is not expected to run this macro,
-# just rely on AC_PROG_CC.
-AC_DEFUN([_AM_DEPENDENCIES],
-[AC_REQUIRE([AM_SET_DEPDIR])dnl
-AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
-AC_REQUIRE([AM_MAKE_INCLUDE])dnl
-AC_REQUIRE([AM_DEP_TRACK])dnl
-
-ifelse([$1], CC, [depcc="$CC" am_compiler_list=],
- [$1], CXX, [depcc="$CXX" am_compiler_list=],
- [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
- [$1], UPC, [depcc="$UPC" am_compiler_list=],
- [$1], GCJ, [depcc="$GCJ" am_compiler_list='gcc3 gcc'],
- [depcc="$$1" am_compiler_list=])
-
-AC_CACHE_CHECK([dependency style of $depcc],
- [am_cv_$1_dependencies_compiler_type],
-[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
- # We make a subdir and do the tests there. Otherwise we can end up
- # making bogus files that we don't know about and never remove. For
- # instance it was reported that on HP-UX the gcc test will end up
- # making a dummy file named `D' -- because `-MD' means `put the output
- # in D'.
- mkdir conftest.dir
- # Copy depcomp to subdir because otherwise we won't find it if we're
- # using a relative directory.
- cp "$am_depcomp" conftest.dir
- cd conftest.dir
- # We will build objects and dependencies in a subdirectory because
- # it helps to detect inapplicable dependency modes. For instance
- # both Tru64's cc and ICC support -MD to output dependencies as a
- # side effect of compilation, but ICC will put the dependencies in
- # the current directory while Tru64 will put them in the object
- # directory.
- mkdir sub
-
- am_cv_$1_dependencies_compiler_type=none
- if test "$am_compiler_list" = ""; then
- am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
- fi
- for depmode in $am_compiler_list; do
- # Setup a source with many dependencies, because some compilers
- # like to wrap large dependency lists on column 80 (with \), and
- # we should not choose a depcomp mode which is confused by this.
- #
- # We need to recreate these files for each test, as the compiler may
- # overwrite some of them when testing with obscure command lines.
- # This happens at least with the AIX C compiler.
- : > sub/conftest.c
- for i in 1 2 3 4 5 6; do
- echo '#include "conftst'$i'.h"' >> sub/conftest.c
- # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
- # Solaris 8's {/usr,}/bin/sh.
- touch sub/conftst$i.h
- done
- echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
-
- case $depmode in
- nosideeffect)
- # after this tag, mechanisms are not by side-effect, so they'll
- # only be used when explicitly requested
- if test "x$enable_dependency_tracking" = xyes; then
- continue
- else
- break
- fi
- ;;
- none) break ;;
- esac
- # We check with `-c' and `-o' for the sake of the "dashmstdout"
- # mode. It turns out that the SunPro C++ compiler does not properly
- # handle `-M -o', and we need to detect this.
- if depmode=$depmode \
- source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
- depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
- $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
- >/dev/null 2>conftest.err &&
- grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
- grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
- grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
- ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
- # icc doesn't choke on unknown options, it will just issue warnings
- # or remarks (even with -Werror). So we grep stderr for any message
- # that says an option was ignored or not supported.
- # When given -MP, icc 7.0 and 7.1 complain thusly:
- # icc: Command line warning: ignoring option '-M'; no argument required
- # The diagnosis changed in icc 8.0:
- # icc: Command line remark: option '-MP' not supported
- if (grep 'ignoring option' conftest.err ||
- grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
- am_cv_$1_dependencies_compiler_type=$depmode
- break
- fi
- fi
- done
-
- cd ..
- rm -rf conftest.dir
-else
- am_cv_$1_dependencies_compiler_type=none
-fi
-])
-AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
-AM_CONDITIONAL([am__fastdep$1], [
- test "x$enable_dependency_tracking" != xno \
- && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
-])
-
-
-# AM_SET_DEPDIR
-# -------------
-# Choose a directory name for dependency files.
-# This macro is AC_REQUIREd in _AM_DEPENDENCIES
-AC_DEFUN([AM_SET_DEPDIR],
-[AC_REQUIRE([AM_SET_LEADING_DOT])dnl
-AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
-])
-
-
-# AM_DEP_TRACK
-# ------------
-AC_DEFUN([AM_DEP_TRACK],
-[AC_ARG_ENABLE(dependency-tracking,
-[ --disable-dependency-tracking speeds up one-time build
- --enable-dependency-tracking do not reject slow dependency extractors])
-if test "x$enable_dependency_tracking" != xno; then
- am_depcomp="$ac_aux_dir/depcomp"
- AMDEPBACKSLASH='\'
-fi
-AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
-AC_SUBST([AMDEPBACKSLASH])dnl
-_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
-])
-
-# Generate code to set up dependency tracking. -*- Autoconf -*-
-
-# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005
-# Free Software Foundation, Inc.
-#
-# This file is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-#serial 3
-
-# _AM_OUTPUT_DEPENDENCY_COMMANDS
-# ------------------------------
-AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
-[for mf in $CONFIG_FILES; do
- # Strip MF so we end up with the name of the file.
- mf=`echo "$mf" | sed -e 's/:.*$//'`
- # Check whether this is an Automake generated Makefile or not.
- # We used to match only the files named `Makefile.in', but
- # some people rename them; so instead we look at the file content.
- # Grep'ing the first line is not enough: some people post-process
- # each Makefile.in and add a new line on top of each file to say so.
- # Grep'ing the whole file is not good either: AIX grep has a line
- # limit of 2048, but all sed's we know have understand at least 4000.
- if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
- dirpart=`AS_DIRNAME("$mf")`
- else
- continue
- fi
- # Extract the definition of DEPDIR, am__include, and am__quote
- # from the Makefile without running `make'.
- DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
- test -z "$DEPDIR" && continue
- am__include=`sed -n 's/^am__include = //p' < "$mf"`
- test -z "am__include" && continue
- am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
- # When using ansi2knr, U may be empty or an underscore; expand it
- U=`sed -n 's/^U = //p' < "$mf"`
- # Find all dependency output files, they are included files with
- # $(DEPDIR) in their names. We invoke sed twice because it is the
- # simplest approach to changing $(DEPDIR) to its actual value in the
- # expansion.
- for file in `sed -n "
- s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
- sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
- # Make sure the directory exists.
- test -f "$dirpart/$file" && continue
- fdir=`AS_DIRNAME(["$file"])`
- AS_MKDIR_P([$dirpart/$fdir])
- # echo "creating $dirpart/$file"
- echo '# dummy' > "$dirpart/$file"
- done
-done
-])# _AM_OUTPUT_DEPENDENCY_COMMANDS
-
-
-# AM_OUTPUT_DEPENDENCY_COMMANDS
-# -----------------------------
-# This macro should only be invoked once -- use via AC_REQUIRE.
-#
-# This code is only required when automatic dependency tracking
-# is enabled. FIXME. This creates each `.P' file that we will
-# need in order to bootstrap the dependency handling code.
-AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
-[AC_CONFIG_COMMANDS([depfiles],
- [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
- [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
-])
-
-# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005
-# Free Software Foundation, Inc.
-#
-# This file is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# serial 8
-
-# AM_CONFIG_HEADER is obsolete. It has been replaced by AC_CONFIG_HEADERS.
-AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)])
-
-# Do all the work for Automake. -*- Autoconf -*-
-
-# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-# 2005, 2006, 2008 Free Software Foundation, Inc.
-#
-# This file is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# serial 13
-
-# This macro actually does too much. Some checks are only needed if
-# your package does certain things. But this isn't really a big deal.
-
-# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
-# AM_INIT_AUTOMAKE([OPTIONS])
-# -----------------------------------------------
-# The call with PACKAGE and VERSION arguments is the old style
-# call (pre autoconf-2.50), which is being phased out. PACKAGE
-# and VERSION should now be passed to AC_INIT and removed from
-# the call to AM_INIT_AUTOMAKE.
-# We support both call styles for the transition. After
-# the next Automake release, Autoconf can make the AC_INIT
-# arguments mandatory, and then we can depend on a new Autoconf
-# release and drop the old call support.
-AC_DEFUN([AM_INIT_AUTOMAKE],
-[AC_PREREQ([2.60])dnl
-dnl Autoconf wants to disallow AM_ names. We explicitly allow
-dnl the ones we care about.
-m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
-AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
-AC_REQUIRE([AC_PROG_INSTALL])dnl
-if test "`cd $srcdir && pwd`" != "`pwd`"; then
- # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
- # is not polluted with repeated "-I."
- AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl
- # test to see if srcdir already configured
- if test -f $srcdir/config.status; then
- AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
- fi
-fi
-
-# test whether we have cygpath
-if test -z "$CYGPATH_W"; then
- if (cygpath --version) >/dev/null 2>/dev/null; then
- CYGPATH_W='cygpath -w'
- else
- CYGPATH_W=echo
- fi
-fi
-AC_SUBST([CYGPATH_W])
-
-# Define the identity of the package.
-dnl Distinguish between old-style and new-style calls.
-m4_ifval([$2],
-[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
- AC_SUBST([PACKAGE], [$1])dnl
- AC_SUBST([VERSION], [$2])],
-[_AM_SET_OPTIONS([$1])dnl
-dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
-m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,,
- [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
- AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
- AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
-
-_AM_IF_OPTION([no-define],,
-[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
- AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
-
-# Some tools Automake needs.
-AC_REQUIRE([AM_SANITY_CHECK])dnl
-AC_REQUIRE([AC_ARG_PROGRAM])dnl
-AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
-AM_MISSING_PROG(AUTOCONF, autoconf)
-AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
-AM_MISSING_PROG(AUTOHEADER, autoheader)
-AM_MISSING_PROG(MAKEINFO, makeinfo)
-AM_PROG_INSTALL_SH
-AM_PROG_INSTALL_STRIP
-AC_REQUIRE([AM_PROG_MKDIR_P])dnl
-# We need awk for the "check" target. The system "awk" is bad on
-# some platforms.
-AC_REQUIRE([AC_PROG_AWK])dnl
-AC_REQUIRE([AC_PROG_MAKE_SET])dnl
-AC_REQUIRE([AM_SET_LEADING_DOT])dnl
-_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
- [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
- [_AM_PROG_TAR([v7])])])
-_AM_IF_OPTION([no-dependencies],,
-[AC_PROVIDE_IFELSE([AC_PROG_CC],
- [_AM_DEPENDENCIES(CC)],
- [define([AC_PROG_CC],
- defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
-AC_PROVIDE_IFELSE([AC_PROG_CXX],
- [_AM_DEPENDENCIES(CXX)],
- [define([AC_PROG_CXX],
- defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
-AC_PROVIDE_IFELSE([AC_PROG_OBJC],
- [_AM_DEPENDENCIES(OBJC)],
- [define([AC_PROG_OBJC],
- defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
-])
-])
-
-
-# When config.status generates a header, we must update the stamp-h file.
-# This file resides in the same directory as the config header
-# that is generated. The stamp files are numbered to have different names.
-
-# Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the
-# loop where config.status creates the headers, so we can generate
-# our stamp files there.
-AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK],
-[# Compute $1's index in $config_headers.
-_am_arg=$1
-_am_stamp_count=1
-for _am_header in $config_headers :; do
- case $_am_header in
- $_am_arg | $_am_arg:* )
- break ;;
- * )
- _am_stamp_count=`expr $_am_stamp_count + 1` ;;
- esac
-done
-echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
-
-# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc.
-#
-# This file is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# AM_PROG_INSTALL_SH
-# ------------------
-# Define $install_sh.
-AC_DEFUN([AM_PROG_INSTALL_SH],
-[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
-install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"}
-AC_SUBST(install_sh)])
-
-# Copyright (C) 2003, 2005 Free Software Foundation, Inc.
-#
-# This file is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# serial 2
-
-# Check whether the underlying file-system supports filenames
-# with a leading dot. For instance MS-DOS doesn't.
-AC_DEFUN([AM_SET_LEADING_DOT],
-[rm -rf .tst 2>/dev/null
-mkdir .tst 2>/dev/null
-if test -d .tst; then
- am__leading_dot=.
-else
- am__leading_dot=_
-fi
-rmdir .tst 2>/dev/null
-AC_SUBST([am__leading_dot])])
-
-# Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2005
-# Free Software Foundation, Inc.
-#
-# This file is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# serial 5
-
-# AM_PROG_LEX
-# -----------
-# Autoconf leaves LEX=: if lex or flex can't be found. Change that to a
-# "missing" invocation, for better error output.
-AC_DEFUN([AM_PROG_LEX],
-[AC_PREREQ(2.50)dnl
-AC_REQUIRE([AM_MISSING_HAS_RUN])dnl
-AC_REQUIRE([AC_PROG_LEX])dnl
-if test "$LEX" = :; then
- LEX=${am_missing_run}flex
-fi])
-
-# Check to see how 'make' treats includes. -*- Autoconf -*-
-
-# Copyright (C) 2001, 2002, 2003, 2005 Free Software Foundation, Inc.
-#
-# This file is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# serial 3
-
-# AM_MAKE_INCLUDE()
-# -----------------
-# Check to see how make treats includes.
-AC_DEFUN([AM_MAKE_INCLUDE],
-[am_make=${MAKE-make}
-cat > confinc << 'END'
-am__doit:
- @echo done
-.PHONY: am__doit
-END
-# If we don't find an include directive, just comment out the code.
-AC_MSG_CHECKING([for style of include used by $am_make])
-am__include="#"
-am__quote=
-_am_result=none
-# First try GNU make style include.
-echo "include confinc" > confmf
-# We grep out `Entering directory' and `Leaving directory'
-# messages which can occur if `w' ends up in MAKEFLAGS.
-# In particular we don't look at `^make:' because GNU make might
-# be invoked under some other name (usually "gmake"), in which
-# case it prints its new name instead of `make'.
-if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
- am__include=include
- am__quote=
- _am_result=GNU
-fi
-# Now try BSD make style include.
-if test "$am__include" = "#"; then
- echo '.include "confinc"' > confmf
- if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
- am__include=.include
- am__quote="\""
- _am_result=BSD
- fi
-fi
-AC_SUBST([am__include])
-AC_SUBST([am__quote])
-AC_MSG_RESULT([$_am_result])
-rm ...
[truncated message content] |
|
From: <st...@us...> - 2008-07-13 19:46:18
|
Revision: 19010
http://vice-emu.svn.sourceforge.net/vice-emu/?rev=19010&view=rev
Author: strik
Date: 2008-07-13 12:46:27 -0700 (Sun, 13 Jul 2008)
Log Message:
-----------
Tagged version 1.22.26.
Added Paths:
-----------
tags/v1.22/v1.22.26/
Copied: tags/v1.22/v1.22.26 (from rev 19009, trunk)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <st...@us...> - 2008-07-13 19:45:10
|
Revision: 19009
http://vice-emu.svn.sourceforge.net/vice-emu/?rev=19009&view=rev
Author: strik
Date: 2008-07-13 12:45:11 -0700 (Sun, 13 Jul 2008)
Log Message:
-----------
2008-07-13 Spiro Trikaliotis <spi...@gm...>
* Version 1.22.26
Modified Paths:
--------------
trunk/vice/ChangeLog
trunk/vice/configure.in
trunk/vice/po/de.po
trunk/vice/po/fr.po
trunk/vice/po/hu.po
trunk/vice/po/it.po
trunk/vice/po/nl.po
trunk/vice/po/pl.po
trunk/vice/po/sv.po
trunk/vice/src/ChangeLog
trunk/vice/src/version.h
Modified: trunk/vice/ChangeLog
===================================================================
--- trunk/vice/ChangeLog 2008-07-13 08:06:04 UTC (rev 19008)
+++ trunk/vice/ChangeLog 2008-07-13 19:45:11 UTC (rev 19009)
@@ -1,3 +1,7 @@
+2008-07-13 Spiro Trikaliotis <spi...@gm...>
+
+ * Version 1.22.26
+
2008-07-12 Marco van den Heuvel <bla...@ya...>
* build/riscos/build-cross.sh: Added a missing 'cd ..'.
Modified: trunk/vice/configure.in
===================================================================
--- trunk/vice/configure.in 2008-07-13 08:06:04 UTC (rev 19008)
+++ trunk/vice/configure.in 2008-07-13 19:45:11 UTC (rev 19009)
@@ -9,7 +9,7 @@
VICE_VERSION_MAJOR=1
VICE_VERSION_MINOR=22
-VICE_VERSION_BUILD=25
+VICE_VERSION_BUILD=26
AC_SUBST(VICE_VERSION_MAJOR)
AC_SUBST(VICE_VERSION_MINOR)
Modified: trunk/vice/po/de.po
===================================================================
--- trunk/vice/po/de.po 2008-07-13 08:06:04 UTC (rev 19008)
+++ trunk/vice/po/de.po 2008-07-13 19:45:11 UTC (rev 19009)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: VICE 2.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-07-08 20:35+0200\n"
+"POT-Creation-Date: 2008-07-13 20:27+0200\n"
"PO-Revision-Date: 2008-01-02 16:46+0100\n"
"Last-Translator: Martin Pottendorfer (pot...@ut...)\n"
"Language-Team: de <de...@li...>\n"
@@ -103,7 +103,7 @@
#: src/c64/cart/c64cart.c:288 src/c64/cart/c64cart.c:291
#: src/c64/cart/ide64.c:281 src/c64/c64_256k.c:210 src/c64/georam.c:260
#: src/c64/mmc64.c:907 src/c64/mmc64.c:909 src/c64/plus256k.c:175
-#: src/c64/plus60k.c:249 src/c64/ramcart.c:284 src/c64/reu.c:479
+#: src/c64/plus60k.c:249 src/c64/ramcart.c:284 src/c64/reu.c:478
#: src/c64/tfe.c:1940 src/cbm2/cbm2-cmdline-options.c:132
#: src/cbm2/cbm2-cmdline-options.c:134 src/cbm2/cbm2-cmdline-options.c:136
#: src/cbm2/cbm2-cmdline-options.c:139 src/cbm2/cbm2-cmdline-options.c:141
@@ -890,7 +890,7 @@
msgid "Specify name of GEORAM image"
msgstr "GEORAM Image Datei definieren"
-#: src/c64/georam.c:262 src/c64/ramcart.c:286 src/c64/reu.c:481
+#: src/c64/georam.c:262 src/c64/ramcart.c:286 src/c64/reu.c:480
#: src/pet/petreu.c:216 src/translate.c.po.c:1150
msgid "<size in KB>"
msgstr "<Gr\xF6\xDFe in KB>"
@@ -983,19 +983,19 @@
msgid "Size of the RAMCART expansion"
msgstr "Gr\xF6\xDFe der RAMCART Erweiterung"
-#: src/c64/reu.c:475 src/translate.c.po.c:1350
+#: src/c64/reu.c:474 src/translate.c.po.c:1350
msgid "Enable the RAM expansion unit"
msgstr "RAM Speichererweiterung aktivieren"
-#: src/c64/reu.c:477 src/translate.c.po.c:1360
+#: src/c64/reu.c:476 src/translate.c.po.c:1360
msgid "Disable the RAM expansion unit"
msgstr "RAM Speichererweiterung deaktivieren"
-#: src/c64/reu.c:479 src/translate.c.po.c:1370
+#: src/c64/reu.c:478 src/translate.c.po.c:1370
msgid "Specify name of REU image"
msgstr "Namen f\xFCr REU Image Datei definieren"
-#: src/c64/reu.c:481 src/translate.c.po.c:1380
+#: src/c64/reu.c:480 src/translate.c.po.c:1380
msgid "Size of the RAM expansion unit"
msgstr "Gr\xF6\xDFe der RAM Speichererweiterung"
Modified: trunk/vice/po/fr.po
===================================================================
--- trunk/vice/po/fr.po 2008-07-13 08:06:04 UTC (rev 19008)
+++ trunk/vice/po/fr.po 2008-07-13 19:45:11 UTC (rev 19009)
@@ -11,7 +11,7 @@
msgstr ""
"Project-Id-Version: VICE 1.22\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-07-08 20:35+0200\n"
+"POT-Creation-Date: 2008-07-13 20:27+0200\n"
"PO-Revision-Date: 2007-07-26 11:57+0200\n"
"Last-Translator: Paul Dub\xE9 <dub...@gm...>\n"
"Language-Team: fr <fr...@li...>\n"
@@ -107,7 +107,7 @@
#: src/c64/cart/c64cart.c:288 src/c64/cart/c64cart.c:291
#: src/c64/cart/ide64.c:281 src/c64/c64_256k.c:210 src/c64/georam.c:260
#: src/c64/mmc64.c:907 src/c64/mmc64.c:909 src/c64/plus256k.c:175
-#: src/c64/plus60k.c:249 src/c64/ramcart.c:284 src/c64/reu.c:479
+#: src/c64/plus60k.c:249 src/c64/ramcart.c:284 src/c64/reu.c:478
#: src/c64/tfe.c:1940 src/cbm2/cbm2-cmdline-options.c:132
#: src/cbm2/cbm2-cmdline-options.c:134 src/cbm2/cbm2-cmdline-options.c:136
#: src/cbm2/cbm2-cmdline-options.c:139 src/cbm2/cbm2-cmdline-options.c:141
@@ -923,7 +923,7 @@
msgid "Specify name of GEORAM image"
msgstr "Sp\xE9cifier le nom de l'image GEORAM"
-#: src/c64/georam.c:262 src/c64/ramcart.c:286 src/c64/reu.c:481
+#: src/c64/georam.c:262 src/c64/ramcart.c:286 src/c64/reu.c:480
#: src/pet/petreu.c:216 src/translate.c.po.c:1150
msgid "<size in KB>"
msgstr "<taille en KO>"
@@ -1027,19 +1027,19 @@
msgid "Size of the RAMCART expansion"
msgstr "Taille de l'expansion RAMCART"
-#: src/c64/reu.c:475 src/translate.c.po.c:1350
+#: src/c64/reu.c:474 src/translate.c.po.c:1350
msgid "Enable the RAM expansion unit"
msgstr "Activer l'unit\xE9 d'expansion RAM"
-#: src/c64/reu.c:477 src/translate.c.po.c:1360
+#: src/c64/reu.c:476 src/translate.c.po.c:1360
msgid "Disable the RAM expansion unit"
msgstr "D\xE9sactiver l'unit\xE9 d'expansion RAM"
-#: src/c64/reu.c:479 src/translate.c.po.c:1370
+#: src/c64/reu.c:478 src/translate.c.po.c:1370
msgid "Specify name of REU image"
msgstr "Sp\xE9cifier le nom de l'image REU"
-#: src/c64/reu.c:481 src/translate.c.po.c:1380
+#: src/c64/reu.c:480 src/translate.c.po.c:1380
msgid "Size of the RAM expansion unit"
msgstr "Taille de l'unit\xE9 d'expansion RAM"
Modified: trunk/vice/po/hu.po
===================================================================
--- trunk/vice/po/hu.po 2008-07-13 08:06:04 UTC (rev 19008)
+++ trunk/vice/po/hu.po 2008-07-13 19:45:11 UTC (rev 19009)
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: VICE 2.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-07-08 20:35+0200\n"
+"POT-Creation-Date: 2008-07-13 20:27+0200\n"
"PO-Revision-Date: 2007-07-27 15:58+0200\n"
"Last-Translator: Karai Csaba <cs...@fr...>\n"
"Language-Team: Hungarian <hu...@li...>\n"
@@ -104,7 +104,7 @@
#: src/c64/cart/c64cart.c:288 src/c64/cart/c64cart.c:291
#: src/c64/cart/ide64.c:281 src/c64/c64_256k.c:210 src/c64/georam.c:260
#: src/c64/mmc64.c:907 src/c64/mmc64.c:909 src/c64/plus256k.c:175
-#: src/c64/plus60k.c:249 src/c64/ramcart.c:284 src/c64/reu.c:479
+#: src/c64/plus60k.c:249 src/c64/ramcart.c:284 src/c64/reu.c:478
#: src/c64/tfe.c:1940 src/cbm2/cbm2-cmdline-options.c:132
#: src/cbm2/cbm2-cmdline-options.c:134 src/cbm2/cbm2-cmdline-options.c:136
#: src/cbm2/cbm2-cmdline-options.c:139 src/cbm2/cbm2-cmdline-options.c:141
@@ -896,7 +896,7 @@
msgid "Specify name of GEORAM image"
msgstr "Adja meg a GEORAM k\xE9pm\xE1s nev\xE9t"
-#: src/c64/georam.c:262 src/c64/ramcart.c:286 src/c64/reu.c:481
+#: src/c64/georam.c:262 src/c64/ramcart.c:286 src/c64/reu.c:480
#: src/pet/petreu.c:216 src/translate.c.po.c:1150
msgid "<size in KB>"
msgstr "<m\xE9ret KB-ban>"
@@ -989,19 +989,19 @@
msgid "Size of the RAMCART expansion"
msgstr "RAMCART b\xF5v\xEDt\xE9s m\xE9rete"
-#: src/c64/reu.c:475 src/translate.c.po.c:1350
+#: src/c64/reu.c:474 src/translate.c.po.c:1350
msgid "Enable the RAM expansion unit"
msgstr "RAM Expansion Unit enged\xE9lyez\xE9se"
-#: src/c64/reu.c:477 src/translate.c.po.c:1360
+#: src/c64/reu.c:476 src/translate.c.po.c:1360
msgid "Disable the RAM expansion unit"
msgstr "RAM Expansion Unit tilt\xE1sa"
-#: src/c64/reu.c:479 src/translate.c.po.c:1370
+#: src/c64/reu.c:478 src/translate.c.po.c:1370
msgid "Specify name of REU image"
msgstr "Adja meg a REU k\xE9pm\xE1s nev\xE9t"
-#: src/c64/reu.c:481 src/translate.c.po.c:1380
+#: src/c64/reu.c:480 src/translate.c.po.c:1380
msgid "Size of the RAM expansion unit"
msgstr "RAM Expansion Unit m\xE9rete"
Modified: trunk/vice/po/it.po
===================================================================
--- trunk/vice/po/it.po 2008-07-13 08:06:04 UTC (rev 19008)
+++ trunk/vice/po/it.po 2008-07-13 19:45:11 UTC (rev 19009)
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: VICE 1.22\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-07-08 20:35+0200\n"
+"POT-Creation-Date: 2008-07-13 20:27+0200\n"
"PO-Revision-Date: 2007-07-28 14:26+0100\n"
"Last-Translator: Andrea Musuruane <mus...@gm...>\n"
"Language-Team: it <it...@li...>\n"
@@ -103,7 +103,7 @@
#: src/c64/cart/c64cart.c:288 src/c64/cart/c64cart.c:291
#: src/c64/cart/ide64.c:281 src/c64/c64_256k.c:210 src/c64/georam.c:260
#: src/c64/mmc64.c:907 src/c64/mmc64.c:909 src/c64/plus256k.c:175
-#: src/c64/plus60k.c:249 src/c64/ramcart.c:284 src/c64/reu.c:479
+#: src/c64/plus60k.c:249 src/c64/ramcart.c:284 src/c64/reu.c:478
#: src/c64/tfe.c:1940 src/cbm2/cbm2-cmdline-options.c:132
#: src/cbm2/cbm2-cmdline-options.c:134 src/cbm2/cbm2-cmdline-options.c:136
#: src/cbm2/cbm2-cmdline-options.c:139 src/cbm2/cbm2-cmdline-options.c:141
@@ -917,7 +917,7 @@
msgid "Specify name of GEORAM image"
msgstr "Specifica il nome dell'immagine GEORAM"
-#: src/c64/georam.c:262 src/c64/ramcart.c:286 src/c64/reu.c:481
+#: src/c64/georam.c:262 src/c64/ramcart.c:286 src/c64/reu.c:480
#: src/pet/petreu.c:216 src/translate.c.po.c:1150
msgid "<size in KB>"
msgstr "<dimensione in KB>"
@@ -1012,19 +1012,19 @@
msgid "Size of the RAMCART expansion"
msgstr "Dimensione dell'espansione RAMCART"
-#: src/c64/reu.c:475 src/translate.c.po.c:1350
+#: src/c64/reu.c:474 src/translate.c.po.c:1350
msgid "Enable the RAM expansion unit"
msgstr "Attiva l'espansione di RAM"
-#: src/c64/reu.c:477 src/translate.c.po.c:1360
+#: src/c64/reu.c:476 src/translate.c.po.c:1360
msgid "Disable the RAM expansion unit"
msgstr "Disattiva l'espansione di RAM"
-#: src/c64/reu.c:479 src/translate.c.po.c:1370
+#: src/c64/reu.c:478 src/translate.c.po.c:1370
msgid "Specify name of REU image"
msgstr "Specifica il nome dell'immagine REU"
-#: src/c64/reu.c:481 src/translate.c.po.c:1380
+#: src/c64/reu.c:480 src/translate.c.po.c:1380
msgid "Size of the RAM expansion unit"
msgstr "Dimensione dell'espansione di RAM"
Modified: trunk/vice/po/nl.po
===================================================================
--- trunk/vice/po/nl.po 2008-07-13 08:06:04 UTC (rev 19008)
+++ trunk/vice/po/nl.po 2008-07-13 19:45:11 UTC (rev 19009)
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: VICE 2.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-07-08 20:35+0200\n"
+"POT-Creation-Date: 2008-07-13 20:27+0200\n"
"PO-Revision-Date: 2008-06-11 11:57+0200\n"
"Last-Translator: Marco van den Heuvel <bla...@ya...>\n"
"Language-Team: nl <nl...@li...>\n"
@@ -54,11 +54,15 @@
#: src/autostart.c:177 src/translate.c.po.c:634
msgid "On autostart, use the 'RUN' command with a colon, i.e., 'RUN:'"
-msgstr "Bij het autostarten, gebruik het 'RUN' commando met een dubbele punt, dus 'RUN:'"
+msgstr ""
+"Bij het autostarten, gebruik het 'RUN' commando met een dubbele punt, dus "
+"'RUN:'"
#: src/autostart.c:179 src/translate.c.po.c:644
msgid "On autostart, do not use the 'RUN' command with a colon; i.e., 'RUN'"
-msgstr "Bij het autostarten, gebruik het 'RUN' commando niet met een dubbele punt, dus 'RUN'"
+msgstr ""
+"Bij het autostarten, gebruik het 'RUN' commando niet met een dubbele punt, "
+"dus 'RUN'"
#: src/autostart.c:270 src/translate.c.po.c:96
msgid "Cannot load snapshot file."
@@ -103,7 +107,7 @@
#: src/c64/cart/c64cart.c:288 src/c64/cart/c64cart.c:291
#: src/c64/cart/ide64.c:281 src/c64/c64_256k.c:210 src/c64/georam.c:260
#: src/c64/mmc64.c:907 src/c64/mmc64.c:909 src/c64/plus256k.c:175
-#: src/c64/plus60k.c:249 src/c64/ramcart.c:284 src/c64/reu.c:479
+#: src/c64/plus60k.c:249 src/c64/ramcart.c:284 src/c64/reu.c:478
#: src/c64/tfe.c:1940 src/cbm2/cbm2-cmdline-options.c:132
#: src/cbm2/cbm2-cmdline-options.c:134 src/cbm2/cbm2-cmdline-options.c:136
#: src/cbm2/cbm2-cmdline-options.c:139 src/cbm2/cbm2-cmdline-options.c:141
@@ -890,7 +894,7 @@
msgid "Specify name of GEORAM image"
msgstr "Geef de naam van het GEORAM-bestand"
-#: src/c64/georam.c:262 src/c64/ramcart.c:286 src/c64/reu.c:481
+#: src/c64/georam.c:262 src/c64/ramcart.c:286 src/c64/reu.c:480
#: src/pet/petreu.c:216 src/translate.c.po.c:1150
msgid "<size in KB>"
msgstr "<grootte in KB>"
@@ -983,19 +987,19 @@
msgid "Size of the RAMCART expansion"
msgstr "Grootte van de RAMCART-uitbreiding"
-#: src/c64/reu.c:475 src/translate.c.po.c:1350
+#: src/c64/reu.c:474 src/translate.c.po.c:1350
msgid "Enable the RAM expansion unit"
msgstr "Activeer de RAM-uitbreidingseenheid (REU)"
-#: src/c64/reu.c:477 src/translate.c.po.c:1360
+#: src/c64/reu.c:476 src/translate.c.po.c:1360
msgid "Disable the RAM expansion unit"
msgstr "De RAM-uitbreidingseenheid (REU) uitschakelen"
-#: src/c64/reu.c:479 src/translate.c.po.c:1370
+#: src/c64/reu.c:478 src/translate.c.po.c:1370
msgid "Specify name of REU image"
msgstr "Geef de naam van het REU-bestand"
-#: src/c64/reu.c:481 src/translate.c.po.c:1380
+#: src/c64/reu.c:480 src/translate.c.po.c:1380
msgid "Size of the RAM expansion unit"
msgstr "Grootte van de RAM-uitbreidingseenheid (REU)"
@@ -11347,4 +11351,3 @@
#: src/arch/amigaos/intl.c.po.c:4844
msgid "Amiga mouse"
msgstr "Amiga muis"
-
Modified: trunk/vice/po/pl.po
===================================================================
--- trunk/vice/po/pl.po 2008-07-13 08:06:04 UTC (rev 19008)
+++ trunk/vice/po/pl.po 2008-07-13 19:45:11 UTC (rev 19009)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: VICE 1.22\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-07-08 20:35+0200\n"
+"POT-Creation-Date: 2008-07-13 20:27+0200\n"
"PO-Revision-Date: 2007-07-26 11:55+0200\n"
"Last-Translator: Mariusz M\xB3ynek <fl...@go...>\n"
"Language-Team: pl <pl...@li...>\n"
@@ -107,7 +107,7 @@
#: src/c64/cart/c64cart.c:288 src/c64/cart/c64cart.c:291
#: src/c64/cart/ide64.c:281 src/c64/c64_256k.c:210 src/c64/georam.c:260
#: src/c64/mmc64.c:907 src/c64/mmc64.c:909 src/c64/plus256k.c:175
-#: src/c64/plus60k.c:249 src/c64/ramcart.c:284 src/c64/reu.c:479
+#: src/c64/plus60k.c:249 src/c64/ramcart.c:284 src/c64/reu.c:478
#: src/c64/tfe.c:1940 src/cbm2/cbm2-cmdline-options.c:132
#: src/cbm2/cbm2-cmdline-options.c:134 src/cbm2/cbm2-cmdline-options.c:136
#: src/cbm2/cbm2-cmdline-options.c:139 src/cbm2/cbm2-cmdline-options.c:141
@@ -976,7 +976,7 @@
msgid "Specify name of GEORAM image"
msgstr "Okre\xB6l nazw\xEA pliku symbolicznej mapy klawiatury"
-#: src/c64/georam.c:262 src/c64/ramcart.c:286 src/c64/reu.c:481
+#: src/c64/georam.c:262 src/c64/ramcart.c:286 src/c64/reu.c:480
#: src/pet/petreu.c:216 src/translate.c.po.c:1150
msgid "<size in KB>"
msgstr ""
@@ -1085,22 +1085,22 @@
msgid "Size of the RAMCART expansion"
msgstr "Rozszerzenie RAM nap\xEAdu #9"
-#: src/c64/reu.c:475 src/translate.c.po.c:1350
+#: src/c64/reu.c:474 src/translate.c.po.c:1350
#, fuzzy
msgid "Enable the RAM expansion unit"
msgstr "Jednostka rozszerzenia RAM"
-#: src/c64/reu.c:477 src/translate.c.po.c:1360
+#: src/c64/reu.c:476 src/translate.c.po.c:1360
#, fuzzy
msgid "Disable the RAM expansion unit"
msgstr "Rozszerzenie RAM nap\xEAdu #9"
-#: src/c64/reu.c:479 src/translate.c.po.c:1370
+#: src/c64/reu.c:478 src/translate.c.po.c:1370
#, fuzzy
msgid "Specify name of REU image"
msgstr "Okre\xB6l nazw\xEA pliku symbolicznej mapy klawiatury"
-#: src/c64/reu.c:481 src/translate.c.po.c:1380
+#: src/c64/reu.c:480 src/translate.c.po.c:1380
#, fuzzy
msgid "Size of the RAM expansion unit"
msgstr "Jednostka rozszerzenia RAM"
Modified: trunk/vice/po/sv.po
===================================================================
--- trunk/vice/po/sv.po 2008-07-13 08:06:04 UTC (rev 19008)
+++ trunk/vice/po/sv.po 2008-07-13 19:45:11 UTC (rev 19009)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: VICE 2.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-07-08 20:35+0200\n"
+"POT-Creation-Date: 2008-07-13 20:27+0200\n"
"PO-Revision-Date: 2007-07-30 20:49+0100\n"
"Last-Translator: Peter Karlsson <pe...@so...>\n"
"Language-Team: Swedish <tp...@li...>\n"
@@ -104,7 +104,7 @@
#: src/c64/cart/c64cart.c:288 src/c64/cart/c64cart.c:291
#: src/c64/cart/ide64.c:281 src/c64/c64_256k.c:210 src/c64/georam.c:260
#: src/c64/mmc64.c:907 src/c64/mmc64.c:909 src/c64/plus256k.c:175
-#: src/c64/plus60k.c:249 src/c64/ramcart.c:284 src/c64/reu.c:479
+#: src/c64/plus60k.c:249 src/c64/ramcart.c:284 src/c64/reu.c:478
#: src/c64/tfe.c:1940 src/cbm2/cbm2-cmdline-options.c:132
#: src/cbm2/cbm2-cmdline-options.c:134 src/cbm2/cbm2-cmdline-options.c:136
#: src/cbm2/cbm2-cmdline-options.c:139 src/cbm2/cbm2-cmdline-options.c:141
@@ -889,7 +889,7 @@
msgid "Specify name of GEORAM image"
msgstr "Ange namn p\xE5 GEORAM-avbildning"
-#: src/c64/georam.c:262 src/c64/ramcart.c:286 src/c64/reu.c:481
+#: src/c64/georam.c:262 src/c64/ramcart.c:286 src/c64/reu.c:480
#: src/pet/petreu.c:216 src/translate.c.po.c:1150
msgid "<size in KB>"
msgstr "<storlek i KB>"
@@ -982,19 +982,19 @@
msgid "Size of the RAMCART expansion"
msgstr "Storlek p\xE5 RAMCART-expansion"
-#: src/c64/reu.c:475 src/translate.c.po.c:1350
+#: src/c64/reu.c:474 src/translate.c.po.c:1350
msgid "Enable the RAM expansion unit"
msgstr "Aktivera RAM-expansionsenhet"
-#: src/c64/reu.c:477 src/translate.c.po.c:1360
+#: src/c64/reu.c:476 src/translate.c.po.c:1360
msgid "Disable the RAM expansion unit"
msgstr "Inaktivera RAM-expansionsenhet"
-#: src/c64/reu.c:479 src/translate.c.po.c:1370
+#: src/c64/reu.c:478 src/translate.c.po.c:1370
msgid "Specify name of REU image"
msgstr "Ange namn p\xE5 REU-avbildning"
-#: src/c64/reu.c:481 src/translate.c.po.c:1380
+#: src/c64/reu.c:480 src/translate.c.po.c:1380
msgid "Size of the RAM expansion unit"
msgstr "Storlek p\xE5 RAM-expansionsenhet"
Modified: trunk/vice/src/ChangeLog
===================================================================
--- trunk/vice/src/ChangeLog 2008-07-13 08:06:04 UTC (rev 19008)
+++ trunk/vice/src/ChangeLog 2008-07-13 19:45:11 UTC (rev 19009)
@@ -1,3 +1,7 @@
+2008-07-13 Spiro Trikaliotis <spi...@gm...>
+
+ * Version 1.22.26
+
2008-07-12 Andreas Matthies <and...@gm...>
* vicii/vicii-fetch.c, vicii/vicii_fetch.h: vicii_fetch_matrix
Modified: trunk/vice/src/version.h
===================================================================
--- trunk/vice/src/version.h 2008-07-13 08:06:04 UTC (rev 19008)
+++ trunk/vice/src/version.h 2008-07-13 19:45:11 UTC (rev 19009)
@@ -28,11 +28,11 @@
#define __VERSION_H__
#ifndef VERSION
-#define VERSION "1.22.25"
+#define VERSION "1.22.26"
#endif
#ifndef VERSION_RC_NUMBER
-#define VERSION_RC_NUMBER 1,22,25,0
+#define VERSION_RC_NUMBER 1,22,26,0
#endif
#ifndef PACKAGE
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <st...@us...> - 2008-07-13 08:05:56
|
Revision: 19008
http://vice-emu.svn.sourceforge.net/vice-emu/?rev=19008&view=rev
Author: strik
Date: 2008-07-13 01:06:04 -0700 (Sun, 13 Jul 2008)
Log Message:
-----------
2008-07-12 Andreas Matthies <and...@gm...>
* src/vicii/vicii-fetch.c, src/vicii/vicii_fetch.h:
vicii_fetch_matrix now gets the cycle and uses it to change
xsmooth_color in time. This fixes bug in Crest/Krestage
multiplexer crunchtable.
* src/vicii/vicii-draw.c (draw_mc_bitmap_foreground): Change
from VICII_ILLEGAL_TEXT_MODE is handled now. This fixes bug in
Crest/Digital Magic.
* src/vicii/vicii-mem.c (d015_store): Force a DMA check even on
last_dma_line. This fixes bug in Oregon/Maulhalten.
* src/vicii/vicii-sprites.c (vicii_sprites_set_x_position):
Another fix to make Cosmos Design/Living Chips happy. This is
not the end of the story...
Modified Paths:
--------------
trunk/vice/src/ChangeLog
trunk/vice/src/vicii/vicii-badline.c
trunk/vice/src/vicii/vicii-draw.c
trunk/vice/src/vicii/vicii-fetch.c
trunk/vice/src/vicii/vicii-fetch.h
trunk/vice/src/vicii/vicii-mem.c
trunk/vice/src/vicii/vicii-sprites.c
Modified: trunk/vice/src/ChangeLog
===================================================================
--- trunk/vice/src/ChangeLog 2008-07-13 08:02:21 UTC (rev 19007)
+++ trunk/vice/src/ChangeLog 2008-07-13 08:06:04 UTC (rev 19008)
@@ -1,3 +1,20 @@
+2008-07-12 Andreas Matthies <and...@gm...>
+
+ * vicii/vicii-fetch.c, vicii/vicii_fetch.h: vicii_fetch_matrix
+ now gets the cycle and uses it to change xsmooth_color in time.
+ This fixes bug in Crest/Krestage multiplexer crunchtable.
+
+ * vicii/vicii-draw.c (draw_mc_bitmap_foreground): Change from
+ VICII_ILLEGAL_TEXT_MODE is handled now. This fixes bug in
+ Crest/Digital Magic.
+
+ * vicii/vicii-mem.c (d015_store): Force a DMA check even on
+ last_dma_line. This fixes bug in Oregon/Maulhalten.
+
+ * vicii/vicii-sprites.c (vicii_sprites_set_x_position): Another
+ fix to make Cosmos Design/Living Chips happy. This is not the
+ end of the story...
+
2008-07-12 Marco van den Heuvel <bla...@ya...>
* arch/amigaos/README.AMIGA: Updated.
Modified: trunk/vice/src/vicii/vicii-badline.c
===================================================================
--- trunk/vice/src/vicii/vicii-badline.c 2008-07-13 08:02:21 UTC (rev 19007)
+++ trunk/vice/src/vicii/vicii-badline.c 2008-07-13 08:06:04 UTC (rev 19008)
@@ -132,7 +132,7 @@
/* Force the DMA. */
if (num_chars > 0)
- vicii_fetch_matrix(pos, num_chars, num_0xff_fetches);
+ vicii_fetch_matrix(pos, num_chars, num_0xff_fetches, cycle);
/* Set the value by which `vicii.mem_counter' is incremented on
this line. */
Modified: trunk/vice/src/vicii/vicii-draw.c
===================================================================
--- trunk/vice/src/vicii/vicii-draw.c 2008-07-13 08:02:21 UTC (rev 19007)
+++ trunk/vice/src/vicii/vicii-draw.c 2008-07-13 08:06:04 UTC (rev 19008)
@@ -828,7 +828,8 @@
else
b = bmptr_low[j];
- if (vicii.raster.last_video_mode == VICII_MULTICOLOR_TEXT_MODE) {
+ if (vicii.raster.last_video_mode == VICII_MULTICOLOR_TEXT_MODE
+ || vicii.raster.last_video_mode == VICII_ILLEGAL_TEXT_MODE) {
BYTE *char_ptr = vicii.chargen_ptr + vicii.raster.ycounter;
b = char_ptr[vicii.vbuf[i - vicii.buf_offset] * 8];
}
Modified: trunk/vice/src/vicii/vicii-fetch.c
===================================================================
--- trunk/vice/src/vicii/vicii-fetch.c 2008-07-13 08:02:21 UTC (rev 19007)
+++ trunk/vice/src/vicii/vicii-fetch.c 2008-07-13 08:06:04 UTC (rev 19008)
@@ -54,7 +54,7 @@
/* Emulate a matrix line fetch, `num' bytes starting from `offs'. This takes
care of the 10-bit counter wraparound. */
-void vicii_fetch_matrix(int offs, int num, int num_0xff)
+void vicii_fetch_matrix(int offs, int num, int num_0xff, int cycle)
{
int start_char;
int c;
@@ -97,19 +97,37 @@
/* Set correct background color in in the xsmooth area.
As this only affects the next line, the xsmooth color is immediately
set if the right border is opened. */
+ /* A.M.: This is not true! Immediate change is necessary.
+ See the crunch table in Multiplexer part of Krestage */
if (offs + num >= VICII_SCREEN_TEXTCOLS) {
switch (vicii.get_background_from_vbuf) {
case VICII_HIRES_BITMAP_MODE:
+#if 0
raster_changes_next_line_add_int(
&vicii.raster,
&vicii.raster.xsmooth_color,
vicii.background_color_source & 0x0f);
+#else
+ raster_changes_background_add_int(
+ &vicii.raster,
+ VICII_RASTER_X(cycle),
+ &vicii.raster.xsmooth_color,
+ vicii.background_color_source & 0x0f);
+#endif
break;
case VICII_EXTENDED_TEXT_MODE:
+#if 0
raster_changes_next_line_add_int(
&vicii.raster,
&vicii.raster.xsmooth_color,
vicii.regs[0x21 + (vicii.background_color_source >> 6)]);
+#else
+ raster_changes_background_add_int(
+ &vicii.raster,
+ VICII_RASTER_X(cycle),
+ &vicii.raster.xsmooth_color,
+ vicii.regs[0x21 + (vicii.background_color_source >> 6)]);
+#endif
break;
}
}
@@ -131,7 +149,7 @@
&& vicii.allow_bad_lines
&& raster->current_line >= vicii.first_dma_line
&& raster->current_line <= vicii.last_dma_line) {
- vicii_fetch_matrix(0, VICII_SCREEN_TEXTCOLS, 0);
+ vicii_fetch_matrix(0, VICII_SCREEN_TEXTCOLS, 0, VICII_FETCH_CYCLE);
raster->draw_idle_state = 0;
raster->ycounter = 0;
Modified: trunk/vice/src/vicii/vicii-fetch.h
===================================================================
--- trunk/vice/src/vicii/vicii-fetch.h 2008-07-13 08:02:21 UTC (rev 19007)
+++ trunk/vice/src/vicii/vicii-fetch.h 2008-07-13 08:06:04 UTC (rev 19008)
@@ -32,7 +32,7 @@
extern void vicii_fetch_init(void);
extern void vicii_fetch_alarm_handler(CLOCK offset, void *data);
-extern void vicii_fetch_matrix(int offs, int num, int num_0xff);
+extern void vicii_fetch_matrix(int offs, int num, int num_0xff, int cycle);
#endif
Modified: trunk/vice/src/vicii/vicii-mem.c
===================================================================
--- trunk/vice/src/vicii/vicii-mem.c 2008-07-13 08:02:21 UTC (rev 19007)
+++ trunk/vice/src/vicii/vicii-mem.c 2008-07-13 08:06:04 UTC (rev 19008)
@@ -370,7 +370,7 @@
&& cycle > VICII_FETCH_CYCLE
&& cycle <= vicii.sprite_fetch_cycle)
|| vicii.raster.current_line < vicii.first_dma_line
- || vicii.raster.current_line > vicii.last_dma_line) {
+ || vicii.raster.current_line >= vicii.last_dma_line) {
CLOCK new_fetch_clk;
new_fetch_clk = (VICII_LINE_START_CLK(maincpu_clk)
Modified: trunk/vice/src/vicii/vicii-sprites.c
===================================================================
--- trunk/vice/src/vicii/vicii-sprites.c 2008-07-13 08:02:21 UTC (rev 19007)
+++ trunk/vice/src/vicii/vicii-sprites.c 2008-07-13 08:06:04 UTC (rev 19008)
@@ -1203,7 +1203,14 @@
if (next_pos < last_pos) {
if (change_pos <= next_pos)
{
- sprite->x = new_x;
+ if (raster_x + 8 > new_x) {
+ /* last line was already drawn */
+ raster_changes_sprites_add_int(&vicii.raster,
+ SPRITE_DISPLAY_IMMEDIATE_DATA_FETCHED(num),
+ &sprite->x, new_x);
+ } else {
+ sprite->x = new_x;
+ }
} else {
if (change_pos <= last_pos) {
/* too early to start at last_pos and too late to start
@@ -1224,8 +1231,14 @@
} else {
/* next_pos >= last_pos */
if (change_pos <= last_pos) {
- /* display not started yet, use next_pos */
- sprite->x = new_x;
+ if (raster_x + 8 > new_x) {
+ /* last line was already drawn */
+ raster_changes_sprites_add_int(&vicii.raster,
+ SPRITE_DISPLAY_IMMEDIATE_DATA_FETCHED(num),
+ &sprite->x, new_x);
+ } else {
+ sprite->x = new_x;
+ }
} else {
if (change_pos >= next_pos) {
if (raster_x + 8 < sprite->x && new_x > raster_x + 8) {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <st...@us...> - 2008-07-13 08:02:13
|
Revision: 19007
http://vice-emu.svn.sourceforge.net/vice-emu/?rev=19007&view=rev
Author: strik
Date: 2008-07-13 01:02:21 -0700 (Sun, 13 Jul 2008)
Log Message:
-----------
2008-07-12 Marco van den Heuvel <bla...@ya...>
* build/riscos/build-cross.sh: Added a missing 'cd ..'.
* configure.in: Corrected a typo.
* doc/Readme.beos: Updated.
* vice-mint.spec, vice.spec: Release version updated to 2.0.
* src/arch/amigaos/README.AMIGA: Updated.
* src/arch/unix/gp2x/make-bindist.sh,
src/arch/unix/sco_sol/make-bindist.sh: Fixed a typo.
Modified Paths:
--------------
trunk/vice/ChangeLog
trunk/vice/build/riscos/build-cross.sh
trunk/vice/configure.in
trunk/vice/doc/Readme.beos
trunk/vice/src/ChangeLog
trunk/vice/src/arch/amigaos/README.AMIGA
trunk/vice/src/arch/unix/gp2x/make-bindist.sh
trunk/vice/src/arch/unix/sco_sol/make-bindist.sh
trunk/vice/vice-mint.spec
trunk/vice/vice.spec
Modified: trunk/vice/ChangeLog
===================================================================
--- trunk/vice/ChangeLog 2008-07-13 06:07:20 UTC (rev 19006)
+++ trunk/vice/ChangeLog 2008-07-13 08:02:21 UTC (rev 19007)
@@ -1,3 +1,13 @@
+2008-07-12 Marco van den Heuvel <bla...@ya...>
+
+ * build/riscos/build-cross.sh: Added a missing 'cd ..'.
+
+ * configure.in: Corrected a typo.
+
+ * doc/Readme.beos: Updated.
+
+ * vice-mint.spec, vice.spec: Release version updated to 2.0.
+
2008-07-10 Spiro Trikaliotis <spi...@gm...>
* Version 1.22.25
Modified: trunk/vice/build/riscos/build-cross.sh
===================================================================
--- trunk/vice/build/riscos/build-cross.sh 2008-07-13 06:07:20 UTC (rev 19006)
+++ trunk/vice/build/riscos/build-cross.sh 2008-07-13 08:02:21 UTC (rev 19007)
@@ -127,4 +127,5 @@
ln -s arch/riscos/config.h config.h
make
+cd ..
make bindistzip
Modified: trunk/vice/configure.in
===================================================================
--- trunk/vice/configure.in 2008-07-13 06:07:20 UTC (rev 19006)
+++ trunk/vice/configure.in 2008-07-13 08:02:21 UTC (rev 19007)
@@ -125,7 +125,7 @@
if test x"$host_os" = "xminix"; then
AC_DEFINE(MINIX_SUPPORT,,[do we need minix support])
CFLAGS="$CFLAGS -D_MINIX -D_POSIX_SOURCE"
- MINIX_RELEASE=`uname -s`
+ MINIX_RELEASE=`uname -r`
MINIX_VERSION=`uname -v`
if test x"$MINIX_RELEASE" != "x3"; then
AC_MSG_ERROR([VICE works only on minix 3 and up])
Modified: trunk/vice/doc/Readme.beos
===================================================================
--- trunk/vice/doc/Readme.beos 2008-07-13 06:07:20 UTC (rev 19006)
+++ trunk/vice/doc/Readme.beos 2008-07-13 08:02:21 UTC (rev 19007)
@@ -3,11 +3,8 @@
REQUIREMENTS
---------------------------
-BeVICE was developed and so far tested under BeOS 5 Personal Edition
-on a quite fast machine (Pentium II 400MHz) with Soundblaster 64 PCI
-and two standard analog joysticks on a Y-cable.
-I'm highly interested in experiences with other hardware and BeOS
-releases (see FEEDBACK)
+BeVICE was developed and so far tested under BeOS 5 Personal Edition,
+Zeta and Haiku.
INSTALLATION
------------------------
@@ -47,7 +44,6 @@
specific setting are missing; use commandline options or
edit the vice.ini.
- Fullsrceen mode is needed.
-- No binaries for PPC so far.
FEEDBACK
------------------
@@ -56,4 +52,5 @@
mailto:vic...@fi...
or directly to BeOS porter
mailto:and...@gm...
-
+or BeOS maintainer
+ mailto:bla...@ya...
Modified: trunk/vice/src/ChangeLog
===================================================================
--- trunk/vice/src/ChangeLog 2008-07-13 06:07:20 UTC (rev 19006)
+++ trunk/vice/src/ChangeLog 2008-07-13 08:02:21 UTC (rev 19007)
@@ -1,3 +1,10 @@
+2008-07-12 Marco van den Heuvel <bla...@ya...>
+
+ * arch/amigaos/README.AMIGA: Updated.
+
+ * arch/unix/gp2x/make-bindist.sh,
+ arch/unix/sco_sol/make-bindist.sh: Fixed a typo.
+
2008-07-13 Spiro Trikaliotis <spi...@gm...>
* c64/reu.c: Fixed the end of transfer length when doing a
Modified: trunk/vice/src/arch/amigaos/README.AMIGA
===================================================================
--- trunk/vice/src/arch/amigaos/README.AMIGA 2008-07-13 06:07:20 UTC (rev 19006)
+++ trunk/vice/src/arch/amigaos/README.AMIGA 2008-07-13 08:02:21 UTC (rev 19007)
@@ -1,3 +1,13 @@
+ ._______ _______ __________ .________________
+ ________ | (_______) ___/____|_ __ /spot
+ \ \| | | |/ / |/ /_
+.-------\_______________|_______|______________/_______________/-------.
+| |
+| V E R S A T I L E C O M M O D O R E 8 - B I T E M U L A T O R |
+| |
+`----------------------------------------------------------------------'
+
+
This is a port of the VICE emulator package to the following AmigaOS flavors:
- AmigaOS4
Modified: trunk/vice/src/arch/unix/gp2x/make-bindist.sh
===================================================================
--- trunk/vice/src/arch/unix/gp2x/make-bindist.sh 2008-07-13 06:07:20 UTC (rev 19006)
+++ trunk/vice/src/arch/unix/gp2x/make-bindist.sh 2008-07-13 08:02:21 UTC (rev 19007)
@@ -41,7 +41,7 @@
rm `find vice-gp2x-$VICEVERSION -name "os2*.vkm"`
rm `find vice-gp2x-$VICEVERSION -name "win_*.vkm"`
rm `find vice-gp2x-$VICEVERSION -name "RO*.vkm"`
-rn `find vice-gp2x-$VICEVERSION -name "*.vsc"`
+rm `find vice-gp2x-$VICEVERSION -name "*.vsc"`
if test x"$ZIPKIND" = "xzip"; then
if test x"$ZIP" = "x"; then
zip -r -9 -q vice-gp2x-$VICEVERSION.zip vice-gp2x-$VICEVERSION
Modified: trunk/vice/src/arch/unix/sco_sol/make-bindist.sh
===================================================================
--- trunk/vice/src/arch/unix/sco_sol/make-bindist.sh 2008-07-13 06:07:20 UTC (rev 19006)
+++ trunk/vice/src/arch/unix/sco_sol/make-bindist.sh 2008-07-13 08:02:21 UTC (rev 19007)
@@ -1,4 +1,4 @@
-\#!/bin/sh
+#!/bin/sh
# make-bindist.sh for the OPENSERVER, UNIXWARE & SOLARIS ports
#
# written by Marco van den Heuvel <bla...@ya...>
Modified: trunk/vice/vice-mint.spec
===================================================================
--- trunk/vice/vice-mint.spec 2008-07-13 06:07:20 UTC (rev 19006)
+++ trunk/vice/vice-mint.spec 2008-07-13 08:02:21 UTC (rev 19007)
@@ -1,4 +1,4 @@
-%define version 1.22
+%define version 2.0
%define rel 1
%define prefix /usr/
Summary: VICE, the Versatile Commodore Emulator
Modified: trunk/vice/vice.spec
===================================================================
--- trunk/vice/vice.spec 2008-07-13 06:07:20 UTC (rev 19006)
+++ trunk/vice/vice.spec 2008-07-13 08:02:21 UTC (rev 19007)
@@ -1,4 +1,4 @@
-%define version 1.22
+%define version 2.0
%define rel 1
%define prefix /usr/
Summary: VICE, the Versatile Commodore Emulator
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <st...@us...> - 2008-07-13 06:07:13
|
Revision: 19006
http://vice-emu.svn.sourceforge.net/vice-emu/?rev=19006&view=rev
Author: strik
Date: 2008-07-12 23:07:20 -0700 (Sat, 12 Jul 2008)
Log Message:
-----------
2008-07-13 Spiro Trikaliotis <spi...@gm...>
* c64/reu.c: Fixed the end of transfer length when doing a
compare.
Modified Paths:
--------------
trunk/vice/src/ChangeLog
trunk/vice/src/c64/reu.c
Modified: trunk/vice/src/ChangeLog
===================================================================
--- trunk/vice/src/ChangeLog 2008-07-12 16:06:27 UTC (rev 19005)
+++ trunk/vice/src/ChangeLog 2008-07-13 06:07:20 UTC (rev 19006)
@@ -1,3 +1,8 @@
+2008-07-13 Spiro Trikaliotis <spi...@gm...>
+
+ * c64/reu.c: Fixed the end of transfer length when doing a
+ compare.
+
2008-07-12 Spiro Trikaliotis <spi...@gm...>
* arch/unix/x11/gnome/x11ui.c: removed weird unicode character
Modified: trunk/vice/src/c64/reu.c
===================================================================
--- trunk/vice/src/c64/reu.c 2008-07-12 16:06:27 UTC (rev 19005)
+++ trunk/vice/src/c64/reu.c 2008-07-13 06:07:20 UTC (rev 19006)
@@ -1164,7 +1164,7 @@
/* rec.status &= ~ (REU_REG_R_STATUS_VERIFY_ERROR | REU_REG_R_STATUS_END_OF_BLOCK); */
- for (; len; len--) {
+ while (len) {
maincpu_clk++;
machine_handle_pending_alarms(0);
value_from_reu = read_from_reu(reu_addr);
@@ -1174,6 +1174,7 @@
value_from_c64, host_addr, value_from_reu, reu_addr) );
reu_addr = increment_reu_with_wrap_around(reu_addr, reu_step);
host_addr = (host_addr + host_step) & 0xffff;
+ len--;
if (value_from_reu != value_from_c64) {
DEBUG_LOG( DEBUG_LEVEL_REGISTER, (reu_log, "VERIFY ERROR") );
@@ -1183,21 +1184,23 @@
* failed, the "end of block transfer" bit is set, too (cf. below),
* and the reported length is 1
*/
- if (len <= 2) {
- len = 0; /* will be incremented after the loop! */
+ if (len <= 1) {
+ len = 1;
}
break;
}
}
- /* the length was decremented once too much, correct for this */
- ++len;
+ /* the length was decremented once too much, correct this */
+ if (len == 0) {
+ ++len;
+ }
assert( len >= 1 );
if (len == 1) {
/* all bytes are equal, mark End Of Block */
- new_status_or_mask = REU_REG_R_STATUS_END_OF_BLOCK;
+ new_status_or_mask |= REU_REG_R_STATUS_END_OF_BLOCK;
}
reu_dma_update_regs(host_addr, reu_addr, len, new_status_or_mask);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <st...@us...> - 2008-07-12 16:06:21
|
Revision: 19005
http://vice-emu.svn.sourceforge.net/vice-emu/?rev=19005&view=rev
Author: strik
Date: 2008-07-12 09:06:27 -0700 (Sat, 12 Jul 2008)
Log Message:
-----------
2008-07-12 Spiro Trikaliotis <spi...@gm...>
* src/arch/unix/x11/gnome/x11ui.c: removed weird unicode
character from a commentary in ui_open_canvas_window().
Modified Paths:
--------------
trunk/vice/src/ChangeLog
Modified: trunk/vice/src/ChangeLog
===================================================================
--- trunk/vice/src/ChangeLog 2008-07-12 15:58:07 UTC (rev 19004)
+++ trunk/vice/src/ChangeLog 2008-07-12 16:06:27 UTC (rev 19005)
@@ -1,5 +1,8 @@
2008-07-12 Spiro Trikaliotis <spi...@gm...>
+ * arch/unix/x11/gnome/x11ui.c: removed weird unicode character
+ from a commentary in ui_open_canvas_window().
+
* c64/reu.c: Fixed a bug with transfer and swap file operations
introduced on 2008-07-10; Added assert()s for input parameters
in reu_dma_update_reads(), reu_dma_host_to_dma(),
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <st...@us...> - 2008-07-12 15:58:00
|
Revision: 19004
http://vice-emu.svn.sourceforge.net/vice-emu/?rev=19004&view=rev
Author: strik
Date: 2008-07-12 08:58:07 -0700 (Sat, 12 Jul 2008)
Log Message:
-----------
2008-07-12 Spiro Trikaliotis <spi...@gm...>
* src/arch/unix/x11/gnome/x11ui.c: removed weird unicode
character from a commentary in ui_open_canvas_window().
Modified Paths:
--------------
trunk/vice/src/arch/unix/x11/gnome/x11ui.c
Modified: trunk/vice/src/arch/unix/x11/gnome/x11ui.c
===================================================================
--- trunk/vice/src/arch/unix/x11/gnome/x11ui.c 2008-07-12 10:50:17 UTC (rev 19003)
+++ trunk/vice/src/arch/unix/x11/gnome/x11ui.c 2008-07-12 15:58:07 UTC (rev 19004)
@@ -997,7 +997,7 @@
gtk_box_pack_start(GTK_BOX(new_pane),new_canvas,TRUE,TRUE,0);
gtk_widget_show(new_canvas);
- /* XVideo must be refreshed when the application window is moved. */
+ /* XVideo must be refreshed when the application window is moved. */
g_signal_connect(G_OBJECT(new_window), "configure-event",
G_CALLBACK(configure_callback_app),
(void*) c);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <st...@us...> - 2008-07-12 10:50:10
|
Revision: 19003
http://vice-emu.svn.sourceforge.net/vice-emu/?rev=19003&view=rev
Author: strik
Date: 2008-07-12 03:50:17 -0700 (Sat, 12 Jul 2008)
Log Message:
-----------
2008-07-12 Spiro Trikaliotis <spi...@gm...>
* c64/reu.c: Added assert()s for input parameters in
reu_dma_update_reads(), reu_dma_host_to_dma(),
reu_dma_reu_to_host(), reu_dma_compare(); Fixed an error in
reu_dma_compare() where it "forgot" to generate an IRQ if a
verify error occurred; length is now written correctly in
reu_dma_update_regs() (value 0x10000 was not corrected to 0!).
Modified Paths:
--------------
trunk/vice/src/ChangeLog
trunk/vice/src/c64/reu.c
Modified: trunk/vice/src/ChangeLog
===================================================================
--- trunk/vice/src/ChangeLog 2008-07-12 10:11:14 UTC (rev 19002)
+++ trunk/vice/src/ChangeLog 2008-07-12 10:50:17 UTC (rev 19003)
@@ -1,7 +1,12 @@
2008-07-12 Spiro Trikaliotis <spi...@gm...>
* c64/reu.c: Fixed a bug with transfer and swap file operations
- introduced on 2008-07-10.
+ introduced on 2008-07-10; Added assert()s for input parameters
+ in reu_dma_update_reads(), reu_dma_host_to_dma(),
+ reu_dma_reu_to_host(), reu_dma_compare(); Fixed an error in
+ reu_dma_compare() where it "forgot" to generate an IRQ if a
+ verify error occurred; length is now written correctly in
+ reu_dma_update_regs() (value 0x10000 was not corrected to 0!).
2008-07-10 Spiro Trikaliotis <spi...@gm...>
Modified: trunk/vice/src/c64/reu.c
===================================================================
--- trunk/vice/src/c64/reu.c 2008-07-12 10:11:14 UTC (rev 19002)
+++ trunk/vice/src/c64/reu.c 2008-07-12 10:50:17 UTC (rev 19003)
@@ -75,7 +75,7 @@
#ifdef REU_DEBUG
/*! \brief dynamically define the debugging level */
- static enum debug_level_e DEBUG_LEVEL = 0;
+ static enum debug_level_e DEBUG_LEVEL = DEBUG_LEVEL_NONE;
/*! \brief output debugging information
\param _level
@@ -927,6 +927,9 @@
static void reu_dma_update_regs(WORD host_addr, unsigned int reu_addr,
int len, BYTE new_status_or_mask)
{
+ assert( len >= 1 );
+ assert( new_status_or_mask != 0 );
+
reu_addr &= rec_options.wrap_around_mask_when_storing;
rec.status |= new_status_or_mask;
@@ -946,7 +949,7 @@
rec.bank_reu = (reu_addr >> 16) & 0xff;
}
- rec.transfer_length = len;
+ rec.transfer_length = len & 0xFFFF;
}
else {
rec.base_computer = rec.base_computer_shadow;
@@ -999,13 +1002,15 @@
int host_step, int reu_step, int len)
{
BYTE value;
- assert(((host_step == 0) || (host_step == 1)));
- assert(((reu_step == 0) || (reu_step == 1)));
DEBUG_LOG( DEBUG_LEVEL_TRANSFER_HIGH_LEVEL, (reu_log,
"copy ext $%05X %s<= main $%04X%s, $%04X (%d) bytes.",
reu_addr, reu_step ? "" : "(fixed) ", host_addr,
host_step ? "" : " (fixed)", len, len) );
+ assert(((host_step == 0) || (host_step == 1)));
+ assert(((reu_step == 0) || (reu_step == 1)));
+ assert(len >= 1);
+
while (len) {
maincpu_clk++;
machine_handle_pending_alarms(0);
@@ -1049,6 +1054,10 @@
reu_addr, reu_step ? "" : "(fixed) ", host_addr,
host_step ? "" : " (fixed)", len, len) );
+ assert(((host_step == 0) || (host_step == 1)));
+ assert(((reu_step == 0) || (reu_step == 1)));
+ assert(len >= 1);
+
while (len) {
DEBUG_LOG( DEBUG_LEVEL_TRANSFER_LOW_LEVEL, (reu_log,
"Transferring byte: %x from ext $%05X to main $%04X.",
@@ -1092,6 +1101,10 @@
reu_addr, reu_step ? "" : "(fixed) ", host_addr,
host_step ? "" : " (fixed)", len, len) );
+ assert(((host_step == 0) || (host_step == 1)));
+ assert(((reu_step == 0) || (reu_step == 1)));
+ assert(len >= 1);
+
while (len) {
value_from_reu = read_from_reu(reu_addr);
maincpu_clk++;
@@ -1142,12 +1155,16 @@
reu_addr, reu_step ? "" : "(fixed) ", host_addr,
host_step ? "" : " (fixed)", len, len) );
+ assert(((host_step == 0) || (host_step == 1)));
+ assert(((reu_step == 0) || (reu_step == 1)));
+ assert(len >= 1);
+
/* the real 17xx does not clear these bits on compare;
* thus, we do not clear them, either! */
/* rec.status &= ~ (REU_REG_R_STATUS_VERIFY_ERROR | REU_REG_R_STATUS_END_OF_BLOCK); */
- while (len--) {
+ for (; len; len--) {
maincpu_clk++;
machine_handle_pending_alarms(0);
value_from_reu = read_from_reu(reu_addr);
@@ -1160,25 +1177,27 @@
if (value_from_reu != value_from_c64) {
DEBUG_LOG( DEBUG_LEVEL_REGISTER, (reu_log, "VERIFY ERROR") );
- rec.status |= REU_REG_R_STATUS_VERIFY_ERROR;
+ new_status_or_mask |= REU_REG_R_STATUS_VERIFY_ERROR;
/* weird behaviour of the 17xx: If the last or next-to-last byte
- * failed, the "end of block transfer" bit is set, too.
+ * failed, the "end of block transfer" bit is set, too (cf. below),
+ * and the reported length is 1
*/
- if (len <= 1) {
- new_status_or_mask |= REU_REG_R_STATUS_END_OF_BLOCK;
- len = 1;
+ if (len <= 2) {
+ len = 0; /* will be incremented after the loop! */
}
break;
}
}
- assert( len >= -1 );
+ /* the length was decremented once too much, correct for this */
+ ++len;
- if (len < 0) {
+ assert( len >= 1 );
+
+ if (len == 1) {
/* all bytes are equal, mark End Of Block */
new_status_or_mask = REU_REG_R_STATUS_END_OF_BLOCK;
- len = 1;
}
reu_dma_update_regs(host_addr, reu_addr, len, new_status_or_mask);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <st...@us...> - 2008-07-12 10:11:05
|
Revision: 19002
http://vice-emu.svn.sourceforge.net/vice-emu/?rev=19002&view=rev
Author: strik
Date: 2008-07-12 03:11:14 -0700 (Sat, 12 Jul 2008)
Log Message:
-----------
2008-07-12 Spiro Trikaliotis <spi...@gm...>
* c64/reu.c: Fixed a bug with transfer and swap file operations
introduced on 2008-07-10.
Modified Paths:
--------------
trunk/vice/src/ChangeLog
trunk/vice/src/c64/reu.c
Modified: trunk/vice/src/ChangeLog
===================================================================
--- trunk/vice/src/ChangeLog 2008-07-12 08:46:26 UTC (rev 19001)
+++ trunk/vice/src/ChangeLog 2008-07-12 10:11:14 UTC (rev 19002)
@@ -1,3 +1,8 @@
+2008-07-12 Spiro Trikaliotis <spi...@gm...>
+
+ * c64/reu.c: Fixed a bug with transfer and swap file operations
+ introduced on 2008-07-10.
+
2008-07-10 Spiro Trikaliotis <spi...@gm...>
* Version 1.22.25
Modified: trunk/vice/src/c64/reu.c
===================================================================
--- trunk/vice/src/c64/reu.c 2008-07-12 08:46:26 UTC (rev 19001)
+++ trunk/vice/src/c64/reu.c 2008-07-12 10:11:14 UTC (rev 19002)
@@ -1020,7 +1020,7 @@
len--;
}
DEBUG_LOG( DEBUG_LEVEL_REGISTER, (reu_log, "END OF BLOCK") );
- reu_dma_update_regs(host_addr, reu_addr, len, REU_REG_R_STATUS_END_OF_BLOCK);
+ reu_dma_update_regs(host_addr, reu_addr, ++len, REU_REG_R_STATUS_END_OF_BLOCK);
}
/*! \brief DMA operation writing from the REU to the host
@@ -1062,7 +1062,7 @@
len--;
}
DEBUG_LOG( DEBUG_LEVEL_REGISTER, (reu_log, "END OF BLOCK") );
- reu_dma_update_regs(host_addr, reu_addr, len, REU_REG_R_STATUS_END_OF_BLOCK);
+ reu_dma_update_regs(host_addr, reu_addr, ++len, REU_REG_R_STATUS_END_OF_BLOCK);
}
/*! \brief DMA operation swaping data between host and REU
@@ -1109,7 +1109,7 @@
len--;
}
DEBUG_LOG( DEBUG_LEVEL_REGISTER, (reu_log, "END OF BLOCK") );
- reu_dma_update_regs(host_addr, reu_addr, len, REU_REG_R_STATUS_END_OF_BLOCK);
+ reu_dma_update_regs(host_addr, reu_addr, ++len, REU_REG_R_STATUS_END_OF_BLOCK);
}
/*! \brief DMA operation comparing data between host and REU
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <st...@us...> - 2008-07-12 08:46:19
|
Revision: 19001
http://vice-emu.svn.sourceforge.net/vice-emu/?rev=19001&view=rev
Author: strik
Date: 2008-07-12 01:46:26 -0700 (Sat, 12 Jul 2008)
Log Message:
-----------
Removed accidentially introduced mail footer.
Modified Paths:
--------------
trunk/vice/po/ChangeLog
Modified: trunk/vice/po/ChangeLog
===================================================================
--- trunk/vice/po/ChangeLog 2008-07-12 05:35:12 UTC (rev 19000)
+++ trunk/vice/po/ChangeLog 2008-07-12 08:46:26 UTC (rev 19001)
@@ -890,11 +890,3 @@
* Started ChangeLog.
---
-You know, you've been hacking Lisp too long,
-(when...
-
---
-You know, you've been hacking Lisp too long,
-(when...
-
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <bla...@us...> - 2008-07-12 05:35:06
|
Revision: 19000
http://vice-emu.svn.sourceforge.net/vice-emu/?rev=19000&view=rev
Author: blackystardust
Date: 2008-07-11 22:35:12 -0700 (Fri, 11 Jul 2008)
Log Message:
-----------
Updated some readme files
Modified Paths:
--------------
branches/marco/ports/vice/doc/Readme.beos
branches/marco/ports/vice/src/arch/amigaos/README.AMIGA
Modified: branches/marco/ports/vice/doc/Readme.beos
===================================================================
--- branches/marco/ports/vice/doc/Readme.beos 2008-07-11 21:42:44 UTC (rev 18999)
+++ branches/marco/ports/vice/doc/Readme.beos 2008-07-12 05:35:12 UTC (rev 19000)
@@ -3,11 +3,8 @@
REQUIREMENTS
---------------------------
-BeVICE was developed and so far tested under BeOS 5 Personal Edition
-on a quite fast machine (Pentium II 400MHz) with Soundblaster 64 PCI
-and two standard analog joysticks on a Y-cable.
-I'm highly interested in experiences with other hardware and BeOS
-releases (see FEEDBACK)
+BeVICE was developed and so far tested under BeOS 5 Personal Edition,
+Zeta and Haiku.
INSTALLATION
------------------------
@@ -47,7 +44,6 @@
specific setting are missing; use commandline options or
edit the vice.ini.
- Fullsrceen mode is needed.
-- No binaries for PPC so far.
FEEDBACK
------------------
@@ -56,4 +52,5 @@
mailto:vic...@fi...
or directly to BeOS porter
mailto:and...@gm...
-
+or BeOS maintainer
+ mailto:bla...@ya...
Modified: branches/marco/ports/vice/src/arch/amigaos/README.AMIGA
===================================================================
--- branches/marco/ports/vice/src/arch/amigaos/README.AMIGA 2008-07-11 21:42:44 UTC (rev 18999)
+++ branches/marco/ports/vice/src/arch/amigaos/README.AMIGA 2008-07-12 05:35:12 UTC (rev 19000)
@@ -1,3 +1,13 @@
+ ._______ _______ __________ .________________
+ ________ | (_______) ___/____|_ __ /spot
+ \ \| | | |/ / |/ /_
+.-------\_______________|_______|______________/_______________/-------.
+| |
+| V E R S A T I L E C O M M O D O R E 8 - B I T E M U L A T O R |
+| |
+`----------------------------------------------------------------------'
+
+
This is a port of the VICE emulator package to the following AmigaOS flavors:
- AmigaOS4
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <bla...@us...> - 2008-07-11 21:42:34
|
Revision: 18999
http://vice-emu.svn.sourceforge.net/vice-emu/?rev=18999&view=rev
Author: blackystardust
Date: 2008-07-11 14:42:44 -0700 (Fri, 11 Jul 2008)
Log Message:
-----------
Fixed some typos and updated the rpm spec files to 2.0
Modified Paths:
--------------
branches/marco/ports/vice/configure.in
branches/marco/ports/vice/src/arch/unix/sco_sol/make-bindist.sh
branches/marco/ports/vice/vice-mint.spec
branches/marco/ports/vice/vice.spec
Modified: branches/marco/ports/vice/configure.in
===================================================================
--- branches/marco/ports/vice/configure.in 2008-07-10 23:48:29 UTC (rev 18998)
+++ branches/marco/ports/vice/configure.in 2008-07-11 21:42:44 UTC (rev 18999)
@@ -125,7 +125,7 @@
if test x"$host_os" = "xminix"; then
AC_DEFINE(MINIX_SUPPORT,,[do we need minix support])
CFLAGS="$CFLAGS -D_MINIX -D_POSIX_SOURCE"
- MINIX_RELEASE=`uname -s`
+ MINIX_RELEASE=`uname -r`
MINIX_VERSION=`uname -v`
if test x"$MINIX_RELEASE" != "x3"; then
AC_MSG_ERROR([VICE works only on minix 3 and up])
Modified: branches/marco/ports/vice/src/arch/unix/sco_sol/make-bindist.sh
===================================================================
--- branches/marco/ports/vice/src/arch/unix/sco_sol/make-bindist.sh 2008-07-10 23:48:29 UTC (rev 18998)
+++ branches/marco/ports/vice/src/arch/unix/sco_sol/make-bindist.sh 2008-07-11 21:42:44 UTC (rev 18999)
@@ -1,4 +1,4 @@
-\#!/bin/sh
+#!/bin/sh
# make-bindist.sh for the OPENSERVER, UNIXWARE & SOLARIS ports
#
# written by Marco van den Heuvel <bla...@ya...>
Modified: branches/marco/ports/vice/vice-mint.spec
===================================================================
--- branches/marco/ports/vice/vice-mint.spec 2008-07-10 23:48:29 UTC (rev 18998)
+++ branches/marco/ports/vice/vice-mint.spec 2008-07-11 21:42:44 UTC (rev 18999)
@@ -1,4 +1,4 @@
-%define version 1.22
+%define version 2.0
%define rel 1
%define prefix /usr/
Summary: VICE, the Versatile Commodore Emulator
Modified: branches/marco/ports/vice/vice.spec
===================================================================
--- branches/marco/ports/vice/vice.spec 2008-07-10 23:48:29 UTC (rev 18998)
+++ branches/marco/ports/vice/vice.spec 2008-07-11 21:42:44 UTC (rev 18999)
@@ -1,4 +1,4 @@
-%define version 1.22
+%define version 2.0
%define rel 1
%define prefix /usr/
Summary: VICE, the Versatile Commodore Emulator
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <bla...@us...> - 2008-07-10 23:48:30
|
Revision: 18998
http://vice-emu.svn.sourceforge.net/vice-emu/?rev=18998&view=rev
Author: blackystardust
Date: 2008-07-10 16:48:29 -0700 (Thu, 10 Jul 2008)
Log Message:
-----------
Updated to 1.22.25
Modified Paths:
--------------
branches/marco/ports/vice/ChangeLog
branches/marco/ports/vice/configure.in
branches/marco/ports/vice/doc/html/hpux.html
branches/marco/ports/vice/doc/html/qnx.html
branches/marco/ports/vice/doc/html/sco.html
branches/marco/ports/vice/po/ChangeLog
branches/marco/ports/vice/po/de.po
branches/marco/ports/vice/po/fr.po
branches/marco/ports/vice/po/hu.po
branches/marco/ports/vice/po/it.po
branches/marco/ports/vice/po/nl.po
branches/marco/ports/vice/po/pl.po
branches/marco/ports/vice/po/sv.po
branches/marco/ports/vice/src/ChangeLog
branches/marco/ports/vice/src/arch/unix/joy.c
branches/marco/ports/vice/src/arch/win32/c128ui.c
branches/marco/ports/vice/src/arch/win32/resc128.rc
branches/marco/ports/vice/src/c128/c128-cmdline-options.c
branches/marco/ports/vice/src/c64/cart/stardos.c
branches/marco/ports/vice/src/c64/reu.c
branches/marco/ports/vice/src/translate.c
branches/marco/ports/vice/src/version.h
Property Changed:
----------------
branches/marco/ports/vice/data/fonts/vice-cbm.bdf
branches/marco/ports/vice/doc/html/hpux.html
branches/marco/ports/vice/doc/html/qnx.html
branches/marco/ports/vice/doc/html/sco.html
branches/marco/ports/vice/src/c64/cart/actionreplay4.c
branches/marco/ports/vice/src/c64/cart/actionreplay4.h
branches/marco/ports/vice/src/c64/cart/stardos.c
branches/marco/ports/vice/src/c64/cart/stardos.h
branches/marco/ports/vice/vice-mint.spec
Modified: branches/marco/ports/vice/ChangeLog
===================================================================
--- branches/marco/ports/vice/ChangeLog 2008-07-10 23:42:05 UTC (rev 18997)
+++ branches/marco/ports/vice/ChangeLog 2008-07-10 23:48:29 UTC (rev 18998)
@@ -1,3 +1,7 @@
+2008-07-10 Spiro Trikaliotis <spi...@gm...>
+
+ * Version 1.22.25
+
2008-07-07 Spiro Trikaliotis <spi...@gm...>
* Version 1.22.24
Modified: branches/marco/ports/vice/configure.in
===================================================================
--- branches/marco/ports/vice/configure.in 2008-07-10 23:42:05 UTC (rev 18997)
+++ branches/marco/ports/vice/configure.in 2008-07-10 23:48:29 UTC (rev 18998)
@@ -9,7 +9,7 @@
VICE_VERSION_MAJOR=1
VICE_VERSION_MINOR=22
-VICE_VERSION_BUILD=24
+VICE_VERSION_BUILD=25
AC_SUBST(VICE_VERSION_MAJOR)
AC_SUBST(VICE_VERSION_MINOR)
Property changes on: branches/marco/ports/vice/data/fonts/vice-cbm.bdf
___________________________________________________________________
Name: svn:executable
- *
Name: svn:eol-style
+ native
Modified: branches/marco/ports/vice/doc/html/hpux.html
===================================================================
--- branches/marco/ports/vice/doc/html/hpux.html 2008-07-10 23:42:05 UTC (rev 18997)
+++ branches/marco/ports/vice/doc/html/hpux.html 2008-07-10 23:48:29 UTC (rev 18998)
@@ -1,77 +1,77 @@
-<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>The VICE Emulator</title>
-</head>
-
-<body text="#000000" bgcolor="#FFFFFF">
-
-<hr>
-
-<center>
-<img SRC="images/vice-logo.jpg" ALT="The VICE" align=CENTER>
-</center>
-
-<hr>
-<br>
-
-<b>VICE</b> is a program that runs on a Unix, MS-DOS, Win32, OS/2,
-Acorn RISC OS, BeOS, QNX 4.x, QNX 6.x, Amiga, GP2X, SkyOS or
-Mac OS X machine and executes programs intended for the old 8-bit
-computers. The current version emulates the C64, the C128, the VIC20,
-almost all PET models, the PLUS4 and the CBM-II (aka C610).
-
-<h2>
-Download VICE for HPUX based systems
-</h2>
-
-You can download the latest VICE distributions for HPUX systems here.
-Some distributions may not be available at the release date.
-
-<p>
-
-<li>
-<b>Source</b> distributions:
-</li>
-
-<ul>
-<li>
-Tarball:
-<a href="http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE/vice-2.0.tar.gz">vice-2.0.tar.gz</a>
-</li>
-</ul>
-
-<p>
-
-<li>
-New <b>binary</b> distributions:
-</li>
-
-<ul>
-
-<li>
-Binary for <b>HPPA HPUX</b> systems:
-<a href="http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE/vice-v2.0-hppa-11.11.depot.gz">vice-v2.0-hppa-11.11.depot.gz</a>.
-To be installed with the depot installer.
-</li>
-
-<li>
-Binary for <b>IA64 HPUX</b> systems:
-<a href="http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE/vice-v2.0-ia64-11.31.depot.gz">vice-v2.0-ia64-11.31.depot.gz</a>.
-To be installed with the depot installer.
-</li>
-
-</ul>
-
-The files are taken from
-
-<a href="http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE">http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE</a>.
-
-<br><br>
-
-For more information visit the <a href="index.html">main page</a>.
-
-</body>
-
-</html>
+<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title>The VICE Emulator</title>
+</head>
+
+<body text="#000000" bgcolor="#FFFFFF">
+
+<hr>
+
+<center>
+<img SRC="images/vice-logo.jpg" ALT="The VICE" align=CENTER>
+</center>
+
+<hr>
+<br>
+
+<b>VICE</b> is a program that runs on a Unix, MS-DOS, Win32, OS/2,
+Acorn RISC OS, BeOS, QNX 4.x, QNX 6.x, Amiga, GP2X, SkyOS or
+Mac OS X machine and executes programs intended for the old 8-bit
+computers. The current version emulates the C64, the C128, the VIC20,
+almost all PET models, the PLUS4 and the CBM-II (aka C610).
+
+<h2>
+Download VICE for HPUX based systems
+</h2>
+
+You can download the latest VICE distributions for HPUX systems here.
+Some distributions may not be available at the release date.
+
+<p>
+
+<li>
+<b>Source</b> distributions:
+</li>
+
+<ul>
+<li>
+Tarball:
+<a href="http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE/vice-2.0.tar.gz">vice-2.0.tar.gz</a>
+</li>
+</ul>
+
+<p>
+
+<li>
+New <b>binary</b> distributions:
+</li>
+
+<ul>
+
+<li>
+Binary for <b>HPPA HPUX</b> systems:
+<a href="http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE/vice-v2.0-hppa-11.11.depot.gz">vice-v2.0-hppa-11.11.depot.gz</a>.
+To be installed with the depot installer.
+</li>
+
+<li>
+Binary for <b>IA64 HPUX</b> systems:
+<a href="http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE/vice-v2.0-ia64-11.31.depot.gz">vice-v2.0-ia64-11.31.depot.gz</a>.
+To be installed with the depot installer.
+</li>
+
+</ul>
+
+The files are taken from
+
+<a href="http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE">http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE</a>.
+
+<br><br>
+
+For more information visit the <a href="index.html">main page</a>.
+
+</body>
+
+</html>
Property changes on: branches/marco/ports/vice/doc/html/hpux.html
___________________________________________________________________
Name: svn:executable
- *
Name: svn:mime-type
+ text/html
Name: svn:eol-style
+ native
Modified: branches/marco/ports/vice/doc/html/qnx.html
===================================================================
--- branches/marco/ports/vice/doc/html/qnx.html 2008-07-10 23:42:05 UTC (rev 18997)
+++ branches/marco/ports/vice/doc/html/qnx.html 2008-07-10 23:48:29 UTC (rev 18998)
@@ -1,91 +1,91 @@
-<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>The VICE Emulator</title>
-</head>
-
-<body text="#000000" bgcolor="#FFFFFF">
-
-<hr>
-
-<center>
-<img SRC="images/vice-logo.jpg" ALT="The VICE" align=CENTER>
-</center>
-
-<hr>
-<br>
-
-<b>VICE</b> is a program that runs on a Unix, MS-DOS, Win32, OS/2,
-Acorn RISC OS, BeOS, QNX 4.x, QNX 6.x, Amiga, GP2X, SkyOS or
-Mac OS X machine and executes programs intended for the old 8-bit
-computers. The current version emulates the C64, the C128, the VIC20,
-almost all PET models, the PLUS4 and the CBM-II (aka C610).
-
-<h2>
-Download VICE for QNX systems
-</h2>
-
-You can download the latest VICE distributions for QNX systems here.
-Some distributions may not be available at the release date.
-
-<p>
-
-<li>
-<b>Source</b> distributions:
-</li>
-
-<ul>
-<li>
-Tarball:
-<a href="http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE/vice-2.0.tar.gz">vice-2.0.tar.gz</a>
-</li>
-</ul>
-
-<p>
-
-<li>
-New <b>binary</b> distributions:
-</li>
-
-<ul>
-
-<li>
-Binary for <b>x86 QNX 4.x</b> systems:
-<a href="http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE/vice-2.0-qnx4.tar.F">vice-2.0-qnx4.tar.F</a>.
-to be installed with the QNX 4.x installer.
-</li>
-
-<li>
-Binary for <b>x86 QNX 6.x</b> systems:
-<a href="http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE/VICE-2.0-x86-public.qpr">VICE-2.0-x86-public.qpr</a>.
-To be installed with the QNX 6.x installer.
-</li>
-
-</ul>
-
-<li>
-Old <b>binary</b> distributions:
-</li>
-
-<ul>
-
-<li>
-Binary for <b>x86 QNX 6.x</b> systems:
-<a href="http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE/VICE-1.22-x86-public.qpr">VICE-1.22-x86-public.qpr</a>.
-To be installed with the QNX 6.x installer.
-</li>
-
-</ul>
-
-The files are taken from
-
-<a href="http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE">http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE</a>.
-
-<br><br>
-
-For more information visit the <a href="index.html">main page</a>.
-
-</body>
-
-</html>
+<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title>The VICE Emulator</title>
+</head>
+
+<body text="#000000" bgcolor="#FFFFFF">
+
+<hr>
+
+<center>
+<img SRC="images/vice-logo.jpg" ALT="The VICE" align=CENTER>
+</center>
+
+<hr>
+<br>
+
+<b>VICE</b> is a program that runs on a Unix, MS-DOS, Win32, OS/2,
+Acorn RISC OS, BeOS, QNX 4.x, QNX 6.x, Amiga, GP2X, SkyOS or
+Mac OS X machine and executes programs intended for the old 8-bit
+computers. The current version emulates the C64, the C128, the VIC20,
+almost all PET models, the PLUS4 and the CBM-II (aka C610).
+
+<h2>
+Download VICE for QNX systems
+</h2>
+
+You can download the latest VICE distributions for QNX systems here.
+Some distributions may not be available at the release date.
+
+<p>
+
+<li>
+<b>Source</b> distributions:
+</li>
+
+<ul>
+<li>
+Tarball:
+<a href="http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE/vice-2.0.tar.gz">vice-2.0.tar.gz</a>
+</li>
+</ul>
+
+<p>
+
+<li>
+New <b>binary</b> distributions:
+</li>
+
+<ul>
+
+<li>
+Binary for <b>x86 QNX 4.x</b> systems:
+<a href="http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE/vice-2.0-qnx4.tar.F">vice-2.0-qnx4.tar.F</a>.
+to be installed with the QNX 4.x installer.
+</li>
+
+<li>
+Binary for <b>x86 QNX 6.x</b> systems:
+<a href="http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE/VICE-2.0-x86-public.qpr">VICE-2.0-x86-public.qpr</a>.
+To be installed with the QNX 6.x installer.
+</li>
+
+</ul>
+
+<li>
+Old <b>binary</b> distributions:
+</li>
+
+<ul>
+
+<li>
+Binary for <b>x86 QNX 6.x</b> systems:
+<a href="http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE/VICE-1.22-x86-public.qpr">VICE-1.22-x86-public.qpr</a>.
+To be installed with the QNX 6.x installer.
+</li>
+
+</ul>
+
+The files are taken from
+
+<a href="http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE">http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE</a>.
+
+<br><br>
+
+For more information visit the <a href="index.html">main page</a>.
+
+</body>
+
+</html>
Property changes on: branches/marco/ports/vice/doc/html/qnx.html
___________________________________________________________________
Name: svn:executable
- *
Name: svn:mime-type
+ text/html
Name: svn:eol-style
+ native
Modified: branches/marco/ports/vice/doc/html/sco.html
===================================================================
--- branches/marco/ports/vice/doc/html/sco.html 2008-07-10 23:42:05 UTC (rev 18997)
+++ branches/marco/ports/vice/doc/html/sco.html 2008-07-10 23:48:29 UTC (rev 18998)
@@ -1,83 +1,83 @@
-<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>The VICE Emulator</title>
-</head>
-
-<body text="#000000" bgcolor="#FFFFFF">
-
-<hr>
-
-<center>
-<img SRC="images/vice-logo.jpg" ALT="The VICE" align=CENTER>
-</center>
-
-<hr>
-<br>
-
-<b>VICE</b> is a program that runs on a Unix, MS-DOS, Win32, OS/2,
-Acorn RISC OS, BeOS, QNX 4.x, QNX 6.x, Amiga, GP2X, SkyOS or
-Mac OS X machine and executes programs intended for the old 8-bit
-computers. The current version emulates the C64, the C128, the VIC20,
-almost all PET models, the PLUS4 and the CBM-II (aka C610).
-
-<h2>
-Download VICE for SCO based systems
-</h2>
-
-You can download the latest VICE distributions for SCO based systems here.
-Some distributions may not be available at the release date.
-
-<p>
-
-<li>
-<b>Source</b> distributions:
-</li>
-
-<ul>
-<li>
-Tarball:
-<a href="http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE/vice-2.0.tar.gz">vice-2.0.tar.gz</a>
-</li>
-</ul>
-
-<p>
-
-<li>
-New <b>binary</b> distributions:
-</li>
-
-<ul>
-
-<li>
-Binary for <b>Openserver 5.x</b> systems:
-<a href="http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE/vice-2.0-osr5-x86-local.gz">vice-2.0-osr5-x86-local.gz</a>.
-To be installed with the package installer.
-</li>
-
-<li>
-Binary for <b>Openserver 6.x</b> systems:
-<a href="http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE/vice-2.0-osr6-x86-local.gz">vice-2.0-osr6-x86-local.gz</a>.
-To be installed with the package installer.
-</li>
-
-<li>
-Binary for <b>Unixware 7.x</b> systems:
-<a href="http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE/vice-2.0-uw7-x86-local.gz">vice-2.0-uw7-x86-local.gz</a>.
-To be installed with the package installer.
-</li>
-
-</ul>
-
-The files are taken from
-
-<a href="http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE">http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE</a>.
-
-<br><br>
-
-For more information visit the <a href="index.html">main page</a>.
-
-</body>
-
-</html>
+<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title>The VICE Emulator</title>
+</head>
+
+<body text="#000000" bgcolor="#FFFFFF">
+
+<hr>
+
+<center>
+<img SRC="images/vice-logo.jpg" ALT="The VICE" align=CENTER>
+</center>
+
+<hr>
+<br>
+
+<b>VICE</b> is a program that runs on a Unix, MS-DOS, Win32, OS/2,
+Acorn RISC OS, BeOS, QNX 4.x, QNX 6.x, Amiga, GP2X, SkyOS or
+Mac OS X machine and executes programs intended for the old 8-bit
+computers. The current version emulates the C64, the C128, the VIC20,
+almost all PET models, the PLUS4 and the CBM-II (aka C610).
+
+<h2>
+Download VICE for SCO based systems
+</h2>
+
+You can download the latest VICE distributions for SCO based systems here.
+Some distributions may not be available at the release date.
+
+<p>
+
+<li>
+<b>Source</b> distributions:
+</li>
+
+<ul>
+<li>
+Tarball:
+<a href="http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE/vice-2.0.tar.gz">vice-2.0.tar.gz</a>
+</li>
+</ul>
+
+<p>
+
+<li>
+New <b>binary</b> distributions:
+</li>
+
+<ul>
+
+<li>
+Binary for <b>Openserver 5.x</b> systems:
+<a href="http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE/vice-2.0-osr5-x86-local.gz">vice-2.0-osr5-x86-local.gz</a>.
+To be installed with the package installer.
+</li>
+
+<li>
+Binary for <b>Openserver 6.x</b> systems:
+<a href="http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE/vice-2.0-osr6-x86-local.gz">vice-2.0-osr6-x86-local.gz</a>.
+To be installed with the package installer.
+</li>
+
+<li>
+Binary for <b>Unixware 7.x</b> systems:
+<a href="http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE/vice-2.0-uw7-x86-local.gz">vice-2.0-uw7-x86-local.gz</a>.
+To be installed with the package installer.
+</li>
+
+</ul>
+
+The files are taken from
+
+<a href="http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE">http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE</a>.
+
+<br><br>
+
+For more information visit the <a href="index.html">main page</a>.
+
+</body>
+
+</html>
Property changes on: branches/marco/ports/vice/doc/html/sco.html
___________________________________________________________________
Name: svn:executable
- *
Name: svn:mime-type
+ text/html
Name: svn:eol-style
+ native
Modified: branches/marco/ports/vice/po/ChangeLog
===================================================================
--- branches/marco/ports/vice/po/ChangeLog 2008-07-10 23:42:05 UTC (rev 18997)
+++ branches/marco/ports/vice/po/ChangeLog 2008-07-10 23:48:29 UTC (rev 18998)
@@ -1,3 +1,29 @@
+2008-07-08 Marco van den Heuvel <bla...@ya...>
+
+ * de.po, fr.po, hu.po, it.po, nl.po, pl.po, sv.po: Removed the
+ '#~' items.
+
+2008-07-08 Marco van den Heuvel <bla...@ya...>
+
+ * nl.po: Updated.
+
+2008-07-08 Spiro Trikaliotis <spi...@gm...>
+
+ * fr.po, de.po, sv.po, nl.po, pl.po, it.po, hu.po: cosmetic
+ change: Norwegain -> Norwegian.
+
+ * de.po: 2 new texts for -autostartrunwithcolon.
+
+2008-06-22 pottendo <pot...@ao...>
+
+ * hu.po: Updated by cirix.
+
+2008-06-11 pottendo <pot...@ao...>
+
+ * de.po: Updated.
+
+ * sv.po: Updated by Peter.
+
2008-06-30 Marco van den Heuvel <bla...@ya...>
* nl.po: Updated.
@@ -864,3 +890,11 @@
* Started ChangeLog.
+--
+You know, you've been hacking Lisp too long,
+(when...
+
+--
+You know, you've been hacking Lisp too long,
+(when...
+
Modified: branches/marco/ports/vice/po/de.po
===================================================================
--- branches/marco/ports/vice/po/de.po 2008-07-10 23:42:05 UTC (rev 18997)
+++ branches/marco/ports/vice/po/de.po 2008-07-10 23:48:29 UTC (rev 18998)
@@ -4,9 +4,9 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: VICE 1.22\n"
+"Project-Id-Version: VICE 2.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-06-23 20:38+0200\n"
+"POT-Creation-Date: 2008-07-08 20:35+0200\n"
"PO-Revision-Date: 2008-01-02 16:46+0100\n"
"Last-Translator: Martin Pottendorfer (pot...@ut...)\n"
"Language-Team: de <de...@li...>\n"
@@ -15,11 +15,11 @@
"Content-Transfer-Encoding: 8bit\n"
#: src/vsync.c:147 src/sid/sid-cmdline-options.c:186
-#: src/sid/sid-cmdline-options.c:189 src/translate.c.po.c:3507
+#: src/sid/sid-cmdline-options.c:189 src/translate.c.po.c:3527
msgid "<percent>"
msgstr "<prozent>"
-#: src/vsync.c:147 src/translate.c.po.c:4665
+#: src/vsync.c:147 src/translate.c.po.c:4686
msgid "Limit emulation speed to specified value"
msgstr "Emulationsgeschwindigkeit auf Wert beschr\xE4nken."
@@ -27,19 +27,19 @@
#: src/c64/cart/ide64.c:283 src/c64/cart/ide64.c:285 src/c64/cart/ide64.c:287
#: src/datasette.c:181 src/datasette.c:184 src/gfxoutputdrv/ffmpegdrv.c:201
#: src/gfxoutputdrv/ffmpegdrv.c:204 src/monitor/monitor.c:999 src/mouse.c:362
-#: src/mouse.c:364 src/ram.c:101 src/translate.c.po.c:1612
+#: src/mouse.c:364 src/ram.c:101 src/translate.c.po.c:1632
msgid "<value>"
msgstr "<Wert>"
-#: src/vsync.c:149 src/translate.c.po.c:4675
+#: src/vsync.c:149 src/translate.c.po.c:4696
msgid "Update every <value> frames (`0' for automatic)"
msgstr "Jedes <Wert> Bild aktualisieren (`0' f\xFCr Automatik)"
-#: src/vsync.c:151 src/translate.c.po.c:4685
+#: src/vsync.c:151 src/translate.c.po.c:4706
msgid "Enable warp mode"
msgstr "Warp Mode aktivieren"
-#: src/vsync.c:153 src/translate.c.po.c:4695
+#: src/vsync.c:153 src/translate.c.po.c:4716
msgid "Disable warp mode"
msgstr "Warp Mode deaktivieren"
@@ -52,23 +52,31 @@
msgstr ""
"Eine Aufnahme ist zur Zeit aktiv. Mehrfache Aufnahme ist nicht m\xF6glich."
-#: src/autostart.c:186 src/translate.c.po.c:96
+#: src/autostart.c:177 src/translate.c.po.c:634
+msgid "On autostart, use the 'RUN' command with a colon, i.e., 'RUN:'"
+msgstr "Bei Autostart soll 'RUN' mit Doppelpunkt ausgef\xFChrt werden ('RUN:')"
+
+#: src/autostart.c:179 src/translate.c.po.c:644
+msgid "On autostart, do not use the 'RUN' command with a colon; i.e., 'RUN'"
+msgstr "Bei Autostart soll 'RUN' ohne Doppelpunkt ausgef\xFChrt werden ('RUN')"
+
+#: src/autostart.c:270 src/translate.c.po.c:96
msgid "Cannot load snapshot file."
msgstr "Kann Snapshot Datei nicht laden."
-#: src/sound.c:275 src/translate.c.po.c:4515
+#: src/sound.c:275 src/translate.c.po.c:4536
msgid "Enable sound playback"
msgstr "Sound Wiedergaben einschalten"
-#: src/sound.c:277 src/translate.c.po.c:4525
+#: src/sound.c:277 src/translate.c.po.c:4546
msgid "Disable sound playback"
msgstr "Sound Wiedergaben ausschalten"
-#: src/sound.c:279 src/translate.c.po.c:4535
+#: src/sound.c:279 src/translate.c.po.c:4556
msgid "Set sound sample rate to <value> Hz"
msgstr "Setze Sound Sample Rate zu <Wert> Hz"
-#: src/sound.c:281 src/translate.c.po.c:4545
+#: src/sound.c:281 src/translate.c.po.c:4566
msgid "Set sound buffer size to <value> msec"
msgstr "Setze Source Buffer Gr\xF6\xDFe zu <Wert> msek"
@@ -93,9 +101,9 @@
#: src/c64/cart/c64cart.c:276 src/c64/cart/c64cart.c:279
#: src/c64/cart/c64cart.c:282 src/c64/cart/c64cart.c:285
#: src/c64/cart/c64cart.c:288 src/c64/cart/c64cart.c:291
-#: src/c64/cart/ide64.c:281 src/c64/c64_256k.c:210 src/c64/georam.c:209
+#: src/c64/cart/ide64.c:281 src/c64/c64_256k.c:210 src/c64/georam.c:260
#: src/c64/mmc64.c:907 src/c64/mmc64.c:909 src/c64/plus256k.c:175
-#: src/c64/plus60k.c:249 src/c64/ramcart.c:239 src/c64/reu.c:446
+#: src/c64/plus60k.c:249 src/c64/ramcart.c:284 src/c64/reu.c:479
#: src/c64/tfe.c:1940 src/cbm2/cbm2-cmdline-options.c:132
#: src/cbm2/cbm2-cmdline-options.c:134 src/cbm2/cbm2-cmdline-options.c:136
#: src/cbm2/cbm2-cmdline-options.c:139 src/cbm2/cbm2-cmdline-options.c:141
@@ -146,35 +154,35 @@
#: src/vic20/vic20-cmdline-options.c:230 src/vic20/vic20cartridge.c:212
#: src/vic20/vic20cartridge.c:214 src/vic20/vic20cartridge.c:216
#: src/vic20/vic20cartridge.c:218 src/vic20/vic20cartridge.c:220
-#: src/video/video-cmdline-options.c:192 src/translate.c.po.c:654
+#: src/video/video-cmdline-options.c:192 src/translate.c.po.c:674
msgid "<name>"
msgstr "<Name>"
-#: src/sound.c:283 src/translate.c.po.c:4555
+#: src/sound.c:283 src/translate.c.po.c:4576
msgid "Specify sound driver"
msgstr "Sound Treiber spezifieren"
-#: src/sound.c:285 src/sound.c:289 src/translate.c.po.c:4565
+#: src/sound.c:285 src/sound.c:289 src/translate.c.po.c:4586
msgid "<args>"
msgstr "<Argumente>"
-#: src/sound.c:285 src/translate.c.po.c:4575
+#: src/sound.c:285 src/translate.c.po.c:4596
msgid "Specify initialization parameters for sound driver"
msgstr "Initialisierungsparameter des Sound Treibers spezifizieren"
-#: src/sound.c:287 src/translate.c.po.c:4585
+#: src/sound.c:287 src/translate.c.po.c:4606
msgid "Specify recording sound driver"
msgstr "Sound Treiber f\xFCr Aufnahme spezifizieren"
-#: src/sound.c:289 src/translate.c.po.c:4595
+#: src/sound.c:289 src/translate.c.po.c:4616
msgid "Specify initialization parameters for recording sound driver"
msgstr "Initialisierungsparameter f\xFCr Aufnahme Sound Treiber spezifieren"
-#: src/sound.c:291 src/translate.c.po.c:4605
+#: src/sound.c:291 src/translate.c.po.c:4626
msgid "<sync>"
msgstr "<Sync>"
-#: src/sound.c:291 src/translate.c.po.c:4615
+#: src/sound.c:291 src/translate.c.po.c:4636
msgid "Set sound speed adjustment (0: flexible, 1: adjusting, 2: exact)"
msgstr ""
"Setze Sound Geschwindigkeit Anpassung (0: flexibel, 1: anpassend, 2: exakt)"
@@ -309,7 +317,7 @@
msgid "Error reading start snapshot file."
msgstr "Fehler beim Lesen der Start Snapshot Datei."
-#: src/event.c:1227 src/translate.c.po.c:4224
+#: src/event.c:1227 src/translate.c.po.c:4244
msgid "Playback recorded events"
msgstr "Wiedergabe von aufgenommener Ereignisse"
@@ -336,47 +344,47 @@
".\n"
"Alle genannten Ger\xE4te werden entfernt."
-#: src/debug.c:171 src/translate.c.po.c:4109
+#: src/debug.c:171 src/translate.c.po.c:4129
msgid "Trace the main CPU"
msgstr "Haupt CPU verfolgen"
-#: src/debug.c:174 src/translate.c.po.c:4119
+#: src/debug.c:174 src/translate.c.po.c:4139
msgid "Do not trace the main CPU"
msgstr "Haupt CPU nicht verfolgen"
-#: src/debug.c:177 src/translate.c.po.c:4129
+#: src/debug.c:177 src/translate.c.po.c:4149
msgid "Trace the drive0 CPU"
msgstr "Laufwerk0 CPU verfolgen"
-#: src/debug.c:180 src/translate.c.po.c:4139
+#: src/debug.c:180 src/translate.c.po.c:4159
msgid "Do not trace the drive0 CPU"
msgstr "Laufwerk0 CPU nicht verfolgen"
-#: src/debug.c:183 src/translate.c.po.c:4149
+#: src/debug.c:183 src/translate.c.po.c:4169
msgid "Trace the drive1 CPU"
msgstr "Laufwerk1 CPU verfolgen"
-#: src/debug.c:186 src/translate.c.po.c:4159
+#: src/debug.c:186 src/translate.c.po.c:4179
msgid "Do not trace the drive1 CPU"
msgstr "Laufwerk1 CPU nicht verfolgen"
-#: src/debug.c:190 src/translate.c.po.c:4170
+#: src/debug.c:190 src/translate.c.po.c:4190
msgid "Trace the drive2 CPU"
msgstr "Laufwerk2 CPU verfolgen"
-#: src/debug.c:193 src/translate.c.po.c:4180
+#: src/debug.c:193 src/translate.c.po.c:4200
msgid "Do not trace the drive2 CPU"
msgstr "Laufwerk2 CPU nicht verfolgen"
-#: src/debug.c:198 src/translate.c.po.c:4192
+#: src/debug.c:198 src/translate.c.po.c:4212
msgid "Trace the drive3 CPU"
msgstr "Laufwerk3 CPU verfolgen"
-#: src/debug.c:201 src/translate.c.po.c:4202
+#: src/debug.c:201 src/translate.c.po.c:4222
msgid "Do not trace the drive3 CPU"
msgstr "Laufwerk3 CPU nicht verfolgen"
-#: src/debug.c:205 src/translate.c.po.c:4213
+#: src/debug.c:205 src/translate.c.po.c:4233
msgid "Trace mode (0=normal 1=small 2=history)"
msgstr "Verfolgung Modus (0=normal 1=klein 2=Geschichte)"
@@ -455,7 +463,7 @@
msgid "Network out of sync - disconnecting."
msgstr "Netzwerksynchronisationsproblem - Trenne Verbindung."
-#: src/aciacore.c:210 src/translate.c.po.c:3938
+#: src/aciacore.c:210 src/translate.c.po.c:3958
msgid "Specify RS232 device this ACIA should work on"
msgstr "RS232 Ger\xE4t f\xFCr welches ACIA funktionieren soll ist zu spezifizieren"
@@ -464,162 +472,162 @@
#: src/drive/iec/c64exp/c64exp-cmdline-options.c:65
#: src/drive/iec/plus4exp/plus4exp-cmdline-options.c:49
#: src/printerdrv/interface-serial.c:121 src/printerdrv/interface-serial.c:124
-#: src/translate.c.po.c:2004
+#: src/translate.c.po.c:2024
msgid "<type>"
msgstr "<Typ>"
-#: src/attach.c:164 src/translate.c.po.c:3948
+#: src/attach.c:164 src/translate.c.po.c:3968
msgid "Set device type for device #8 (0: NONE, 1: FS, 2: REAL, 3: RAW)"
msgstr "Ger\xE4te Typ f\xFCr Ger\xE4t #8 (0: NONE, 1: FS, 2: REAL, 3: RAW)"
-#: src/attach.c:167 src/translate.c.po.c:3958
+#: src/attach.c:167 src/translate.c.po.c:3978
msgid "Set device type for device #9 (0: NONE, 1: FS, 2: REAL, 3: RAW)"
msgstr "Ger\xE4te Typ f\xFCr Ger\xE4t #9 (0: NONE, 1: FS, 2: REAL, 3: RAW)"
-#: src/attach.c:170 src/translate.c.po.c:3968
+#: src/attach.c:170 src/translate.c.po.c:3988
msgid "Set device type for device #10 (0: NONE, 1: FS, 2: REAL, 3: RAW)"
msgstr "Ger\xE4te Typ f\xFCr Ger\xE4t #10 (0: NONE, 1: FS, 2: REAL, 3: RAW)"
-#: src/attach.c:173 src/translate.c.po.c:3978
+#: src/attach.c:173 src/translate.c.po.c:3998
msgid "Set device type for device #11 (0: NONE, 1: FS, 2: REAL, 3: RAW)"
msgstr "Ger\xE4te Typ f\xFCr Ger\xE4t #11 (0: NONE, 1: FS, 2: REAL, 3: RAW)"
-#: src/attach.c:176 src/translate.c.po.c:3988
+#: src/attach.c:176 src/translate.c.po.c:4008
msgid "Attach disk image for drive #8 read only"
msgstr "Disk Image als Laufwerk #8 benutzen (schreibgesch\xFCtzt)"
-#: src/attach.c:179 src/translate.c.po.c:3998
+#: src/attach.c:179 src/translate.c.po.c:4018
msgid "Attach disk image for drive #8 read write (if possible)"
msgstr "Disk Image als Laufwerk #8 benutzen (Schreibzugriff, wenn m\xF6glich)"
-#: src/attach.c:182 src/translate.c.po.c:4008
+#: src/attach.c:182 src/translate.c.po.c:4028
msgid "Attach disk image for drive #9 read only"
msgstr "Disk Image als Laufwerk #9 benutzen (schreibgesch\xFCtzt)"
-#: src/attach.c:185 src/translate.c.po.c:4018
+#: src/attach.c:185 src/translate.c.po.c:4038
msgid "Attach disk image for drive #9 read write (if possible)"
msgstr "Disk Image als Laufwerk #9 benutzen (Schreibzugriff, wenn m\xF6glich)"
-#: src/attach.c:188 src/translate.c.po.c:4028
+#: src/attach.c:188 src/translate.c.po.c:4048
msgid "Attach disk image for drive #10 read only"
msgstr "Disk Image als Laufwerk #10 benutzen (schreibgesch\xFCtzt)"
-#: src/attach.c:191 src/translate.c.po.c:4038
+#: src/attach.c:191 src/translate.c.po.c:4058
msgid "Attach disk image for drive #10 read write (if possible)"
msgstr "Disk Image als Laufwerk #10 benutzen (Schreibzugriff, wenn m\xF6glich)"
-#: src/attach.c:194 src/translate.c.po.c:4048
+#: src/attach.c:194 src/translate.c.po.c:4068
msgid "Attach disk image for drive #11 read only"
msgstr "Disk Image als Laufwerk #11 benutzen (schreibgesch\xFCtzt)"
-#: src/attach.c:197 src/translate.c.po.c:4058
+#: src/attach.c:197 src/translate.c.po.c:4078
msgid "Attach disk image for drive #11 read write (if possible)"
msgstr "Disk Image als Laufwerk #11 benutzen (Schreibzugriff, wenn m\xF6glich)"
#: src/c128/c128-cmdline-options.c:104 src/c64/c64-cmdline-options.c:84
#: src/c64/psid.c:152 src/plus4/plus4-cmdline-options.c:79
-#: src/vic20/vic20-cmdline-options.c:205 src/translate.c.po.c:634
+#: src/vic20/vic20-cmdline-options.c:205 src/translate.c.po.c:654
msgid "Use PAL sync factor"
msgstr "PAL Sync Faktor benutzen"
#: src/c128/c128-cmdline-options.c:106 src/c64/c64-cmdline-options.c:86
#: src/c64/psid.c:155 src/plus4/plus4-cmdline-options.c:81
-#: src/vic20/vic20-cmdline-options.c:207 src/translate.c.po.c:644
+#: src/vic20/vic20-cmdline-options.c:207 src/translate.c.po.c:664
msgid "Use NTSC sync factor"
msgstr "NTSC Sync Faktor benutzen"
-#: src/c128/c128-cmdline-options.c:108 src/translate.c.po.c:664
+#: src/c128/c128-cmdline-options.c:108 src/translate.c.po.c:684
msgid "Specify name of international Kernal ROM image"
msgstr "Bitte Namen f\xFCr internationale Kernal ROM Datei definieren"
-#: src/c128/c128-cmdline-options.c:110 src/translate.c.po.c:674
+#: src/c128/c128-cmdline-options.c:110 src/translate.c.po.c:694
msgid "Specify name of German Kernal ROM image"
msgstr "Name f\xFCr deutsche Kernal ROM Datei definieren"
-#: src/c128/c128-cmdline-options.c:112 src/translate.c.po.c:684
+#: src/c128/c128-cmdline-options.c:112 src/translate.c.po.c:704
msgid "Specify name of Finnish Kernal ROM image"
msgstr "Name f\xFCr finnische Kernal ROM Datei definieren"
-#: src/c128/c128-cmdline-options.c:114 src/translate.c.po.c:694
+#: src/c128/c128-cmdline-options.c:114 src/translate.c.po.c:714
msgid "Specify name of French Kernal ROM image"
msgstr "Name f\xFCr franz\xF6sische Kernal ROM Datei definieren"
-#: src/c128/c128-cmdline-options.c:116 src/translate.c.po.c:704
+#: src/c128/c128-cmdline-options.c:116 src/translate.c.po.c:724
msgid "Specify name of Italian Kernal ROM image"
msgstr "Name f\xFCr italienische Kernal ROM Datei definieren"
-#: src/c128/c128-cmdline-options.c:118 src/translate.c.po.c:714
-msgid "Specify name of Norwegain Kernal ROM image"
+#: src/c128/c128-cmdline-options.c:118 src/translate.c.po.c:734
+msgid "Specify name of Norwegian Kernal ROM image"
msgstr "Name f\xFCr norwegische Kernal ROM Datei definieren"
-#: src/c128/c128-cmdline-options.c:120 src/translate.c.po.c:724
+#: src/c128/c128-cmdline-options.c:120 src/translate.c.po.c:744
msgid "Specify name of Swedish Kernal ROM image"
msgstr "Name f\xFCr schwedische Kernal ROM Datei definieren"
-#: src/c128/c128-cmdline-options.c:122 src/translate.c.po.c:734
+#: src/c128/c128-cmdline-options.c:122 src/translate.c.po.c:754
msgid "Specify name of BASIC ROM image (lower part)"
msgstr "Namen f\xFCr Basic ROM Datei spezifizieren (unterer Teil)"
-#: src/c128/c128-cmdline-options.c:124 src/translate.c.po.c:744
+#: src/c128/c128-cmdline-options.c:124 src/translate.c.po.c:764
msgid "Specify name of BASIC ROM image (higher part)"
msgstr "Namen f\xFCr Basic ROM Datei spezifizieren (oberer Teil)"
-#: src/c128/c128-cmdline-options.c:126 src/translate.c.po.c:754
+#: src/c128/c128-cmdline-options.c:126 src/translate.c.po.c:774
msgid "Specify name of international character generator ROM image"
msgstr "Name f\xFCr internationale Charakter ROM Datei definieren"
-#: src/c128/c128-cmdline-options.c:128 src/translate.c.po.c:764
+#: src/c128/c128-cmdline-options.c:128 src/translate.c.po.c:784
msgid "Specify name of German character generator ROM image"
msgstr "Name f\xFCr deutsche Charakter ROM Datei definieren"
-#: src/c128/c128-cmdline-options.c:130 src/translate.c.po.c:774
+#: src/c128/c128-cmdline-options.c:130 src/translate.c.po.c:794
msgid "Specify name of French character generator ROM image"
msgstr "Name f\xFCr franz\xF6sische Charakter ROM Datei definieren"
-#: src/c128/c128-cmdline-options.c:132 src/translate.c.po.c:784
+#: src/c128/c128-cmdline-options.c:132 src/translate.c.po.c:804
msgid "Specify name of Swedish character generator ROM image"
msgstr "Name f\xFCr schwedische Charakter ROM Datei definieren"
-#: src/c128/c128-cmdline-options.c:134 src/translate.c.po.c:794
+#: src/c128/c128-cmdline-options.c:134 src/translate.c.po.c:814
msgid "Specify name of C64 mode Kernal ROM image"
msgstr "Name f\xFCr C64 Modus Kernal ROM Datei definieren"
-#: src/c128/c128-cmdline-options.c:136 src/translate.c.po.c:804
+#: src/c128/c128-cmdline-options.c:136 src/translate.c.po.c:824
msgid "Specify name of C64 mode BASIC ROM image"
msgstr "Name f\xFCr C64 Modus Basic ROM Datei spezifizieren"
#: src/c128/c128-cmdline-options.c:138 src/c64/c64-cmdline-options.c:97
#: src/cbm2/cbm2-cmdline-options.c:171 src/pet/pet-cmdline-options.c:156
-#: src/vic20/vic20-cmdline-options.c:217 src/translate.c.po.c:814
+#: src/vic20/vic20-cmdline-options.c:217 src/translate.c.po.c:834
msgid "Enable emulator identification"
msgstr "Emulator Identifikation aktivieren"
#: src/c128/c128-cmdline-options.c:140 src/c64/c64-cmdline-options.c:99
#: src/cbm2/cbm2-cmdline-options.c:173 src/pet/pet-cmdline-options.c:158
-#: src/vic20/vic20-cmdline-options.c:219 src/translate.c.po.c:824
+#: src/vic20/vic20-cmdline-options.c:219 src/translate.c.po.c:844
msgid "Disable emulator identification"
msgstr "Emulator Identifikation deaktivieren"
-#: src/c128/c128-cmdline-options.c:142 src/translate.c.po.c:834
+#: src/c128/c128-cmdline-options.c:142 src/translate.c.po.c:854
msgid "Enable the IEEE488 interface emulation"
msgstr "IEEE488 Schnittstellen-Emulation aktivieren"
-#: src/c128/c128-cmdline-options.c:144 src/translate.c.po.c:844
+#: src/c128/c128-cmdline-options.c:144 src/translate.c.po.c:864
msgid "Disable the IEEE488 interface emulation"
msgstr "IEEE488 Schnittstellen-Emulation deaktivieren"
#: src/c128/c128-cmdline-options.c:146 src/c64/c64-cmdline-options.c:101
-#: src/translate.c.po.c:854
+#: src/translate.c.po.c:874
msgid "<revision>"
msgstr "<Revision>"
#: src/c128/c128-cmdline-options.c:146 src/c64/c64-cmdline-options.c:101
-#: src/translate.c.po.c:864
+#: src/translate.c.po.c:884
msgid "Patch the Kernal ROM to the specified <revision>"
msgstr "Kernal ROM auf spezifizierte <Revision> ver\xE4ndern"
#: src/c128/c128-cmdline-options.c:149 src/c64/c64-cmdline-options.c:104
-#: src/translate.c.po.c:875
+#: src/translate.c.po.c:895
msgid "Enable the $DE** ACIA RS232 interface emulation"
msgstr "ACIA $DExx RS232 Schnittstellen-Emulation aktivieren"
@@ -627,226 +635,226 @@
#: src/c64/psid.c:164 src/cbm2/cbm2-cmdline-options.c:176
#: src/pet/pet-cmdline-options.c:161 src/plus4/plus4-cmdline-options.c:102
#: src/vdc/vdc-cmdline-options.c:68 src/vic20/vic20-cmdline-options.c:226
-#: src/arch/win32/res.rc.po.c:5211 src/translate.c.po.c:896
+#: src/arch/win32/res.rc.po.c:5211 src/translate.c.po.c:916
msgid "<number>"
msgstr "<Nummer>"
#: src/c128/c128-cmdline-options.c:155 src/plus4/plus4-cmdline-options.c:102
-#: src/vic20/vic20-cmdline-options.c:226 src/translate.c.po.c:907
+#: src/vic20/vic20-cmdline-options.c:226 src/translate.c.po.c:927
msgid "Specify index of keymap file (0=symbol, 1=positional)"
msgstr "Index f\xFCr Kymap Datei festlegen (0=symbol, 1=positional)"
#: src/c128/c128-cmdline-options.c:157 src/c64/c64-cmdline-options.c:112
#: src/plus4/plus4-cmdline-options.c:104 src/vic20/vic20-cmdline-options.c:228
-#: src/translate.c.po.c:917
+#: src/translate.c.po.c:937
msgid "Specify name of symbolic keymap file"
msgstr "Bitte Namen f\xFCr symbolische Keymap Datei definieren"
#: src/c128/c128-cmdline-options.c:159 src/c64/c64-cmdline-options.c:116
#: src/plus4/plus4-cmdline-options.c:106 src/vic20/vic20-cmdline-options.c:230
-#: src/translate.c.po.c:927
+#: src/translate.c.po.c:947
msgid "Specify name of positional keymap file"
msgstr "Bitte Namen f\xFCr positions Keymap Datei definieren"
-#: src/c128/c128mmu.c:125 src/translate.c.po.c:938
+#: src/c128/c128mmu.c:125 src/translate.c.po.c:958
msgid "Activate 40 column mode"
msgstr "40 Spalten Modus aktivieren"
-#: src/c128/c128mmu.c:128 src/translate.c.po.c:948
+#: src/c128/c128mmu.c:128 src/translate.c.po.c:968
msgid "Activate 80 column mode"
msgstr "80 Spalten Modus aktivieren"
-#: src/c128/c128mmu.c:131 src/translate.c.po.c:958
+#: src/c128/c128mmu.c:131 src/translate.c.po.c:978
msgid "Always switch to C64 mode on reset"
msgstr "Immer bei Reset in C64 Modus schalten"
-#: src/c128/c128mmu.c:134 src/translate.c.po.c:968
+#: src/c128/c128mmu.c:134 src/translate.c.po.c:988
msgid "Always switch to C128 mode on reset"
msgstr "Immer be Reset in C128 Modus schalten"
-#: src/c128/functionrom.c:151 src/translate.c.po.c:978
+#: src/c128/functionrom.c:151 src/translate.c.po.c:998
msgid "Specify name of internal Function ROM image"
msgstr "Name der internen Funktions ROM Datei definieren"
-#: src/c128/functionrom.c:153 src/translate.c.po.c:988
+#: src/c128/functionrom.c:153 src/translate.c.po.c:1008
msgid "Specify name of external Function ROM image"
msgstr "Name der externen Funktions ROM Datei definieren"
-#: src/c128/functionrom.c:155 src/translate.c.po.c:998
+#: src/c128/functionrom.c:155 src/translate.c.po.c:1018
msgid "Enable the internal Function ROM"
msgstr "Internes Funktions ROM aktivieren"
-#: src/c128/functionrom.c:157 src/translate.c.po.c:1008
+#: src/c128/functionrom.c:157 src/translate.c.po.c:1028
msgid "Disable the internal Function ROM"
msgstr "Internes Funktions ROM deaktivieren"
-#: src/c128/functionrom.c:159 src/translate.c.po.c:1018
+#: src/c128/functionrom.c:159 src/translate.c.po.c:1038
msgid "Enable the external Function ROM"
msgstr "Externes Funktions ROM aktivieren"
-#: src/c128/functionrom.c:161 src/translate.c.po.c:1028
+#: src/c128/functionrom.c:161 src/translate.c.po.c:1048
msgid "Disable the external Function ROM"
msgstr "Externes Funktions ROM deaktivieren"
#: src/c64/c64-cmdline-options.c:89 src/c64/psid.c:158
-#: src/translate.c.po.c:1038
+#: src/translate.c.po.c:1058
msgid "Use old NTSC sync factor"
msgstr "Alten NTSC Sync Faktor verwenden"
#: src/c64/c64-cmdline-options.c:91 src/cbm2/cbm2-cmdline-options.c:132
#: src/pet/pet-cmdline-options.c:116 src/plus4/plus4-cmdline-options.c:83
-#: src/vic20/vic20-cmdline-options.c:209 src/translate.c.po.c:1048
+#: src/vic20/vic20-cmdline-options.c:209 src/translate.c.po.c:1068
msgid "Specify name of Kernal ROM image"
msgstr "Name von Kernal ROM Datei definieren"
#: src/c64/c64-cmdline-options.c:93 src/cbm2/cbm2-cmdline-options.c:134
#: src/pet/pet-cmdline-options.c:118 src/plus4/plus4-cmdline-options.c:85
-#: src/vic20/vic20-cmdline-options.c:211 src/translate.c.po.c:1058
+#: src/vic20/vic20-cmdline-options.c:211 src/translate.c.po.c:1078
msgid "Specify name of BASIC ROM image"
msgstr "Name von Basic ROM Datei definieren"
#: src/c64/c64-cmdline-options.c:95 src/cbm2/cbm2-cmdline-options.c:136
#: src/pet/pet-cmdline-options.c:122 src/vic20/vic20-cmdline-options.c:213
-#: src/translate.c.po.c:1068
+#: src/translate.c.po.c:1088
msgid "Specify name of character generator ROM image"
msgstr "Name von Druckerausgabe Datei definieren (print.dump)"
-#: src/c64/c64-cmdline-options.c:106 src/translate.c.po.c:885
+#: src/c64/c64-cmdline-options.c:106 src/translate.c.po.c:905
msgid "Disable the $DE** ACIA RS232 interface emulation"
msgstr "ACIA $DExx RS232 Schnittstellen-Emulation deaktivieren"
-#: src/c64/c64-cmdline-options.c:110 src/translate.c.po.c:1079
+#: src/c64/c64-cmdline-options.c:110 src/translate.c.po.c:1099
msgid "Specify index of keymap file (0=sym, 1=symDE, 2=pos)"
msgstr "Index f\xFCr Keymap Datei festlegen (0=symbol, 1=symDE, 2=positional)"
-#: src/c64/c64-cmdline-options.c:114 src/translate.c.po.c:1089
+#: src/c64/c64-cmdline-options.c:114 src/translate.c.po.c:1109
msgid "Specify name of symbolic German keymap file"
msgstr "Name von symbolischer Keymap Datei definieren"
-#: src/c64/cart/c64cart.c:240 src/translate.c.po.c:1422
+#: src/c64/cart/c64cart.c:240 src/translate.c.po.c:1442
msgid "Reset machine if a cartridge is attached or detached"
msgstr ""
"Reset der Maschine wenn ein Erweiterungsmodul eingelegt oder entfernt wird"
-#: src/c64/cart/c64cart.c:243 src/translate.c.po.c:1432
+#: src/c64/cart/c64cart.c:243 src/translate.c.po.c:1452
msgid "Do not reset machine if a cartridge is attached or detached"
msgstr ""
"Kein Reset der Maschine wenn ein Erweiterungsmodul eingelegt oder entfernt "
"wird"
#: src/c64/cart/c64cart.c:246 src/arch/win32/res.rc.po.c:5138
-#: src/translate.c.po.c:1442 src/arch/amigaos/intl.c.po.c:2360
+#: src/translate.c.po.c:1462 src/arch/amigaos/intl.c.po.c:2387
msgid "Attach CRT cartridge image"
msgstr "CRT Erweiterungsmodul Image einlegen"
-#: src/c64/cart/c64cart.c:249 src/translate.c.po.c:1452
+#: src/c64/cart/c64cart.c:249 src/translate.c.po.c:1472
msgid "Attach generic 8KB cartridge image"
msgstr "Generisches 8K Erweiterungsmodul Image einlegen"
-#: src/c64/cart/c64cart.c:252 src/translate.c.po.c:1462
+#: src/c64/cart/c64cart.c:252 src/translate.c.po.c:1482
msgid "Attach generic 16KB cartridge image"
msgstr "Generisches 16K Erweiterungsmodul Image einlegen"
-#: src/c64/cart/c64cart.c:255 src/translate.c.po.c:1502
+#: src/c64/cart/c64cart.c:255 src/translate.c.po.c:1522
msgid "Attach raw 32KB Action Replay cartridge image"
msgstr "32K Action Replay Image einlegen"
-#: src/c64/cart/c64cart.c:258 src/translate.c.po.c:1492
+#: src/c64/cart/c64cart.c:258 src/translate.c.po.c:1512
msgid "Attach raw 16KB Action Replay III cartridge image"
msgstr "16KB Action Replay Image III (raw) einlegen"
-#: src/c64/cart/c64cart.c:261
+#: src/c64/cart/c64cart.c:261 src/translate.c.po.c:1502
#, fuzzy
-msgid "Attach raw 32KB Action Replay 4 cartridge image"
+msgid "Attach raw 32KB Action Replay IV cartridge image"
msgstr "32K Action Replay Image einlegen"
-#: src/c64/cart/c64cart.c:264 src/translate.c.po.c:1512
+#: src/c64/cart/c64cart.c:264 src/translate.c.po.c:1532
msgid "Attach raw 64KB Retro Replay cartridge image"
msgstr "64K Retro Replay Image einlegen"
-#: src/c64/cart/c64cart.c:267 src/translate.c.po.c:1522
+#: src/c64/cart/c64cart.c:267 src/translate.c.po.c:1542
msgid "Attach raw 64KB IDE64 cartridge image"
msgstr "64KB IDE64 Image einlegen"
-#: src/c64/cart/c64cart.c:270 src/translate.c.po.c:1532
+#: src/c64/cart/c64cart.c:270 src/translate.c.po.c:1552
msgid "Attach raw 32KB Atomic Power cartridge image"
msgstr "32KB Atomic Power Image einlegen"
-#: src/c64/cart/c64cart.c:273 src/translate.c.po.c:1542
+#: src/c64/cart/c64cart.c:273 src/translate.c.po.c:1562
msgid "Attach raw 8KB Epyx fastload cartridge image"
msgstr "8KB Epyx Fastload Image einlegen"
-#: src/c64/cart/c64cart.c:276 src/translate.c.po.c:1552
+#: src/c64/cart/c64cart.c:276 src/translate.c.po.c:1572
msgid "Attach raw 32KB Super Snapshot cartridge image"
msgstr "32KB Super Snapshot (raw) Image einlegen"
-#: src/c64/cart/c64cart.c:279 src/translate.c.po.c:1562
+#: src/c64/cart/c64cart.c:279 src/translate.c.po.c:1582
msgid "Attach raw 64KB Super Snapshot cartridge image"
msgstr "64KB Super Snapshot (raw) Image einlegen"
-#: src/c64/cart/c64cart.c:282 src/translate.c.po.c:1572
+#: src/c64/cart/c64cart.c:282 src/translate.c.po.c:1592
msgid "Attach CBM IEEE488 cartridge image"
msgstr "CBM IEEE488 Erweiterungsmodul einlegen"
-#: src/c64/cart/c64cart.c:285 src/translate.c.po.c:1582
+#: src/c64/cart/c64cart.c:285 src/translate.c.po.c:1602
msgid "Attach raw 16KB Westermann learning cartridge image"
msgstr "16KB Westermann learning (raw) Image einlegen"
-#: src/c64/cart/c64cart.c:288 src/translate.c.po.c:4835
+#: src/c64/cart/c64cart.c:288 src/translate.c.po.c:4856
msgid "Attach raw Structured Basic cartridge image"
msgstr "Erweiterungsmodul Structured Basic (raw) Image einlegen"
-#: src/c64/cart/c64cart.c:291
+#: src/c64/cart/c64cart.c:291 src/translate.c.po.c:1492
#, fuzzy
-msgid "Attach raw StarDOS image"
-msgstr "Band Image einlegen"
+msgid "Attach raw 16KB StarDOS cartridge image"
+msgstr "16KB Erweiterungsmodul (raw) Image einlegen"
-#: src/c64/cart/c64cart.c:294 src/translate.c.po.c:1592
+#: src/c64/cart/c64cart.c:294 src/translate.c.po.c:1612
msgid "Enable expert cartridge"
msgstr "Expert Cartridge aktivieren"
-#: src/c64/cart/ide64.c:281 src/translate.c.po.c:1602
+#: src/c64/cart/ide64.c:281 src/translate.c.po.c:1622
msgid "Specify name of IDE64 image file"
msgstr "Namen f\xFCr IDE64 Image Datei definieren"
-#: src/c64/cart/ide64.c:283 src/translate.c.po.c:1622
+#: src/c64/cart/ide64.c:283 src/translate.c.po.c:1642
msgid "Set number of cylinders for the IDE64 emulation"
msgstr "Anzahl der Zylinder f\xFCr IDE64 Emulation"
-#: src/c64/cart/ide64.c:285 src/translate.c.po.c:1632
+#: src/c64/cart/ide64.c:285 src/translate.c.po.c:1652
msgid "Set number of heads for the IDE64 emulation"
msgstr "Anzahl der Laufwerksk\xF6pfe f\xFCr IDE64 Emulation"
-#: src/c64/cart/ide64.c:287 src/translate.c.po.c:1642
+#: src/c64/cart/ide64.c:287 src/translate.c.po.c:1662
msgid "Set number of sectors for the IDE64 emulation"
msgstr "Anzahl der Sektoren f\xFCr IDE64 Emulation"
-#: src/c64/cart/ide64.c:290 src/translate.c.po.c:1652
+#: src/c64/cart/ide64.c:290 src/translate.c.po.c:1672
msgid "Autodetect geometry of formatted images"
msgstr "Geometrie von formatierten Image Dateien automatisch erkennen"
-#: src/c64/cart/ide64.c:293 src/translate.c.po.c:1662
+#: src/c64/cart/ide64.c:293 src/translate.c.po.c:1682
msgid "Do not autodetect geometry of formatted images"
msgstr "Geometrie von formatierten Image Dateien nicht automatisch erkennen"
-#: src/c64/c64_256k.c:206 src/translate.c.po.c:4795
+#: src/c64/c64_256k.c:206 src/translate.c.po.c:4816
msgid "Enable the 256K RAM expansion"
msgstr "256K RAM Erweiterung aktivieren"
-#: src/c64/c64_256k.c:208 src/translate.c.po.c:4805
+#: src/c64/c64_256k.c:208 src/translate.c.po.c:4826
msgid "Disable the 256K RAM expansion"
msgstr "256K RAM Erweiterung deaktivieren"
-#: src/c64/c64_256k.c:210 src/translate.c.po.c:4815
+#: src/c64/c64_256k.c:210 src/translate.c.po.c:4836
msgid "Specify name of 256K image"
msgstr "Name der 256K Image Datei definieren"
#: src/c64/c64_256k.c:212 src/c64/digimax.c:141 src/c64/plus60k.c:251
-#: src/sid/sid-cmdline-options.c:221 src/translate.c.po.c:3436
+#: src/sid/sid-cmdline-options.c:221 src/translate.c.po.c:3456
msgid "<base address>"
msgstr "<Basis Adresse>"
-#: src/c64/c64_256k.c:212 src/translate.c.po.c:4825
+#: src/c64/c64_256k.c:212 src/translate.c.po.c:4846
msgid "Base address of the 256K expansion"
msgstr "Basis Adresse f\xFCr 256K RAM Erweiterung"
@@ -858,469 +866,469 @@
"Digimax kann mit ReSID nicht benutzt werden\n"
"Bitte SID Engine auf FastSID setzen"
-#: src/c64/digimax.c:137 src/translate.c.po.c:4885
+#: src/c64/digimax.c:137 src/translate.c.po.c:4906
msgid "Enable the digimax cartridge"
msgstr "Digimax Cartridge aktivieren"
-#: src/c64/digimax.c:139 src/translate.c.po.c:4895
+#: src/c64/digimax.c:139 src/translate.c.po.c:4916
msgid "Disable the digimax cartridge"
msgstr "Digimax Cartridge deaktivieren"
-#: src/c64/digimax.c:141 src/translate.c.po.c:4905
+#: src/c64/digimax.c:141 src/translate.c.po.c:4926
msgid "Base address of the digimax cartridge"
msgstr "Basis Adresse f\xFCr Digimax Erweiterung"
-#: src/c64/georam.c:205 src/translate.c.po.c:1100
+#: src/c64/georam.c:256 src/translate.c.po.c:1120
msgid "Enable the GEORAM expansion unit"
msgstr "GEORAM Erweiterung aktivieren"
-#: src/c64/georam.c:207 src/translate.c.po.c:1110
+#: src/c64/georam.c:258 src/translate.c.po.c:1130
msgid "Disable the GEORAM expansion unit"
msgstr "GEORAM Erweiterung deaktivieren"
-#: src/c64/georam.c:209 src/translate.c.po.c:1120
+#: src/c64/georam.c:260 src/translate.c.po.c:1140
msgid "Specify name of GEORAM image"
msgstr "GEORAM Image Datei definieren"
-#: src/c64/georam.c:211 src/c64/ramcart.c:241 src/c64/reu.c:448
-#: src/pet/petreu.c:216 src/translate.c.po.c:1130
+#: src/c64/georam.c:262 src/c64/ramcart.c:286 src/c64/reu.c:481
+#: src/pet/petreu.c:216 src/translate.c.po.c:1150
msgid "<size in KB>"
msgstr "<Gr\xF6\xDFe in KB>"
-#: src/c64/georam.c:211 src/translate.c.po.c:1140
+#: src/c64/georam.c:262 src/translate.c.po.c:1160
msgid "Size of the GEORAM expansion unit"
msgstr "Gr\xF6\xDFe der GEORAM Erweiterung"
-#: src/c64/mmc64.c:903 src/translate.c.po.c:1260
+#: src/c64/mmc64.c:903 src/translate.c.po.c:1280
msgid "Enable the MMC64 expansion"
msgstr "MMC64 Erweiterung aktivieren"
-#: src/c64/mmc64.c:905 src/translate.c.po.c:1270
+#: src/c64/mmc64.c:905 src/translate.c.po.c:1290
msgid "Disable the MMC64 expansion"
msgstr "MMC64 Erweiterung deaktivieren"
-#: src/c64/mmc64.c:907 src/translate.c.po.c:1280
+#: src/c64/mmc64.c:907 src/translate.c.po.c:1300
msgid "Specify name of MMC64 BIOS image"
msgstr "Name f\xFCr MMC64 BIOS Datei spezifizieren"
-#: src/c64/mmc64.c:909 src/translate.c.po.c:1290
+#: src/c64/mmc64.c:909 src/translate.c.po.c:1310
msgid "Specify name of MMC64 image"
msgstr "Name der MMC64 Image Datei definieren"
-#: src/c64/mmc64.c:911 src/translate.c.po.c:1300
+#: src/c64/mmc64.c:911 src/translate.c.po.c:1320
msgid "Set the MMC64 card to read-only"
msgstr "MMC64 Karte Schreibschutz"
-#: src/c64/mmc64.c:913 src/translate.c.po.c:1310
+#: src/c64/mmc64.c:913 src/translate.c.po.c:1330
msgid "Set the MMC64 card to read/write"
msgstr "MMC64 Karte Schreibzugriff"
-#: src/c64/mmc64.c:915 src/translate.c.po.c:1320
+#: src/c64/mmc64.c:915 src/translate.c.po.c:1340
msgid "Save the MMC64 bios when changed"
msgstr "MMC64 BIOS speichern bei \xC4nderung"
-#: src/c64/plus256k.c:171 src/translate.c.po.c:4725
+#: src/c64/plus256k.c:171 src/translate.c.po.c:4746
msgid "Enable the PLUS256K RAM expansion"
msgstr "PLUS256K RAM Erweiterung aktivieren"
-#: src/c64/plus256k.c:173 src/translate.c.po.c:4735
+#: src/c64/plus256k.c:173 src/translate.c.po.c:4756
msgid "Disable the PLUS256K RAM expansion"
msgstr "PLUS256K RAM Erweiterung deaktivieren"
-#: src/c64/plus256k.c:175 src/translate.c.po.c:4745
+#: src/c64/plus256k.c:175 src/translate.c.po.c:4766
msgid "Specify name of PLUS256K image"
msgstr "Name der PLUS256K Image Datei definieren"
-#: src/c64/plus60k.c:245 src/translate.c.po.c:4755
+#: src/c64/plus60k.c:245 src/translate.c.po.c:4776
msgid "Enable the PLUS60K RAM expansion"
msgstr "PLUS60K RAM Erweiterung aktivieren"
-#: src/c64/plus60k.c:247 src/translate.c.po.c:4765
+#: src/c64/plus60k.c:247 src/translate.c.po.c:4786
msgid "Disable the PLUS60K RAM expansion"
msgstr "PLUS60K RAM Erweiterung deaktivieren"
-#: src/c64/plus60k.c:249 src/translate.c.po.c:4775
+#: src/c64/plus60k.c:249 src/translate.c.po.c:4796
msgid "Specify name of PLUS60K image"
msgstr "Name der PLUS60K Image Datei definieren"
-#: src/c64/plus60k.c:251 src/translate.c.po.c:4785
+#: src/c64/plus60k.c:251 src/translate.c.po.c:4806
msgid "Base address of the PLUS60K expansion"
msgstr "Basis Adresse f\xFCr PLUS60K Erweiterung"
-#: src/c64/psid.c:160 src/translate.c.po.c:1190
+#: src/c64/psid.c:160 src/translate.c.po.c:1210
msgid "SID player mode"
msgstr "SID Player Modus"
-#: src/c64/psid.c:162 src/translate.c.po.c:1200
+#: src/c64/psid.c:162 src/translate.c.po.c:1220
msgid "Override PSID settings for Video standard and SID model"
msgstr "PSID Einstellung f\xFCr Video Standard und SID Modell ver\xE4ndern"
-#: src/c64/psid.c:164 src/translate.c.po.c:1210
+#: src/c64/psid.c:164 src/translate.c.po.c:1230
msgid "Specify PSID tune <number>"
msgstr "PSID St\xFCck <Nummer> definieren"
-#: src/c64/ramcart.c:235 src/translate.c.po.c:1220
+#: src/c64/ramcart.c:280 src/translate.c.po.c:1240
msgid "Enable the RAMCART expansion"
msgstr "RAMCART Erweiterung aktivieren"
-#: src/c64/ramcart.c:237 src/translate.c.po.c:1230
+#: src/c64/ramcart.c:282 src/translate.c.po.c:1250
msgid "Disable the RAMCART expansion"
msgstr "RAMCART Erweiterung deaktivieren"
-#: src/c64/ramcart.c:239 src/translate.c.po.c:1240
+#: src/c64/ramcart.c:284 src/translate.c.po.c:1260
msgid "Specify name of RAMCART image"
msgstr "Name f\xFCr RAMCART Image Datei definieren"
-#: src/c64/ramcart.c:241 src/translate.c.po.c:1250
+#: src/c64/ramcart.c:286 src/translate.c.po.c:1270
msgid "Size of the RAMCART expansion"
msgstr "Gr\xF6\xDFe der RAMCART Erweiterung"
-#: src/c64/reu.c:442 src/translate.c.po.c:1330
+#: src/c64/reu.c:475 src/translate.c.po.c:1350
msgid "Enable the RAM expansion unit"
msgstr "RAM Speichererweiterung aktivieren"
-#: src/c64/reu.c:444 src/translate.c.po.c:1340
+#: src/c64/reu.c:477 src/translate.c.po.c:1360
msgid "Disable the RAM expansion unit"
msgstr "RAM Speichererweiterung deaktivieren"
-#: src/c64/reu.c:446 src/translate.c.po.c:1350
+#: src/c64/reu.c:479 src/translate.c.po.c:1370
msgid "Specify name of REU image"
msgstr "Namen f\xFCr REU Image Datei definieren"
-#: src/c64/reu.c:448 src/translate.c.po.c:1360
+#: src/c64/reu.c:481 src/translate.c.po.c:1380
msgid "Size of the RAM expansion unit"
msgstr "Gr\xF6\xDFe der RAM Speichererweiterung"
-#: src/c64/tfe.c:1936 src/translate.c.po.c:1371
+#: src/c64/tfe.c:1936 src/translate.c.po.c:1391
msgid "Enable the TFE (\"The Final Ethernet\") unit"
msgstr "TFE (\"the final ethernet\") Erweiterung aktivitieren"
-#: src/c64/tfe.c:1938 src/translate.c.po.c:1381
+#: src/c64/tfe.c:1938 src/translate.c.po.c:1401
msgid "Disable the TFE (\"The Final Ethernet\") unit"
msgstr "TFE (\"the final ethernet\") Erweiterung deaktivitieren"
-#: src/c64/tfe.c:1940 src/translate.c.po.c:1391
+#: src/c64/tfe.c:1940 src/translate.c.po.c:1411
msgid "Set the system ethernet interface for TFE emulation"
msgstr "Setze die System Ethernet Schnittstelle f\xFCr die TFE Emulation"
-#: src/c64/tfe.c:1942 src/translate.c.po.c:1401
+#: src/c64/tfe.c:1942 src/translate.c.po.c:1421
msgid "Enable RRNet mode of TFE emulation"
msgstr "RRNet Modus der TFE Emulation aktivieren"
-#: src/c64/tfe.c:1944 src/translate.c.po.c:1411
+#: src/c64/tfe.c:1944 src/translate.c.po.c:1431
msgid "Disable RRNet mode of TFE emulation"
msgstr "RRNet Modus der TFE Emulation deaktivieren"
#: src/cbm2/cbm2-cmdline-options.c:121 src/pet/pet-cmdline-options.c:114
-#: src/translate.c.po.c:1672
+#: src/translate.c.po.c:1692
msgid "<modelnumber>"
msgstr "<Modell Nummer>"
-#: src/cbm2/cbm2-cmdline-options.c:121 src/translate.c.po.c:1682
+#: src/cbm2/cbm2-cmdline-options.c:121 src/translate.c.po.c:1702
msgid "Specify CBM-II model to emulate"
msgstr "CBM-II Modell f\xFCr Emulation definieren"
-#: src/cbm2/cbm2-cmdline-options.c:123 src/translate.c.po.c:1692
+#: src/cbm2/cbm2-cmdline-options.c:123 src/translate.c.po.c:1712
msgid "Specify to use VIC-II"
msgstr "VIC-II Unterst\xFCtzung aktivieren"
-#: src/cbm2/cbm2-cmdline-options.c:125 src/translate.c.po.c:1702
+#: src/cbm2/cbm2-cmdline-options.c:125 src/translate.c.po.c:1722
msgid "Specify to use CRTC"
msgstr "CRTC Unterst\xFCtzung aktivieren"
-#: src/cbm2/cbm2-cmdline-options.c:127 src/translate.c.po.c:1712
+#: src/cbm2/cbm2-cmdline-options.c:127 src/translate.c.po.c:1732
msgid "<linenumber>"
msgstr "<Zeilennummer>"
-#: src/cbm2/cbm2-cmdline-options.c:127 src/translate.c.po.c:1722
+#: src/cbm2/cbm2-cmdline-options.c:127 src/translate.c.po.c:1742
msgid "Specify CBM-II model hardware (0=6x0, 1=7x0)"
msgstr "CBM-II Hardware Modell definieren (0=6x0, 1=7x0)"
#: src/cbm2/cbm2-cmdline-options.c:129 src/plus4/plus4-cmdline-options.c:99
-#: src/translate.c.po.c:1732
+#: src/translate.c.po.c:1752
msgid "<ramsize>"
msgstr "<RAM Gr\xF6\xDFe>"
-#: src/cbm2/cbm2-cmdline-options.c:129 src/translate.c.po.c:1742
+#: src/cbm2/cbm2-cmdline-options.c:129 src/translate.c.po.c:1762
msgid "Specify size of RAM (64/128/256/512/1024 kByte)"
msgstr "RAM Gr\xF6\xDFe definieren (64/128/256/512/1024 kByte)"
-#: src/cbm2/cbm2-cmdline-options.c:139 src/translate.c.po.c:1752
+#: src/cbm2/cbm2-cmdline-options.c:139 src/translate.c.po.c:1772
msgid "Specify name of cartridge ROM image for $1000"
msgstr "Name f\xFCr ROM Module Image Datei ($1000)"
-#: src/cbm2/cbm2-cmdline-options.c:141 src/translate.c.po.c:1762
+#: src/cbm2/cbm2-cmdline-options.c:141 src/translate.c.po.c:1782
msgid "Specify name of cartridge ROM image for $2000-$3fff"
msgstr "Name f\xFCr ROM Module Image Datei ($2000-3fff)"
-#: src/cbm2/cbm2-cmdline-options.c:143 src/translate.c.po.c:1772
+#: src/cbm2/cbm2-cmdline-options.c:143 src/translate.c.po.c:1792
msgid "Specify name of cartridge ROM image for $4000-$5fff"
msgstr "Name f\xFCr ROM Module Image Datei ($4000-5fff)"
-#: src/cbm2/cbm2-cmdline-options.c:145 src/translate.c.po.c:1782
+#: src/cbm2/cbm2-cmdline-options.c:145 src/translate.c.po.c:1802
msgid "Specify name of cartridge ROM image for $6000-$7fff"
msgstr "Name f\xFCr ROM Module Image Datei ($6000-7fff)"
-#: src/cbm2/cbm2-cmdline-options.c:147 src/translate.c.po.c:1792
+#: src/cbm2/cbm2-cmdline-options.c:147 src/translate.c.po.c:1812
msgid "Enable RAM mapping in $0800-$0FFF"
msgstr "RAM Zuordnung in $0800-$0FFF aktivieren"
-#: src/cbm2/cbm2-cmdline-options.c:149 src/translate.c.po.c:1802
+#: src/cbm2/cbm2-cmdline-options.c:149 src/translate.c.po.c:1822
msgid "Disable RAM mapping in $0800-$0FFF"
msgstr "RAM Zuordnung in $0800-$0FFF deaktivieren"
-#: src/cbm2/cbm2-cmdline-options.c:151 src/translate.c.po.c:1812
+#: src/cbm2/cbm2-cmdline-options.c:151 src/translate.c.po.c:1832
msgid "Enable RAM mapping in $1000-$1FFF"
msgstr "RAM Zuordnung in $1000-$1FFF aktivieren"
-#: src/cbm2/cbm2-cmdline-options.c:153 src/translate.c.po.c:1822
+#: src/cbm2/cbm2-cmdline-options.c:153 src/translate.c.po.c:1842
msgid "Disable RAM mapping in $1000-$1FFF"
msgstr "RAM Zuordnung in $1000-$1FFF deaktivieren"
-#: src/cbm2/cbm2-cmdline-options.c:155 src/translate.c.po.c:1832
+#: src/cbm2/cbm2-cmdline-options.c:155 src/translate.c.po.c:1852
msgid "Enable RAM mapping in $2000-$3FFF"
msgstr "RAM Zuordnung in $2000-3FFF aktivieren"
-#: src/cbm2/cbm2-cmdline-options.c:157 src/translate.c.po.c:1842
+#: src/cbm2/cbm2-cmdline-options.c:157 src/translate.c.po.c:1862
msgid "Disable RAM mapping in $2000-$3FFF"
msgstr "RAM Zuordnung in $2000-$3FFF deaktivieren"
-#: src/cbm2/cbm2-cmdline-options.c:159 src/translate.c.po.c:1852
+#: src/cbm2/cbm2-cmdline-options.c:159 src/translate.c.po.c:1872
msgid "Enable RAM mapping in $4000-$5FFF"
msgstr "RAM Zuordnung in $4000-$5FFF aktivieren"
-#: src/cbm2/cbm2-cmdline-options.c:161 src/translate.c.po.c:1862
+#: src/cbm2/cbm2-cmdline-options.c:161 src/translate.c.po.c:1882
msgid "Disable RAM mapping in $4000-$5FFF"
msgstr "RAM Zuordnung in $4000-$5FFF deaktivieren"
-#: src/cbm2/cbm2-cmdline-options.c:163 src/translate.c.po.c:1872
+#: src/cbm2/cbm2-cmdline-options.c:163 src/translate.c.po.c:1892
msgid "Enable RAM mapping in $6000-$7FFF"
msgstr "RAM Zuordnung in $6000-$7FFF aktivieren"
-#: src/cbm2/cbm2-cmdline-options....
[truncated message content] |
|
From: <bla...@us...> - 2008-07-10 23:42:00
|
Revision: 18997
http://vice-emu.svn.sourceforge.net/vice-emu/?rev=18997&view=rev
Author: blackystardust
Date: 2008-07-10 16:42:05 -0700 (Thu, 10 Jul 2008)
Log Message:
-----------
Fixed gp2x bindist script and riscos cross build script
Modified Paths:
--------------
branches/marco/ports/vice/build/riscos/build-cross.sh
branches/marco/ports/vice/src/arch/unix/gp2x/make-bindist.sh
Modified: branches/marco/ports/vice/build/riscos/build-cross.sh
===================================================================
--- branches/marco/ports/vice/build/riscos/build-cross.sh 2008-07-10 22:43:34 UTC (rev 18996)
+++ branches/marco/ports/vice/build/riscos/build-cross.sh 2008-07-10 23:42:05 UTC (rev 18997)
@@ -127,4 +127,5 @@
ln -s arch/riscos/config.h config.h
make
+cd ..
make bindistzip
Modified: branches/marco/ports/vice/src/arch/unix/gp2x/make-bindist.sh
===================================================================
--- branches/marco/ports/vice/src/arch/unix/gp2x/make-bindist.sh 2008-07-10 22:43:34 UTC (rev 18996)
+++ branches/marco/ports/vice/src/arch/unix/gp2x/make-bindist.sh 2008-07-10 23:42:05 UTC (rev 18997)
@@ -41,7 +41,7 @@
rm `find vice-gp2x-$VICEVERSION -name "os2*.vkm"`
rm `find vice-gp2x-$VICEVERSION -name "win_*.vkm"`
rm `find vice-gp2x-$VICEVERSION -name "RO*.vkm"`
-rn `find vice-gp2x-$VICEVERSION -name "*.vsc"`
+rm `find vice-gp2x-$VICEVERSION -name "*.vsc"`
if test x"$ZIPKIND" = "xzip"; then
if test x"$ZIP" = "x"; then
zip -r -9 -q vice-gp2x-$VICEVERSION.zip vice-gp2x-$VICEVERSION
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <fa...@us...> - 2008-07-10 22:43:26
|
Revision: 18996
http://vice-emu.svn.sourceforge.net/vice-emu/?rev=18996&view=rev
Author: fabbo
Date: 2008-07-10 15:43:34 -0700 (Thu, 10 Jul 2008)
Log Message:
-----------
Remove makefile, it is autogenerated
Removed Paths:
-------------
branches/fabrizio/v1.22.13-newjoydesign/vice/src/joystickdrv/Makefile
Deleted: branches/fabrizio/v1.22.13-newjoydesign/vice/src/joystickdrv/Makefile
===================================================================
--- branches/fabrizio/v1.22.13-newjoydesign/vice/src/joystickdrv/Makefile 2008-07-10 19:43:27 UTC (rev 18995)
+++ branches/fabrizio/v1.22.13-newjoydesign/vice/src/joystickdrv/Makefile 2008-07-10 22:43:34 UTC (rev 18996)
@@ -1,540 +0,0 @@
-# Makefile.in generated by automake 1.10.1 from Makefile.am.
-# src/joystickdrv/Makefile. Generated from Makefile.in by configure.
-
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
-
-
-# Makefile.am for `libjoystickdrv.a'.
-
-
-pkgdatadir = $(datadir)/vice
-pkglibdir = $(libdir)/vice
-pkgincludedir = $(includedir)/vice
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-build_triplet = i686-pc-mingw32
-host_triplet = i686-pc-mingw32
-subdir = src/joystickdrv
-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
- $(top_srcdir)/configure.in
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
- $(ACLOCAL_M4)
-mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
-CONFIG_HEADER = $(top_builddir)/src/config.h
-CONFIG_CLEAN_FILES =
-LIBRARIES = $(noinst_LIBRARIES)
-ARFLAGS = cru
-libjoystickdrv_a_AR = $(AR) $(ARFLAGS)
-am_libjoystickdrv_a_OBJECTS =
-libjoystickdrv_a_OBJECTS = $(am_libjoystickdrv_a_OBJECTS)
-DEFAULT_INCLUDES = -I. -I$(top_builddir)/src
-depcomp = $(SHELL) $(top_srcdir)/depcomp
-am__depfiles_maybe = depfiles
-COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
- $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
-CCLD = $(CC)
-LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
-SOURCES = $(libjoystickdrv_a_SOURCES) \
- $(EXTRA_libjoystickdrv_a_SOURCES)
-DIST_SOURCES = $(libjoystickdrv_a_SOURCES) \
- $(EXTRA_libjoystickdrv_a_SOURCES)
-ETAGS = etags
-CTAGS = ctags
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = aclocal-1.10
-AMTAR = tar
-AR = ar
-ARCH_DIR = $(top_builddir)/src/arch/win32
-ARCH_EXTRA_SUBDIR =
-ARCH_INCLUDES = -I$(top_srcdir)/src/arch/win32
-ARCH_LIBS = $(top_builddir)/src/arch/win32/libarch.a
-ARCH_SRC_DIR = $(top_srcdir)/src/arch/win32
-AUTOCONF = autoconf
-AUTOHEADER = autoheader
-AUTOMAKE = automake-1.10
-AWK = gawk
-BINDIR =
-CATALOGS =
-CATOBJEXT =
-CC = gcc
-CCDEPMODE = depmode=gcc3
-CFLAGS = -g -O2
-CPP = gcc -E
-CPPFLAGS =
-CROSS = false
-CXX = g++
-CXXCPP = g++ -E
-CXXDEPMODE = depmode=gcc3
-CXXFLAGS = -g -O2 -fno-exceptions
-CYGPATH_W = echo
-DATADIRNAME =
-DEFS = -DHAVE_CONFIG_H
-DEPDIR = .deps
-DOS_TFE_PCAP_LIB =
-ECHO_C =
-ECHO_N = -n
-ECHO_T =
-EGREP = /bin/grep -E
-EXEEXT = .exe
-FCCACHE = false
-FFMPEG_INCLUDES = -I$(top_srcdir)/src/lib/libffmpeg
-FFMPEG_LIBS =
-FULLSCREEN_DRIVERS =
-GENCAT =
-GFXOUTPUT_DRIVERS = ffmpegdrv.o pngdrv.o
-GFXOUTPUT_LIBS =
-GMOFILES = de.gmo fr.gmo it.gmo sv.gmo pl.gmo nl.gmo hu.gmo
-GMSGFMT =
-GREP = /bin/grep
-GTKGL_CFLAGS =
-GTKGL_LIBS =
-GTK_CFLAGS =
-GTK_LIBS =
-HAVE_READLINE =
-INSTALL = /bin/install -c
-INSTALL_DATA = ${INSTALL} -m 644
-INSTALL_PROGRAM = ${INSTALL}
-INSTALL_SCRIPT = ${INSTALL}
-INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
-INSTOBJEXT =
-INTLDEPS =
-INTLLIBS =
-INTLOBJS =
-JOYSTICK_DRIVERS = joy_winmm.o joy_directinput.o
-JOY_LIBS =
-LDFLAGS =
-LEX = flex
-LEXLIB =
-LEX_OUTPUT_ROOT =
-LIBOBJS =
-LIBS = -lm -ldinput -lkernel32 -luser32 -lgdi32 -lwinmm -lcomdlg32 -lcomctl32 -lddraw -ldsound -lth32 -lwsock32 -lversion -ldxguid
-LINKCC = $(CXX)
-LN_S = ln -s
-LTLIBOBJS =
-MAKEINFO = makeinfo
-MKDIR_P = /bin/mkdir -p
-MKINSTALLDIRS =
-MSGFMT =
-NETPLAY_LIBS =
-NLS_LOCALEDIR =
-OBJC = gcc
-OBJCDEPMODE = depmode=gcc
-OBJCFLAGS = -g -O2
-OBJEXT = o
-PACKAGE = vice
-PACKAGE_BUGREPORT =
-PACKAGE_NAME =
-PACKAGE_STRING =
-PACKAGE_TARNAME =
-PACKAGE_VERSION =
-PATH_SEPARATOR = :
-PERL = /bin/perl
-PKG_CONFIG =
-POFILES = de.po fr.po it.po sv.po pl.po nl.po hu.po
-POSUB =
-RANLIB = ranlib
-READLINE =
-READLINE_LIBS =
-RESID_DEP = libresid
-RESID_DIR = resid
-RESID_INCLUDES = -I$(top_builddir)/src/resid
-RESID_LIBS = $(top_builddir)/src/resid/libresid.a
-SET_MAKE =
-SHELL = /bin/sh
-SOUND_AIX_OBJ =
-SOUND_DRIVERS = soundffmpegaudio.o sounddx.o soundwmm.o
-SOUND_HPUX_OBJ =
-SOUND_LIBS =
-SOUND_MIDAS_OBJ =
-SOUND_SDL_OBJ =
-SOUND_SGI_OBJ =
-SOUND_USS_OBJ =
-STRIP = strip
-TFE_LIBS =
-UI_LIBS =
-UNIX_MACOSX_UITYPE =
-USE_INCLUDED_LIBINTL =
-USE_NLS = no
-VERSION = 1.22.15
-VERSION_RC = 1,22,15,0
-VICEDIR = /usr/local/lib/vice
-VICE_LIBPNG = $(top_builddir)/src/lib/lpng/libpng.a
-VICE_LIBPNG_DEP = libpng
-VICE_LIBPNG_DIR = lib/lpng
-VICE_LIBPNG_INCLUDES = -I$(top_srcdir)/src/lib/lpng
-VICE_SYNC =
-VICE_VERSION = 1.22.15
-VICE_VERSION_BUILD = 15
-VICE_VERSION_MAJOR = 1
-VICE_VERSION_MINOR = 22
-VICE_ZLIB = $(top_builddir)/src/lib/zlib/libz.a
-VICE_ZLIB_DEP = libz
-VICE_ZLIB_DIR = lib/zlib
-VICE_ZLIB_INCLUDES = -I$(top_srcdir)/src/lib/zlib
-WINDRES = /mingw/bin/windres
-WRC = /mingw/bin/windres
-X128_WINRES = $(top_builddir)/src/arch/win32/resc128.o
-X64_WINRES = $(top_builddir)/src/arch/win32/resc64.o
-XCBM2_WINRES = $(top_builddir)/src/arch/win32/rescbm2.o
-XGETTEXT =
-XMKMF =
-XPET_WINRES = $(top_builddir)/src/arch/win32/respet.o
-XPLUS4_WINRES = $(top_builddir)/src/arch/win32/resplus4.o
-XVIC_WINRES = $(top_builddir)/src/arch/win32/resvic20.o
-X_CFLAGS =
-X_EXTRA_LIBS =
-X_LIBS =
-X_PRE_LIBS =
-YACC = yacc
-YFLAGS =
-ZLIB_LIBS =
-abs_builddir = /c/Documents and Settings/Fabrizio/Documenti/vicebranch/src/joystickdrv
-abs_srcdir = /c/Documents and Settings/Fabrizio/Documenti/vicebranch/src/joystickdrv
-abs_top_builddir = /c/Documents and Settings/Fabrizio/Documenti/vicebranch
-abs_top_srcdir = /c/Documents and Settings/Fabrizio/Documenti/vicebranch
-ac_ct_CC = gcc
-ac_ct_CXX = g++
-am__include = include
-am__leading_dot = .
-am__quote =
-am__tar = ${AMTAR} chof - "$$tardir"
-am__untar = ${AMTAR} xf -
-artsc_config =
-bindir = ${exec_prefix}/bin
-build = i686-pc-mingw32
-build_alias =
-build_cpu = i686
-build_os = mingw32
-build_vendor = pc
-builddir = .
-cxx = c++
-datadir = ${datarootdir}
-datarootdir = ${prefix}/share
-docdir = ${datarootdir}/doc/${PACKAGE}
-dvidir = ${docdir}
-exec_prefix = ${prefix}
-host = i686-pc-mingw32
-host_alias =
-host_cpu = i686
-host_os = mingw32
-host_vendor = pc
-htmldir = ${docdir}
-includedir = ${prefix}/include
-infodir = ${datarootdir}/info
-install_sh = $(SHELL) /c/Documents and Settings/Fabrizio/Documenti/vicebranch/install-sh
-libdir = ${exec_prefix}/lib
-libexecdir = ${exec_prefix}/libexec
-localedir = ${datarootdir}/locale
-localstatedir = ${prefix}/var
-mandir = ${datarootdir}/man
-mkdir_p = /bin/mkdir -p
-oldincludedir = /usr/include
-pdfdir = ${docdir}
-prefix = /usr/local
-program_transform_name = s,x,x,
-psdir = ${docdir}
-sbindir = ${exec_prefix}/sbin
-sdl_config =
-sharedstatedir = ${prefix}/com
-srcdir = .
-subdirs = src/resid
-sysconfdir = ${prefix}/etc
-target_alias =
-top_builddir = ../..
-top_srcdir = ../..
-x128_LDFLAGS = -mwindows
-x64_LDFLAGS = -mwindows
-xcbm2_LDFLAGS = -mwindows
-xpet_LDFLAGS = -mwindows
-xplus4_LDFLAGS = -mwindows
-xvic_LDFLAGS = -mwindows
-INCLUDES = \
- -I$(top_srcdir)/src/arch/win32 \
- -I$(top_builddir)/src \
- -I$(top_srcdir)/src
-
-noinst_LIBRARIES = libjoystickdrv.a
-
-# These sources are linked only under certain circumstances.
-EXTRA_libjoystickdrv_a_SOURCES = \
- joy_directinput.c \
- joy_winmm.c \
- joy_unix.c \
- joy_unix_old.c \
- joy_unix_digi_old.c
-
-
-# These sources are always built.
-libjoystickdrv_a_SOURCES =
-libjoystickdrv_a_DEPENDENCIES = \
- joy_winmm.o joy_directinput.o
-
-libjoystickdrv_a_LIBADD = \
- joy_winmm.o joy_directinput.o
-
-EXTRA_DIST =
-all: all-am
-
-.SUFFIXES:
-.SUFFIXES: .c .o .obj
-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
- @for dep in $?; do \
- case '$(am__configure_deps)' in \
- *$$dep*) \
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
- && exit 0; \
- exit 1;; \
- esac; \
- done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/joystickdrv/Makefile'; \
- cd $(top_srcdir) && \
- $(AUTOMAKE) --gnu src/joystickdrv/Makefile
-.PRECIOUS: Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
- @case '$?' in \
- *config.status*) \
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
- *) \
- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
- esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure: $(am__configure_deps)
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4): $(am__aclocal_m4_deps)
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-clean-noinstLIBRARIES:
- -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
-libjoystickdrv.a: $(libjoystickdrv_a_OBJECTS) $(libjoystickdrv_a_DEPENDENCIES)
- -rm -f libjoystickdrv.a
- $(libjoystickdrv_a_AR) libjoystickdrv.a $(libjoystickdrv_a_OBJECTS) $(libjoystickdrv_a_LIBADD)
- $(RANLIB) libjoystickdrv.a
-
-mostlyclean-compile:
- -rm -f *.$(OBJEXT)
-
-distclean-compile:
- -rm -f *.tab.c
-
-include ./$(DEPDIR)/joy_directinput.Po
-include ./$(DEPDIR)/joy_unix.Po
-include ./$(DEPDIR)/joy_unix_digi_old.Po
-include ./$(DEPDIR)/joy_unix_old.Po
-include ./$(DEPDIR)/joy_winmm.Po
-
-.c.o:
- $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
- mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
-# source='$<' object='$@' libtool=no \
-# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-# $(COMPILE) -c $<
-
-.c.obj:
- $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
- mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
-# source='$<' object='$@' libtool=no \
-# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-# $(COMPILE) -c `$(CYGPATH_W) '$<'`
-
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
- unique=`for i in $$list; do \
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
- done | \
- $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
- END { if (nonempty) { for (i in files) print i; }; }'`; \
- mkid -fID $$unique
-tags: TAGS
-
-TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
- $(TAGS_FILES) $(LISP)
- tags=; \
- here=`pwd`; \
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
- unique=`for i in $$list; do \
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
- done | \
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
- END { if (nonempty) { for (i in files) print i; }; }'`; \
- if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
- test -n "$$unique" || unique=$$empty_fix; \
- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
- $$tags $$unique; \
- fi
-ctags: CTAGS
-CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
- $(TAGS_FILES) $(LISP)
- tags=; \
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
- unique=`for i in $$list; do \
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
- done | \
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
- END { if (nonempty) { for (i in files) print i; }; }'`; \
- test -z "$(CTAGS_ARGS)$$tags$$unique" \
- || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
- $$tags $$unique
-
-GTAGS:
- here=`$(am__cd) $(top_builddir) && pwd` \
- && cd $(top_srcdir) \
- && gtags -i $(GTAGS_ARGS) $$here
-
-distclean-tags:
- -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
-
-distdir: $(DISTFILES)
- @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
- topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
- list='$(DISTFILES)'; \
- dist_files=`for file in $$list; do echo $$file; done | \
- sed -e "s|^$$srcdirstrip/||;t" \
- -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
- case $$dist_files in \
- */*) $(MKDIR_P) `echo "$$dist_files" | \
- sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
- sort -u` ;; \
- esac; \
- for file in $$dist_files; do \
- if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
- if test -d $$d/$$file; then \
- dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
- fi; \
- cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
- else \
- test -f $(distdir)/$$file \
- || cp -p $$d/$$file $(distdir)/$$file \
- || exit 1; \
- fi; \
- done
-check-am: all-am
-check: check-am
-all-am: Makefile $(LIBRARIES)
-installdirs:
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
- @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
- $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
- install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
- `test -z '$(STRIP)' || \
- echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
- -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-
-maintainer-clean-generic:
- @echo "This command is intended for maintainers to use"
- @echo "it deletes files that may require special tools to rebuild."
-clean: clean-am
-
-clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
-
-distclean: distclean-am
- -rm -rf ./$(DEPDIR)
- -rm -f Makefile
-distclean-am: clean-am distclean-compile distclean-generic \
- distclean-tags
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-info: info-am
-
-info-am:
-
-install-data-am:
-
-install-dvi: install-dvi-am
-
-install-exec-am:
-
-install-html: install-html-am
-
-install-info: install-info-am
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-ps: install-ps-am
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
- -rm -rf ./$(DEPDIR)
- -rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-compile mostlyclean-generic
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am:
-
-.MAKE: install-am install-strip
-
-.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
- clean-noinstLIBRARIES ctags distclean distclean-compile \
- distclean-generic distclean-tags distdir dvi dvi-am html \
- html-am info info-am install install-am install-data \
- install-data-am install-dvi install-dvi-am install-exec \
- install-exec-am install-html install-html-am install-info \
- install-info-am install-man install-pdf install-pdf-am \
- install-ps install-ps-am install-strip installcheck \
- installcheck-am installdirs maintainer-clean \
- maintainer-clean-generic mostlyclean mostlyclean-compile \
- mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
- uninstall-am
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <st...@us...> - 2008-07-10 19:43:20
|
Revision: 18995
http://vice-emu.svn.sourceforge.net/vice-emu/?rev=18995&view=rev
Author: strik
Date: 2008-07-10 12:43:27 -0700 (Thu, 10 Jul 2008)
Log Message:
-----------
Tagged version 1.22.25.
Added Paths:
-----------
tags/v1.22/v1.22.25/
Copied: tags/v1.22/v1.22.25 (from rev 18994, trunk)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <st...@us...> - 2008-07-10 19:43:06
|
Revision: 18994
http://vice-emu.svn.sourceforge.net/vice-emu/?rev=18994&view=rev
Author: strik
Date: 2008-07-10 12:43:10 -0700 (Thu, 10 Jul 2008)
Log Message:
-----------
2008-07-10 Spiro Trikaliotis <spi...@gm...>
* Version 1.22.25
Modified Paths:
--------------
trunk/vice/ChangeLog
trunk/vice/configure.in
trunk/vice/src/ChangeLog
trunk/vice/src/version.h
Modified: trunk/vice/ChangeLog
===================================================================
--- trunk/vice/ChangeLog 2008-07-10 19:27:27 UTC (rev 18993)
+++ trunk/vice/ChangeLog 2008-07-10 19:43:10 UTC (rev 18994)
@@ -1,3 +1,7 @@
+2008-07-10 Spiro Trikaliotis <spi...@gm...>
+
+ * Version 1.22.25
+
2008-07-07 Spiro Trikaliotis <spi...@gm...>
* Version 1.22.24
Modified: trunk/vice/configure.in
===================================================================
--- trunk/vice/configure.in 2008-07-10 19:27:27 UTC (rev 18993)
+++ trunk/vice/configure.in 2008-07-10 19:43:10 UTC (rev 18994)
@@ -9,7 +9,7 @@
VICE_VERSION_MAJOR=1
VICE_VERSION_MINOR=22
-VICE_VERSION_BUILD=24
+VICE_VERSION_BUILD=25
AC_SUBST(VICE_VERSION_MAJOR)
AC_SUBST(VICE_VERSION_MINOR)
Modified: trunk/vice/src/ChangeLog
===================================================================
--- trunk/vice/src/ChangeLog 2008-07-10 19:27:27 UTC (rev 18993)
+++ trunk/vice/src/ChangeLog 2008-07-10 19:43:10 UTC (rev 18994)
@@ -1,5 +1,9 @@
2008-07-10 Spiro Trikaliotis <spi...@gm...>
+ * Version 1.22.25
+
+2008-07-10 Spiro Trikaliotis <spi...@gm...>
+
* c64/reu.c: The status register bits are not reset if a new
transfer starts without reading the status register; however,
the interrupt only occurs if they are set again to new values.
Modified: trunk/vice/src/version.h
===================================================================
--- trunk/vice/src/version.h 2008-07-10 19:27:27 UTC (rev 18993)
+++ trunk/vice/src/version.h 2008-07-10 19:43:10 UTC (rev 18994)
@@ -28,11 +28,11 @@
#define __VERSION_H__
#ifndef VERSION
-#define VERSION "1.22.24"
+#define VERSION "1.22.25"
#endif
#ifndef VERSION_RC_NUMBER
-#define VERSION_RC_NUMBER 1,22,24,0
+#define VERSION_RC_NUMBER 1,22,25,0
#endif
#ifndef PACKAGE
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|