pouët.net

DOSBox fork for retrocoding and emulation accuracy

category: general [glöplog]
shity: "RROR CPU:OP:Unhandled code 72 entry 262"
added on the 2017-10-01 14:14:26 by Barti Barti
It seems that e everything works except code interpreting, here is my "config.h" :

------------------------------------------------------------------------------------------

/* Define if building universal (internal helper macro) */
#undef AC_APPLE_UNIVERSAL_BUILD

/* Compiling on BSD */
#undef BSD

/* Determines if the compilers supports always_inline attribute. */
#undef C_ATTRIBUTE_ALWAYS_INLINE

/* Determines if the compilers supports fastcall attribute. */
#undef C_ATTRIBUTE_FASTCALL

/* Define to 1 to use FFMPEG libavcodec for video capture */
#undef C_AVCODEC

/* Define to 1 to use inlined memory functions in cpu core */
#undef C_CORE_INLINE

/* Define to 1 to enable internal debugger, requires libcurses */
#undef C_DEBUG

/* Define to 1 if you want parallel passthrough support (Win32, Linux). */
#undef C_DIRECTLPT

/* Define to 1 if you want serial passthrough support (Win32, Posix and OS/2).
*/
#undef C_DIRECTSERIAL

/* Define to 1 to use x86 dynamic cpu core */
#define C_DYNAMIC_X86 1

/* Define to 1 to enable fluidsynth MIDI synthesis */
#undef C_FLUIDSYNTH

/* Define to 1 to enable floating point emulation */
#define C_FPU 1

/* Determines if the compilers supports attributes for structures. */
#undef C_HAS_ATTRIBUTE

/* Determines if the compilers supports __builtin_expect for branch
prediction. */
#undef C_HAS_BUILTIN_EXPECT

/* Define to 1 if you have the mprotect function */
#undef C_HAVE_MPROTECT

/* Define to 1 to enable heavy debugging, also have to enable C_DEBUG */
#undef C_HEAVY_DEBUG

/* Define to 1 to enable IPX over Internet networking, requires SDL_net */
#undef C_IPX

/* Define to 1 if you have libpng */
#define C_LIBPNG 1

/* Define to 1 to enable internal modem support, requires SDL_net */
#define C_MODEM 1

/* Define to 1 to enable MT32 emulation (x86/x86_64 only) */
#define C_MT32 1

/* Define to 1 to enable NE2000 ethernet passthrough, requires libpcap */
#undef C_NE2000

/* Define to 1 to use opengl display output support */
#define C_OPENGL 1

/* Indicate whether SDL_net is present */
#define C_SDL_NET 1

/* Define to 1 if you have setpriority support */
#undef C_SET_PRIORITY

/* Define to 1 to enable screenshots, requires libpng */
#define C_SSHOT 1

/* The type of cpu this target has */
#define C_TARGETCPU "i386"

/* Define to 1 to use a unaligned memory access */
#define C_UNALIGNED_MEMORY 1

/* define to 1 if you have XKBlib.h and X11 lib */
#undef C_X11_XKB

/* libm doesn't include powf */
#undef DB_HAVE_NO_POWF

/* struct dirent has d_type */
#undef DIRENT_HAS_D_TYPE

/* environ can be included */
#undef ENVIRON_INCLUDED

/* environ can be linked */
#undef ENVIRON_LINKED

/* Define to 1 to use ALSA for MIDI */
#undef HAVE_ALSA

/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H

/* Define to 1 if you have the `asound' library (-lasound). */
#undef HAVE_LIBASOUND

/* Define to 1 if you have the <memory.h> header file. */
#define HAVE_MEMORY_H 1

/* Define to 1 if you have the <netinet/in.h> header file. */
#define HAVE_NETINET_IN_H 1

/* Define to 1 if you have the <pwd.h> header file. */
#define HAVE_PWD_H 1

/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H

/* Define to 1 if you have the <stdlib.h> header file. */
#define HAVE_STDLIB_H 1

/* Define to 1 if you have the <strings.h> header file. */
#define HAVE_STRINGS_H 1

/* Define to 1 if you have the <string.h> header file. */
#define HAVE_STRING_H 1

/* Define to 1 if you have the <sys/socket.h> header file. */
#define HAVE_SYS_SOCKET_H 1

/* Define to 1 if you have the <sys/stat.h> header file. */
#define HAVE_SYS_STAT_H 1

/* Define to 1 if you have the <sys/types.h> header file. */
#define HAVE_SYS_TYPES_H 1

/* Define to 1 if you have the <unistd.h> header file. */
#define HAVE_UNISTD_H 1

/* Compiling on GNU/Linux */
#undef LINUX

/* Compiling on Mac OS X */
#define MACOSX

/* Compiling on OS/2 EMX */
#undef OS2

/* Name of package */
#undef PACKAGE

/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT

/* Define to the full name of this package. */
#define PACKAGE_NAME "DOSBOX-X"

/* Define to the full name and version of this package. */
#define PACKAGE_STRING "DOSBOX-X"

/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME

/* Define to the home page for this package. */
#undef PACKAGE_URL

/* Define to the version of this package. */
#undef PACKAGE_VERSION

/* The size of `int *', as computed by sizeof. */
#define SIZEOF_INT_P 4

