| |
tlr
Registered: Sep 2003 Posts: 1787 |
Vice with support for the C64 DTV.
This has been in the works for a while.
It's not at all complete, but this weekend VICII-DTV support was implemented so several of the released demos run on it. :)
Get it here for a taste:
http://picobay.com/dtv_wiki/index.php?title=DTV_Support_in_VICE
Source code + pre-built win32 binary + preconfigured flash image. |
|
... 46 posts hidden. Click here to view all posts.... |
| |
Scout
Registered: Dec 2002 Posts: 1570 |
I'm compiling the latest patch (97) under Ubuntu 7.04 (Feisty) and I get the following errors:
../src/sid/libsid.a(resid.o): In function `resid_open':
/home/roland/viceplus/src/sid/resid.cc:66: undefined reference to `operator new(unsigned int)'
../src/sid/libsid.a(resid.o): In function `resid_close':
/home/roland/viceplus/src/sid/resid.cc:155: undefined reference to `operator delete(void*)'
../src/resid/libresid.a(sid.o): In function `~SID':
/home/roland/viceplus/src/resid/sid.cc:53: undefined reference to `operator delete[](void*)'
/home/roland/viceplus/src/resid/sid.cc:53: undefined reference to `operator delete[](void*)'
../src/resid/libresid.a(sid.o): In function `SID::set_sampling_parameters(double, sampling_method, double, double, double)':
/home/roland/viceplus/src/resid/sid.cc:505: undefined reference to `operator delete[](void*)'
/home/roland/viceplus/src/resid/sid.cc:506: undefined reference to `operator delete[](void*)'
/home/roland/viceplus/src/resid/sid.cc:550: undefined reference to `operator delete[](void*)'
/home/roland/viceplus/src/resid/sid.cc:551: undefined reference to `operator new[](unsigned int)'
/home/roland/viceplus/src/resid/sid.cc:575: undefined reference to `operator new[](unsigned int)'
../src/resid/libresid.a(sid.o): In function `~SID':
/home/roland/viceplus/src/resid/sid.cc:54: undefined reference to `operator delete[](void*)'
/home/roland/viceplus/src/resid/sid.cc:54: undefined reference to `operator delete[](void*)'
collect2: ld returned 1 exit status
make[3]: *** [x64] Error 1
make[3]: Leaving directory `/home/roland/viceplus/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/roland/viceplus/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/roland/viceplus/src'
make: *** [all-recursive] Error 1
Any ideas? Am I missing some lib?
Btw, Vice 1.21 is compiling and working. |
| |
chatGPZ
Registered: Dec 2001 Posts: 11360 |
that looks like your gcc (or glibc) is missing c++ support. that would be very weird though =D (then again, its ubuntu...) |
| |
tlr
Registered: Sep 2003 Posts: 1787 |
Patch 97 works here under Debian Testing i386 (32-bit).
|
| |
tlr
Registered: Sep 2003 Posts: 1787 |
Added patch 98 with win32 binaries (x64dtv.exe and x64.exe)
http://picobay.com/dtv_wiki/index.php?title=DTV_Support_in_VICE
news:
* Burst mode emulation (again hard work by nojoopa)
22050 HERTZ works in full speed.
Blitter Scroll now has full frame rate on NTSC too.
* Monitor supports simple wildcards ala CCSMON for hunt. (all targets)
e.g h 0800 ffff 8d xx d4
BTW the compilation issue Scout is having seems to be an Automake issue. It works with Automake 1.9, but not with Automake 1.10. There is some info on the wiki page about a workaround. |
| |
Scout
Registered: Dec 2002 Posts: 1570 |
Quote:BTW the compilation issue Scout is having seems to be an Automake issue. It works with Automake 1.9, but not with Automake 1.10. There is some info on the wiki page about a workaround.
Aha!
In the meantime I reverted back to the Windows version. Maybe I'll do a retry soon.
Thanx for keeping the patches up to date, Daniel! \o/ |
| |
iAN CooG
Registered: May 2002 Posts: 3187 |
Excellent job! |
| |
iAN CooG
Registered: May 2002 Posts: 3187 |
Patch 121 already? you guys are really working hard on x64dtv! Thanks =D |
| |
tlr
Registered: Sep 2003 Posts: 1787 |
Added patch 139 with win32 binaries.
http://picobay.com/dtv_wiki/index.php?title=DTV_Support_in_VICE
news:
* FRED mode fixed.
* Color Fetch Disable implemented correctly.
Uncharted Territory works 100%
* Corrected some cycle timings in burst mode (p[hl][ap])
* Interrupt latency in skip cycle corrected.
* DMA to I/O registers implemented
* ColorRAM bank switching implemented.
@Ian: yes, pretty much going on. The patch number is the repository revision though, so not every patch has significant changes.
---
More developers are needed!
Both small and large tasks available. (see the wiki link above for a list of current tasks)
Development can be done under windows or linux (maybe others aswell).
People wanting to do additional features to x64 are welcome too.
Join us on #x64dtv-dev on freenode.net. :)
|
| |
Shadow Account closed
Registered: Apr 2002 Posts: 355 |
Great job! I just tried my 101% version of Uncharted Territory (which I released just a couple of minutes ago!) and it works perfectly. Have you fixed the blitter speed as well? I recall that the vector part seemed to run a bit too fast in earlier releases, but now it looks like it runs exactly as on the real thing. |
| |
tlr
Registered: Sep 2003 Posts: 1787 |
Blitter (and DMA) speed should be exact. (although the full transfer currently occurs on the first cycle) |
Previous - 1 | 2 | 3 | 4 | 5 | 6 - Next |