summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/cdrom.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/util/cdrom.cpp')
-rw-r--r--src/lib/util/cdrom.cpp27
1 files changed, 1 insertions, 26 deletions
diff --git a/src/lib/util/cdrom.cpp b/src/lib/util/cdrom.cpp
index 36a51104d3c..0f7b618bdf5 100644
--- a/src/lib/util/cdrom.cpp
+++ b/src/lib/util/cdrom.cpp
@@ -34,7 +34,6 @@
/** @brief The verbose. */
#define VERBOSE (0)
#define EXTRA_VERBOSE (0)
-#if VERBOSE
/**
* @def LOG(x) do
@@ -44,31 +43,7 @@
* @param x The void to process.
*/
-#define LOG(x) do { if (VERBOSE) logerror x; } while (0)
-
-/**
- * @fn void CLIB_DECL logerror(const char *text, ...) ATTR_PRINTF(1,2);
- *
- * @brief Logerrors the given text.
- *
- * @param text The text.
- *
- * @return A CLIB_DECL.
- */
-
-void CLIB_DECL logerror(const char *text, ...) ATTR_PRINTF(1,2);
-#else
-
-/**
- * @def LOG(x);
- *
- * @brief A macro that defines log.
- *
- * @param x The void to process.
- */
-
-#define LOG(x)
-#endif
+#define LOG(x) do { if (VERBOSE) { osd_printf_info x; } } while (0)
tro' /> AJR2019-02-251-2/+2 * emu\softlist_dev: removed MCFG macros (nw) Ivan Vangelista2019-01-301-3/+4 * hp9k_3xx: use 98550A on newer models Sven Schnelle2018-11-231-10/+20 * Add HP98643 LANIC network card Sven Schnelle2018-11-211-6/+8 * add HP98550 high-res color graphic card Sven Schnelle2018-11-181-5/+5 * Hpux final fixes (#4257) dxl2018-11-061-3/+3 * hp9k_3xx: fix mem map for /360 Sven Schnelle2018-11-061-1/+1 * Merge pull request #4233 from hp9k/m68000_aerr_rw_fix R. Belmont2018-11-031-4/+4 |\ | * m68000: fix rw bit in address error frame (nw) Sven Schnelle2018-11-021-4/+4 * | m68kmmu improvements (#4229) dxl2018-11-021-0/+3 |/ * srcclean and cleanup (nw) Vas Crabb2018-10-281-2/+2 * hp9k_3xx: remove obsolete bus error handler Sven Schnelle2018-10-121-21/+6 * hp9k_3xx: timer fixes (#4131) dxl2018-10-121-3/+3 * hp9k_3xx video improvements (#4129) dxl2018-10-121-58/+9 * hp_9k_3xx: enable save state support (nw) Sven Schnelle2018-10-111-9/+10 * Merge pull request #4108 from hp9k/98644_irq_settings R. Belmont2018-10-101-1/+0 |\ | * hp98644: allow to configure interrupt level (nw) Sven Schnelle2018-10-101-1/+0 * | hp9k_3xx: add hp9000/360 Sven Schnelle2018-10-101-6/+36 |/ * hp9k_3xx: use buserror workaround from hp_ipc (nw) (#4101) dxl2018-10-101-22/+37 * hp9k3xx: make /310 progress a bit further (nw) (#4100) dxl2018-10-091-8/+3 * hp9k_3xx: connect CPU reset line to DIO bus (nw) (#4099) dxl2018-10-091-7/+3 * Merge pull request #4098 from hp9k/hp9k3xx_layout R. Belmont2018-10-091-24/+32 |\ | * hp9k_3xx: add layout (nw) Sven Schnelle2018-10-091-24/+32 * | hp9k_3xx: add HP98265A SCSI controller (nw) Sven Schnelle2018-10-091-1/+2 |/ * Merge pull request #4096 from hp9k/add_dio_slots R. Belmont2018-10-091-33/+46 |\ | * hp9k_3xx: cleanup dio config Sven Schnelle2018-10-091-33/+46 * | hp9k_3xx: add HP98620 DMA controller (#4094) dxl2018-10-091-18/+2 |/ * hp9k_3xx: move Sound, GPIB, Keyboard and RTC to human interface module Sven Schnelle2018-10-081-200/+37 * hp_dio: remove MCFG Sven Schnelle2018-10-081-18/+21 * -68230pit, 68307, 68340, 6840ptm, 6850acia, 68561mpcc: Removed MCFG macros an... mooglyguy2018-08-111-4/+4 * move more stuff behind private: (Part H, I, J) (nw) (#3707)