diff options
author | 2008-12-12 06:03:37 +0000 | |
---|---|---|
committer | 2008-12-12 06:03:37 +0000 | |
commit | 9dc496610928a3adee6c2d46f954634fcb83063a (patch) | |
tree | 2800eaacd8dc2cebc767c8e5edb21cfd682cf15a /src/emu/cpu/saturn/saturn.c | |
parent | 9fa83f844a324c53587f5ac1be3d0674af2799c9 (diff) |
From: Atari Ace [mailto:atari_ace@verizon.net]
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.)
Diffstat (limited to 'src/emu/cpu/saturn/saturn.c')
0 files changed, 0 insertions, 0 deletions