| |
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.... |
| |
tlr
Registered: Sep 2003 Posts: 1787 |
Added precompiled win32 binary of patch 64.
Blitter IRQs implemented now, Ghost in the Machine runs. :)
Note that some blitter parts are way too fast in emulation. This is especially noticable on the shade bobs.
Many more dtv graphics modes implemented. (two plane, fred modes)
This works for me (it does do a -recheck, but compiles):
$ aclocal
$ automake
$ ./configure
$ make
|
| |
iAN CooG
Registered: May 2002 Posts: 3187 |
Thanks tlr :)
Edit: my include/lib paths were a mess, sorted them out and it compiles everything. |
| |
tlr
Registered: Sep 2003 Posts: 1787 |
Added patch 90 with win32 binary.
http://picobay.com/dtv_wiki/index.php?title=DTV_Support_in_VICE
news:
* Skip cycle emulation (hard work by nojoopa)
Blitter Scroll is now in full frame rate.
* Extended SID support
22050 HERTZ plays samples (but too slow as it requires burst mode)
* badline disable
* 38 column border size (8/8 on the DTV)
* $00/$01 changed to DTV behaviour
* many structural improvements
The project is now in a public subversion repository.
|
| |
Oswald
Registered: Apr 2002 Posts: 5086 |
awesome \o/ |
| |
null Account closed
Registered: Jun 2006 Posts: 645 |
OSX (X11) port anyone? ;)
------------------------------------
Knoeki/DigitalSoundsSystem/GheyMaidInc/SwappersWithAttitude
http://hardwarehacks.untergrund.net/misc/zomgwtfbbq/ |
| |
tlr
Registered: Sep 2003 Posts: 1787 |
Quote: OSX (X11) port anyone? ;)
------------------------------------
Knoeki/DigitalSoundsSystem/GheyMaidInc/SwappersWithAttitude
http://hardwarehacks.untergrund.net/misc/zomgwtfbbq/
There are no changes to the UI code, so it will probably compile fine for OSX aswell.
Any volunteers? |
| |
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. |
Previous - 1 | 2 | 3 | 4 | 5 | 6 - Next |