suzukiplan / z80

Single header Z80 emulator for C++ (C++11 or later)
MIT License
55 stars 9 forks source link

Version 1.6.0 #39

Closed suzukiplan closed 2 years ago

suzukiplan commented 2 years ago

to make the function pointer to std::function

Also, the following enhancement is performed with addBreakOperand:

Remove all warnings with following options:

CFLAGS=-I../ \
    -std=c++11 \
    -Wall \
    -Wfloat-equal \
    -Wshadow \
    -Wunused-variable \
    -Wsign-conversion \
    -Wclass-varargs \
    -Wtype-limits \
    -Werror

other: