EmuCR Feeds
Email Us

EmuCR: SDLVICE WinVICE SVN r31615 is compiled. WinVICE is a program that executes programs intended for the old 8-bit computers. The current version emulates the C64, the C128, the VIC20, all the PET models (except the SuperPET 9000, which is out of line anyway), the PLUS4 and the CBM-II (aka C610).

WinVICE SVN Changelog:
r31615
(hopefully) fix the noise writeback and lfsr details. patch by Leandro Nini, should fix bug #746
---------------------
r31608
Undo a modification that was done for testing purposes and accidentally got committed, causing sp1/sp2 to fail.
---------------------
r31596
Added cardco cardkey support.
---------------------
r31595
Added atari cx21 keypad support.
---------------------
r31594
Added rushware (AKA EXTAS) keypad support.
---------------------
r31593
Extended the cx85 keypad to work on the sidcard of the plus4.
---------------------
r31587
As the OSC3 register is sampled in the first clock phase while the tri/saw output is latched on the second phase the delay will be noticed only on OSC3 read, since we produce the waveform output when phi2 is high. patch by Leandro Nini
---------------------
r31586
Stopped null chars from getting into the WinVICE monitor console. (Sorry. :( )
---------------------
r31585
Updated 'config.guess' and 'config.sub'.
---------------------
r31584
Add: new config.guess dated 2013
---------------------
r31583
Some warning fixes.
---------------------
r31582
Fix: cosmetics
---------------------
r31581
Fix: suppress compile warnings
---------------------
r31580
Fixed for ffmpeg 3.x.
---------------------
r31579
Fixed 'internal' ffmpeg library/header installation.
---------------------
r31578
Fix: include SDL_opengl.h also if GL headers not present
---------------------
r31577
Added the gmod2 cart to the cartconv dox.
---------------------
r31576
Fix: remove accidentally commit
---------------------
r31575
Fix: video viewport resize is still needed
---------------------
r31574
Add: fullscreen mode 'custom' now works, other then the default fullscreen which is always using the current desktop screensize settings, the custom one does switch your desktop to the one you have chosen, so one has to know what he uses as...
---------------------
r31571
register writes are NOT delayed by a cycle on 8580 - instead the perceived delay is caused by a half cycle delay in the sawtooth/triangle output. patch by Leandro Nini, fixes bug #777
---------------------
r31570
change default SID sampling method to 'resampling', since 'fast' is not cycle accurate
---------------------
r31569
win32 Unicode fixes: RAM / ROM / cart related.
---------------------
r31568
Fix: use the canvas structures
---------------------
r31567
Fix: make SDL1 without HWSCALE work again
---------------------
r31566
added missing includes
---------------------
r31565
Added behr bonz cart to the sdl gui.
---------------------
r31564
Added behr bonz cart to the dos tui.
---------------------
r31563
Add: make flip x/y work for sdl2 port
---------------------
r31562
Added behr bonz cart to the beos gui.
---------------------
r31561
Added behr bonz cart to the amiga gui.
---------------------
r31558
The oscillator's value is 55555 at power up (all bits are 1 but odd ones are stored inverted) and is not changed on reset. patch by Leandro Nini. fixes bug #778
---------------------
r31557
Fixed with r31554
---------------------
r31556
Added behr bonz cart to the windows gui.
---------------------
r31555
Added behr bonz cart to the os/2 gui.
---------------------
r31554
Add: aspect ratio to sdl2ui + fix for bad looking CRT render when scaling the window, X and Y flip has to be done in another way and will follow soon
---------------------
r31553
applied patch to fix speed of console output under OSX. UNTESTED. patch by Andreas Larsson and P-a Backstrom
---------------------
r31552
Added gmod2 cart to the beos gui.
---------------------
r31551
Added some previously untranslated items.
---------------------
r31550
make register write-once like on the real cart
---------------------
r31549
Fixed some warnings.
---------------------
r31548
Added behrbonz cart to the various project files.
---------------------
r31547
Use some VICE_SDLK_* for special keys directy instead of using a function to translate them.
---------------------
r31546
Added sdl2x handling of 'special' keys while in 'menu mode'.
---------------------
r31545
Added 'shifted keys' support for sdl2x gui.
---------------------
r31544
Added missing files.
---------------------
r31541
The effect of the top bit of the ring modulating voice was inverted. pathc by Leandro Nini, fixes bug #773
---------------------
r31538
Reading from a write-only or non-existing register returns the value left on the internal data bus, which is refreshed not only on writes but also on valid reads from the read-only registers. patch by Leandro Nini, fixes bug #774
---------------------
r31537
Added SDL2x to SDL1x key translation, this makes the keys work like SDL1x keys, no unicode translation is done yet, also added AreaScout's SDL_GetKeyFromScancode() ui menu fix, but it does not seem to take shifted keys into account, more i...
---------------------
r31536
added support for the 'BehrBonz' vic20 cartridge
---------------------
r31535
Added some more SDL2x to SDL1x keycode defines.
---------------------
r31534
Updated.
---------------------
r31533
Added gmod2 cart to the windows gui.
---------------------
r31530
fix resizing of the disk-content preview in open file dialog. patch by compyx, fixes bug #772
---------------------
r31529
use g_free to free memory allocated by GTK. patch by compyx
---------------------
r31528
Added gmod2 cart to the os/2 gui.
---------------------
r31527
Added gmod2 cart to the sdl gui.
---------------------
r31526
Fixed some warnings.
---------------------
r31525
Added missing header file (thanx Leonardo).
---------------------
r31523
For some reason the beos port of x128 didn't include the mmc64, mmcreplay and retroreplay menu items.
---------------------
r31522
Added missing include.
---------------------
r31521
Added gmod2 gui elements to the dos xscpu64.
---------------------
r31520
Added gmod2 gui elements to the amiga xscpu64.
---------------------
r31519
forgot to add gmod2 gui to x64sc
---------------------
r31518
Added gmod2 cart to the dos tui.
---------------------
r31517
Added gmod2 cart to the amiga gui.
---------------------
r31516
Added previously missing keys to the keypad keymap files.
---------------------
r31515
remove unused gmod2_cart_enabled()
---------------------
r31514
For some reason the amiga port of x128 didn't include the mmc64, mmcreplay and retroreplay menu items and dialogs.
---------------------
r31513
Fixed.
---------------------
r31512
Fixed the svn props of the recently added gmod2 files.
---------------------
r31511
keymap cleanup.
---------------------
r31510
Added a file to take care of inp*/outp* function definitions and 'conio.h' including.
---------------------
r31509
Warning fixes.
---------------------
r31508
better handling of busy state, fix ERAL command
---------------------
r31507
fixed 'write all' command
---------------------
r31506
fix mapping in flash mode, ultimax is only active when writing
---------------------
r31505
Applied osx vsync fix patch by P-a Backstrom: HAVE_NANOSLEEP is not handled at all in unix/macosx/vsyncarch.c, making timing go totally bananas. Also, an OS X feature known as App Nap can cause odd nanosleep() behaviour. Therefore the patch...
---------------------
r31504
Resurrected the long-dead WinNT Unicode build of WinVICE. Huge numbers of things fixed / still broken. Configure with --enable-unicode to test.
---------------------
r31502
added GUI elements for gmpd2 to unix port
---------------------
r31500
fix bad copypasta
---------------------
r31499
added rudimentary EEPROM emulation to gmod2 cartridge
---------------------
r31497
Added gmod2 cart related files to the various project files.
---------------------
r31496
ID fix.
---------------------
r31495
beginning of GMod2 cartridge implementation. Flashing works, EEPROM not implemented yet.
---------------------
r31494
Fixed.
---------------------
r31493
Added atari cx85 keypad emulation.
---------------------
r31492
Applied msvc template fix patch by CS: When building WinVice with Visual Studio 2013 Express, the tapeport project is often built before the required "translate.h" header file has been generated, and as a consequence the build fails. This p...
---------------------
r31491
Shifted the numerical part of the keypad layout to the center, that way the keypads will have a somewhat consistent layout.
---------------------
r31490
Added 'joyport attached keypad' key mappings to the c64dtv, scpu64, vic20 and plus4 keymap files.
---------------------

Download: WinVICE SVN r31615 x86
Source: Here



Random Related Topic Refresh Related Topic

Random Related Topic Loading...

0 Comments

Post a Comment

Can't post a comment? Try This!