[go: up one dir, main page]

Menu

Commit [r2908]  Maximize  Restore  History

- Updated the year.

- Added support for Visual Studio 2022. The functions inp{w}() en outp{w}() are
treated as (undocumented) intrinsics and appear to work, but Visual Studio 2022
does not provide a header with declarations. So, calls to them result in
compiler warnings about intrinsics without declarations. Instead of suppressing
those warnings I chose to start using the actually documented intrinsics
__inbyte(), __inword(), __outbyte() and __outword() from Visual Studio 2022
onward.

dbjh 2022-04-29

changed /trunk/ucon64/developers.html
changed /trunk/ucon64/readme.html
changed /trunk/ucon64/src/backup/libcd64/cd64io.c
changed /trunk/ucon64/src/backup/libcd64/cd64io.h
changed /trunk/ucon64/src/misc/parallel.c
changed /trunk/ucon64/src/ucon64.c