| |
Rubi Account closed
Registered: Apr 2002 Posts: 48 |
VICE beta testers - anyone?
Hi.
Everybody who wants to test current developer release (with several bugs fixed that were reported in the C64 Emulator bugs thread) should send me a private message here in CSDB or a mail to a.matthiesNOSPAM@online.de
Beta testers should be practiced in using VICE and its options and know about Gropaez buglist and its "rules of thumb" to avoid reporting already known or "wrong settings" bugs. The main goal should be regression testing.
I will send a (link to a) Windows binary and source archive with some information about fixed and known bugs.
- Andreas
|
|
... 47 posts hidden. Click here to view all posts.... |
| |
Rubi Account closed
Registered: Apr 2002 Posts: 48 |
I have updated Win32 binary
http://www.toenderup.de/vice/x64-win32.zip
and additional patch
http://www.toenderup.de/vice/andreasm-1.22.8-spritex-rasterchan..
to fix Twist of Style and probably others. |
| |
Rubi Account closed
Registered: Apr 2002 Posts: 48 |
Quote: actually i've never seen it working...but mostly, because i have also never seen a AR3 dump on the net before :)
that said, i checked the source a bit, and i am missing the bit in the control register which controls the GAME line.
however, andreas boose should know more, he made that piece of code =P
Now that you mention it: I haven't an AR3 image (only >=5) so I cannot reproduce. Any link to it? |
| |
iAN CooG
Registered: May 2002 Posts: 3187 |
Quote: Now that you mention it: I haven't an AR3 image (only >=5) so I cannot reproduce. Any link to it?
It was posted today at lemon
http://www.lemon64.com/forum/viewtopic.php?t=25928
http://www.c64net.com/downloads/arv3.bin |
| |
iAN CooG
Registered: May 2002 Posts: 3187 |
Quote: I have updated Win32 binary
http://www.toenderup.de/vice/x64-win32.zip
and additional patch
http://www.toenderup.de/vice/andreasm-1.22.8-spritex-rasterchan..
to fix Twist of Style and probably others.
Windows binary is built for NT based windows, please rebuild with win9x compatible switches =) |
| |
A Life in Hell Account closed
Registered: May 2002 Posts: 204 |
Quote: ok, just tried compiling 1.22.8 on my debian (etch) machine:
./configure --prefix=/opt/vice1.22.8 --enable-gnomeui --enable-fullscreen
make
..snip..
../src/arch/unix/x11/gnome/libgnomeui.a(x11ui.o): In function `ui_display_tape_current_image':
/opt/src/vicebeta/vice-1.22.8/src/arch/unix/x11/gnome/x11ui.c:1687: undefined reference to `gtk_widget_set_tooltip_text'
../src/arch/unix/x11/gnome/libgnomeui.a(x11ui.o): In function `ui_display_drive_current_image':
/opt/src/vicebeta/vice-1.22.8/src/arch/unix/x11/gnome/x11ui.c:1531: undefined reference to `gtk_widget_set_tooltip_text'
../src/arch/unix/x11/gnome/libgnomeui.a(x11ui.o): In function `ui_create_status_bar':
/opt/src/vicebeta/vice-1.22.8/src/arch/unix/x11/gnome/x11ui.c:799: undefined reference to `gtk_widget_set_tooltip_text'
/opt/src/vicebeta/vice-1.22.8/src/arch/unix/x11/gnome/x11ui.c:817: undefined reference to `gtk_widget_set_tooltip_text'
/opt/src/vicebeta/vice-1.22.8/src/arch/unix/x11/gnome/x11ui.c:836: undefined reference to `gtk_widget_set_tooltip_text'
../src/arch/unix/x11/gnome/libgnomeui.a(x11ui.o):/opt/src/vicebeta/vice-1.22.8/s rc/arch/unix/x11/gnome/x11ui.c:865: more undefined references to `gtk_widget_set_tooltip_text' follow
collect2: ld returned 1 exit status
so... cant really test it :/
`gtk_widget_set_tooltip_text' is new in gtk v2.12. Etch contains the now prehistoric gtk v2.8. Of course, the config script could/should check if you have gtk >2.12 and fail to build (or possibly wrapper function to wrap the new function name to the old one if old gtk is detected... blah) |
| |
iAN CooG
Registered: May 2002 Posts: 3187 |
I put away my lazyness and rebuilt it myself, took only 13minutes :)
Type of/Style works
Fallout/UCF works! (/me shouts out of the window "IT'S WORKING AT LAST!!1")
TRC+TBI intro works.
Dylan Dog/X-factor hangs always if autoloaded from commandline/drag&drop. Works sometimes if manually loaded, anyway it's a problem in the intro init, not a vice issue, depends on when the irq is triggered, and as I suggested in the buglist, a simple lda #$7f sta $dc0d fixes it.
Thanks for the shitload of fixes, also the new cpujam option is handy. 3 thumbs up!
|
| |
null Account closed
Registered: Jun 2006 Posts: 645 |
just a suggestion ( even though it has been purposed many many times... )
an option to have true drive emulation ON by default AT ALL TIMES. because it's starting to slightly piss me off, and I'm not the only one ;_)
------------------------------------
http://zomgwtfbbq.info |
| |
chatGPZ
Registered: Dec 2001 Posts: 11360 |
Quote:
an option to have true drive emulation ON by default AT ALL TIMES. because it's starting to slightly piss me off, and I'm not the only one ;_)
i am sponsoring the money to tattoe that on andreas' forehead if that helps =)
rubi: about AR3, please ask andreas for the cartridge dump he used as a reference. we are currently researching this, and it looks like there were different versions of AR3 around. i'd like to see his dump for comparison.
edit: ok, confirmed. we located someone with a different ar3, and his dump works. kinda strange, we'll investigate further... |
| |
Burglar
Registered: Dec 2004 Posts: 1089 |
Quote: `gtk_widget_set_tooltip_text' is new in gtk v2.12. Etch contains the now prehistoric gtk v2.8. Of course, the config script could/should check if you have gtk >2.12 and fail to build (or possibly wrapper function to wrap the new function name to the old one if old gtk is detected... blah)
ah thanks for the info, and you're right, its probably the only thing I dislike in debian (slow in updating to newer versions of key components)
obviously, it compiled and ran fine without gnomeui btw. |
| |
blacky
Registered: Sep 2007 Posts: 41 |
Quote: `gtk_widget_set_tooltip_text' is new in gtk v2.12. Etch contains the now prehistoric gtk v2.8. Of course, the config script could/should check if you have gtk >2.12 and fail to build (or possibly wrapper function to wrap the new function name to the old one if old gtk is detected... blah)
In order for my upcoming SkyOS port to work there will have to be a wrapper function. I will include this in my SkyOS port patch that will be sent in soon.
Signed, Marco van den Heuvel.
|
Previous - 1 | 2 | 3 | 4 | 5 | 6 - Next |