mirror of
https://github.com/holub/mame
synced 2025-05-18 03:35:03 +03:00
![]() Sent: Thursday, December 11, 2008 10:56 AM To: submit@mamedev.org Cc: atariace@hotmail.com Subject: [patch] verboselog changes for future Machine removal Hi mamedev, Several mame files use an inline verboselog definition which saves typing the cpuexec_describe_context repeatedly. While this is a nice feature, each case introduces a then hard to remove deprecated Machine variable. One way to fix this would be to add machine to the parameter list for each verboselog call. Another way would be to change them to include the context call explicitly inside a typical logging macro (e.g. decocass.h). Not knowing which would be more acceptable to mamedev, I've included patches for both. ~aa (I chose to pass the machine to the verboselog function.) |
||
---|---|---|
docs | ||
src | ||
.gitattributes | ||
makefile |