/* The size of `unsigned char', as computed by sizeof. */
#define SIZEOF_UNSIGNED_CHAR 1

/* The size of `unsigned int', as computed by sizeof. */
#define SIZEOF_UNSIGNED_INT 4

/* The size of `unsigned long', as computed by sizeof. */
#define SIZEOF_UNSIGNED_LONG 4

/* The size of `unsigned long long', as computed by sizeof. */
#define SIZEOF_UNSIGNED_LONG_LONG 8

/* The size of `unsigned short', as computed by sizeof. */
#define SIZEOF_UNSIGNED_SHORT 2

/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS

/* Define to 1 if your <sys/time.h> declares `struct tm'. */
#define TM_IN_SYS_TIME

/* Version number of package */
#define VERSION "0.1"

/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */
#if defined AC_APPLE_UNIVERSAL_BUILD
# if defined __BIG_ENDIAN__
# define WORDS_BIGENDIAN 1
# endif
#else
# ifndef WORDS_BIGENDIAN
# undef WORDS_BIGENDIAN
# endif
#endif

/* Define to empty if `const' does not conform to ANSI C. */
#undef const

/* Define to `__inline__' or `__inline' if that's what the C compiler
calls it, or to nothing if 'inline' is not supported under any name. */
#ifndef __cplusplus
#undef inline
#endif

/* Define to `unsigned int' if <sys/types.h> does not define. */
//#define size_t unsigned int

/* Define to `int` if you don't have socklen_t */
//#define socklen_t int

#if C_ATTRIBUTE_ALWAYS_INLINE
#define INLINE inline __attribute__((always_inline))
#else
#define INLINE inline
#endif

#if C_ATTRIBUTE_FASTCALL
#define DB_FASTCALL __attribute__((fastcall))
#else
#define DB_FASTCALL
#endif

#if C_HAS_ATTRIBUTE
#define GCC_ATTRIBUTE(x) __attribute__ ((x))
#else
#define GCC_ATTRIBUTE(x) /* attribute not supported */
#endif

#if C_HAS_BUILTIN_EXPECT
#define GCC_UNLIKELY(x) __builtin_expect((x),0)
#define GCC_LIKELY(x) __builtin_expect((x),1)
#else
#define GCC_UNLIKELY(x) (x)
#define GCC_LIKELY(x) (x)
#endif


typedef double Real64;

#if SIZEOF_UNSIGNED_CHAR != 1
# error "sizeof (unsigned char) != 1"
#else
typedef unsigned char Bit8u;
typedef signed char Bit8s;
#endif

#if SIZEOF_UNSIGNED_SHORT != 2
# error "sizeof (unsigned short) != 2"
#else
typedef unsigned short Bit16u;
typedef signed short Bit16s;
#endif

#if SIZEOF_UNSIGNED_INT == 4
typedef unsigned int Bit32u;
typedef signed int Bit32s;
#elif SIZEOF_UNSIGNED_LONG == 4
typedef unsigned long Bit32u;
typedef signed long Bit32s;
#else
# error "can't find sizeof(type) of 4 bytes!"
#endif

#if SIZEOF_UNSIGNED_LONG == 8
typedef unsigned long Bit64u;
typedef signed long Bit64s;
#elif SIZEOF_UNSIGNED_LONG_LONG == 8
typedef unsigned long long Bit64u;
typedef signed long long Bit64s;
#else
# error "can't find data type of 8 bytes"
#endif

#if SIZEOF_INT_P == 4
typedef Bit32u Bitu;
typedef Bit32s Bits;
#else
typedef Bit64u Bitu;
typedef Bit64s Bits;
#endif
------------------------------------------------------------------------------------------

If someone knows how to configure DOSBOX-X for OS X, because I build with SDL etc, as static.
added on the 2017-10-01 16:29:39 by Barti Barti
finally CPU runs, but I'm still I troubles :

LOG: SDL:OPENGL:Can't open drawing surface, are you running in 16bpp(or higher) mode?
LOG: 2063052662 ERROR DOSMISC:DOS:INT 2F Unhandled call AX=1687
LOG: 2063053644 ERROR DOSMISC:DOS:INT 2F Unhandled call AX=1687
LOG: pixratio 1.200, dw true, dh false

output=opengl or surface

void GFX_LogSDLState(void) error, or setting RGB masks, colors are weird. I am wondering why SDL gives those errors.
added on the 2017-10-02 05:51:19 by Barti Barti
colors can be set with an if !=null but still slow, no scale and shitty sound.
added on the 2017-10-02 08:58:51 by Barti Barti
finally I've found I have set up too many cycles per ms.

but I have succeeded in watching "no". I wonder if I could suppress weird artefacts linked with scaler of the window.

I may post a SourceForge "fork" for OS X with DOSBOX-X when it's finished.
added on the 2017-10-02 14:17:16 by Barti Barti
http:/l.cance.free.fr/temp/DOSBOX-X.zip

First version of OSX Port of DOSBOX-X.
added on the 2017-10-02 16:08:58 by Barti Barti
Thanks for the OSX-Port!
Newschool SVGA/Vesa Modes not working here - Only Mode 13h.
added on the 2017-10-05 12:22:45 by marlowe marlowe
shitty bug in osx port in fullscreen, seem to be fixed, same URL
added on the 2017-10-13 08:43:01 by Barti Barti

login