Previous | 199869 Revisions | Next |
r198818 Thursday 28th September, 2023 at 15:56:51 UTC by Vasantha Crabb |
---|
Miscellaneous change roll-up: render/drawbgfx.cpp: Return an error if Wayland EGL surface can't be created for additional windows. emu/emucore.h: Added explicitly defaulted copy and move constructors for emu_fatalerror. Fixed apparent misunderstanding of const. Returning const value types and casting to const value types is pointless outside very narrow use cases. Putting const value type parameters in interfaces just makes trouble. cpu/adsp2100: Use count_leading_ones_32 where it's simple rather than inverting and counting leading zeroes. util/multibyte.h: Don't pollute global namespace, constexpr implies inline, make narrowing casts explicit. imagedev/simh_tape_image.h: inline is implied for member functions with bodies supplied at declaration. Tidied up some ugly casts in various places. |
[docs/source] | index.rst |
[src/devices/cpu/adsp2100] | 2100ops.hxx |
[src/devices/imagedev] | simh_tape_image.h |
[src/devices/machine] | smc91c9x.cpp |
[src/emu] | emucore.h |
[src/lib/formats] | dmk_dsk.cpp td0_dsk.cpp |
[src/lib/util] | multibyte.h simh_tape_file.cpp simh_tape_file.h tape_file_interface.h |
[src/osd/modules/render] | drawbgfx.cpp |
[src/tools/imgtool/modules] | fat.cpp os9.cpp pc_flop.cpp |
https://github.com/mamedev/mame/commit/d71c72ba746503934102788e5dcbb487c6134396 |
Previous | 199869 Revisions | Next |