Note: GitHub retired the SVN interface on January 8, 2024.
Previous 50 | 199869 Revisions | Next 50 |
r188307 Friday 2nd September, 2022 at 08:55:35 UTC by Vasantha Crabb |
---|
cpu/psx: Initialise some DMA channel registers on reset (fixes MT08407). Without this, booting a parallel port device jumps into the weeds. Actual DMA channel state on reset needs to be investigated. |
[src/devices/cpu/psx] | dma.cpp psx.cpp psx.h |
r188306 Friday 2nd September, 2022 at 04:52:20 UTC by Osso |
---|
New machines marked as NOT_WORKING ---------------------------------- Super Mario Bros. 3 (NES bootleg) [Victor Fernandez (City Game)] - misc/mcatadv.cpp, misc/oneshot.cpp, taito/retofinv.cpp: consolidated drivers in single files, minor cleanups |
[src/mame] | arcade.flt mame.lst |
[src/mame/misc] | mcatadv.cpp |
[src/mame/nintendo] | nes_arcade_bl.cpp* |
[src/mame/taito] | retofinv.cpp |
r188305 Friday 2nd September, 2022 at 04:52:20 UTC by GitHub |
---|
- |
r188304 Thursday 1st September, 2022 at 22:55:16 UTC by Vasantha Crabb |
---|
Patched up some gaps in functionality and fixed some bugs. ui: Added some missing functionality: * Added an option to copy input device IDs to the relevant menus. * Added an item for setting the software lists files path (-hashpath) to the folder setup menu. * Allow pasting text from clipboard in most places that allow typing (searching, entering filenames, entering barcodes). * Changed the software selection menu heading to be a bit less misleading. * Made barcode menu less eager to rebuild itself unnecessarily, and removed some confusing and apparently pointless code. Exposed more Lua bindings: * Added low-level palette objects. * Added indexed bitmap types. * Added a bitmap method for extracting pixels from a rectangular area as a packed binary string. * Changed screen device pixels method to return width and height in addition to the pixels. osd: Added some functionality and cleaned up a little: * Added a function for copying text to the clipboard. * Moved function for converting Windows error codes to standard error conditions to winutil.cpp so it can be used from more places. * Removed duplicate declaration of osd_get_clipboard_text and made the function noexcept (including fixing implementations). * Made macOS implementation of osd_get_clipboard_text skip the encoding conversion if it finds UTF-8 text first. * Changed the default -uimodekey setting so it doesn't lose the "not shift" that stops the default from interfering with UI paste. Various bug fixes: * util/unicode.cpp: Fixed the version of utf8_from_uchar that returns std::string blowing up on invalid codepoints. * util/bitmap.h: Fixed wrapping constructors for indexed bitmaps taking the wrong parameter type (nothing was using them before). * util/bitmap.cpp: Fixed potential use-after-free issues with bitmap palettes. * emu/input.cpp, emu/inputdev.cpp: Log 1-based device numbers, matching what's shown in the internal UI and used in tokens in CFG files. * emu/emumem.cpp: Added the bank tag to a fatal error message where it was missing. docs: Reworked and expanded documentation on configuring stable controller IDs. For translators, the changes are quite minor: * There's a menu item for copying a device ID to the clipboard, and associated success/failure messages. * There's the menu item for setting the software list file search path. * One of the lines in the software selection menu heading has changes as it could be interpreted as implying it showed a software list name. |
[docs/source/advanced] | ctrlr_config.rst devicemap.rst |
[docs/source/techspecs] | luareference.rst |
[docs/source/usingmame] | mamemenus.rst |
[language/Afrikaans] | strings.po |
[language/Albanian] | strings.po |
[language/Arabic] | strings.po |
[language/Basque] | strings.po |
[language/Belarusian] | strings.po |
[language/Bosnian] | strings.po |
[language/Bulgarian] | strings.po |
[language/Burmese] | strings.po |
[language/Catalan] | strings.po |
[language/Chinese_Simplified] | strings.po |
[language/Chinese_Traditional] | strings.po |
[language/Croatian] | strings.po |
[language/Czech] | strings.po |
[language/Danish] | strings.po |
[language/Dutch] | strings.po |
[language/English] | strings.po |
[language/Estonian] | strings.po |
[language/Finnish] | strings.po |
[language/French] | strings.po |
[language/French_Belgium] | strings.po |
[language/French_Canada] | strings.po |
[language/Georgian] | strings.po |
[language/German] | strings.po |
[language/Greek] | strings.po |
[language/Hebrew] | strings.po |
[language/Hindi] | strings.po |
[language/Hungarian] | strings.po |
[language/Indonesian] | strings.po |
[language/Italian] | strings.po |
[language/Japanese] | strings.po |
[language/Korean] | strings.po |
[language/Latvian] | strings.po |
[language/Lithuanian] | strings.po |
[language/Macedonian] | strings.po |
[language/Norwegian] | strings.po |
[language/Persian] | strings.po |
[language/Polish] | strings.po |
[language/Portuguese] | strings.po |
[language/Portuguese_Brazil] | strings.po |
[language/Romanian] | strings.po |
[language/Russian] | strings.po |
[language/Serbian] | strings.po |
[language/Serbian_Cyrillic] | strings.po |
[language/Slovak] | strings.po |
[language/Slovenian] | strings.po |
[language/Spanish] | strings.po |
[language/Spanish_Mexico] | strings.po |
[language/Swedish] | strings.po |
[language/Thai] | strings.po |
[language/Turkish] | strings.po |
[language/Ukrainian] | strings.po |
[language/Vietnamese] | strings.po |
[scripts/src/osd] | sdl.lua |
[src/emu] | emumem.cpp inpttype.ipp input.cpp inputdev.cpp natkeyboard.cpp render.cpp |
[src/frontend/mame] | luaengine.cpp luaengine.h luaengine.ipp luaengine_render.cpp |
[src/frontend/mame/ui] | barcode.cpp dirmenu.cpp filecreate.cpp filesel.cpp filesel.h inputdevices.cpp selector.cpp selmenu.cpp selsoft.cpp simpleselgame.cpp swlist.cpp swlist.h ui.cpp utils.h |
[src/lib/util] | bitmap.cpp bitmap.h unicode.cpp |
[src/osd] | osdcore.h |
[src/osd/modules/file] | winfile.cpp winfile.h winptty.cpp |
[src/osd/modules/font] | font_dwrite.cpp |
[src/osd/modules/input] | input_sdlcommon.cpp input_windows.cpp |
[src/osd/modules/lib] | osdlib.h osdlib_macosx.cpp osdlib_unix.cpp osdlib_win32.cpp osdobj_common.cpp |
[src/osd/windows] | winutil.cpp winutil.h |
r188303 Thursday 1st September, 2022 at 19:33:51 UTC by AJR |
---|
Add file inadvertently omitted from 67be13960b2fffa5460c3e5dbb0a7f9736b87d3e |
[src/emu] | validity.h |
r188302 Thursday 1st September, 2022 at 19:24:31 UTC by Olivier Galibert |
---|
woz: fix missing breaks |
[src/lib/formats] | ap2_dsk.cpp |
r188301 Thursday 1st September, 2022 at 19:02:53 UTC by hap |
---|
docastle: update notes |
[src/mame/universal] | docastle.cpp docastle_v.cpp |
r188300 Thursday 1st September, 2022 at 18:53:58 UTC by AJR |
---|
Validate slot cards only once per device type during 'quick' validation passes, which were taking rather long for some drivers (e.g. at.cpp) |
[src/emu] | validity.cpp |
r188299 Thursday 1st September, 2022 at 18:16:04 UTC by Olivier Galibert |
---|
moof: Some fixes [Disk Blitz] woz: put back the save support, will destroy any disk with FLUX encoded tracks though. How to handle that is still in discussion. |
[src/lib/formats] | ap2_dsk.cpp ap2_dsk.h |
r188298 Thursday 1st September, 2022 at 16:55:22 UTC by R. Belmont |
---|
esqkt.cpp: Added TS-10 2.02 and TS-12 3.05 OS ROMs. [DBWBP.com, R. Belmont] |
[src/mame/ensoniq] | esqkt.cpp |
r188297 Thursday 1st September, 2022 at 13:29:19 UTC by Olivier Galibert |
---|
woz: Remove write support, it can't really be made reliable moof: Added support. |
[src/devices/machine] | applefdintf.cpp |
[src/lib/formats] | all.cpp ap2_dsk.cpp ap2_dsk.h |
r188296 Thursday 1st September, 2022 at 04:49:20 UTC by Osso |
---|
taito/msisaac.cpp: removed unused variable |
[src/mame/taito] | msisaac.cpp |
r188295 Wednesday 31st August, 2022 at 20:31:10 UTC by Osso |
---|
taito/galastrm.cpp, taito/gunbustr.cpp, taito/msisaac.cpp: consolidated drivers in single files, minor cleanups |
[src/mame/taito] | galastrm.cpp |
r188294 Wednesday 31st August, 2022 at 10:31:47 UTC by hap |
---|
zerohour_stars: remove need for trampoline |
[src/mame/atari] | atarisy2.cpp |
[src/mame/universal] | sraider.cpp zerohour.cpp zerohour_stars.cpp zerohour_stars.h |
r188293 Tuesday 30th August, 2022 at 17:14:51 UTC by Vasantha Crabb |
---|
Bump version to 0.247 |
[/tags] | mame0247* |
r188292 Wednesday 31st August, 2022 at 05:46:38 UTC by Vasantha Crabb |
---|
Merge tag 'mame0247' into mainline-master MAME 0.247 |
[docs/source/debugger] | exceptionpoint.rst* index.rst |
[src/devices/cpu/z80] | z80.cpp |
[src/devices/imagedev] | midiin.cpp midiin.h midiout.cpp midiout.h |
[src/devices/machine] | am79c90.h cs8900a.h dp8390.h dp83932c.h edlc.h i82586.h mb8795.h smc91c9x.h |
[src/emu] | dinetwork.cpp emu.h emufwd.h gamedrv.h network.cpp |
[src/emu/debug] | debugcmd.cpp debugcmd.h debugcpu.cpp debugcpu.h debughlp.cpp dvbpoints.cpp dvrpoints.cpp points.cpp points.h |
[src/frontend/mame/ui] | mainmenu.cpp miscmenu.cpp |
[src/lib/formats] | fs_fat.cpp |
[src/mame] | arcade.flt mame.lst mess.flt |
[src/mame/atari] | atarisy1.cpp atarisy2.cpp atarisy2.h gauntlet.cpp starwars.cpp starwars.h starwars_a.cpp |
[src/mame/facit] | f4431.cpp* facit4440.cpp* |
[src/mame/pinball] | de_3.cpp wpc_s.cpp |
[src/mame/rm] | rmnimbus.h rmnimbus_m.cpp |
[src/mame/robotron] | z1013.cpp |
[src/mame/sega] | eshockey.cpp* model3.cpp segaybd.cpp |
[src/mame/skeleton] | |
[src/mame/taito] | groundfx.cpp |
[src/mame/tecmo] | spbactn.cpp |
[src/mame/universal] | getaway.cpp ladybug.cpp |
[src/osd] | osdcore.h osdepend.h osdnet.cpp osdnet.h |
[src/osd/modules/debugger] | debuggdbstub.cpp |
[src/osd/modules/debugger/osx] | disassemblyviewer.mm |
[src/osd/modules/debugger/qt] | dasmwindow.cpp |
[src/osd/modules/debugger/win] | disasmbasewininfo.cpp |
[src/osd/modules/lib] | osdobj_common.cpp |
[src/osd/modules/midi] | portmidi.cpp |
[src/osd/modules/netdev] | pcap.cpp taptun.cpp |
[src/osd/modules/render/bgfx] | statereader.cpp |
[src/tools/imgtool] | imgtool.cpp stream.cpp |
r188291 Tuesday 30th August, 2022 at 17:14:51 UTC by Vasantha Crabb |
---|
Bump version to 0.247 |
[/trunk] | makefile |
[android-project/app/src/main] | AndroidManifest.xml |
[docs/source] | conf.py |
[docs/source/debugger] | |
[src/devices/cpu/z80] | z80.cpp |
[src/devices/imagedev] | midiin.cpp midiin.h midiout.cpp midiout.h |
[src/devices/machine] | am79c90.h cs8900a.h dp8390.h dp83932c.h edlc.h i82586.h mb8795.h smc91c9x.h |
[src/emu] | dinetwork.cpp emu.h emufwd.h gamedrv.h network.cpp |
[src/emu/debug] | debugcmd.cpp debugcmd.h debugcpu.cpp debugcpu.h debughlp.cpp dvbpoints.cpp dvrpoints.cpp points.cpp points.h |
[src/frontend/mame/ui] | mainmenu.cpp miscmenu.cpp |
[src/lib/formats] | fs_fat.cpp |
[src/mame] | arcade.flt mame.lst mess.flt |
[src/mame/atari] | atarisy1.cpp atarisy2.cpp atarisy2.h gauntlet.cpp starwars.cpp starwars.h starwars_a.cpp |
[src/mame/facit] | |
[src/mame/pinball] | de_3.cpp wpc_s.cpp |
[src/mame/rm] | rmnimbus.h rmnimbus_m.cpp |
[src/mame/robotron] | z1013.cpp |
[src/mame/sega] | |
[src/mame/skeleton] | facit4440.cpp* |
[src/mame/taito] | groundfx.cpp groundfx.h* groundfx_v.cpp* pitnrun.cpp pitnrun.h* pitnrun_m.cpp* pitnrun_v.cpp* rollrace.cpp rollrace.h* rollrace_v.cpp* ssrj.cpp ssrj.h* ssrj_v.cpp* volfied.cpp volfied.h* volfied_v.cpp* warriorb.cpp warriorb.h* warriorb_v.cpp* |
[src/mame/tecmo] | spbactn.cpp |
[src/mame/universal] | getaway.cpp ladybug.cpp ladybug.h* ladybug_v.cpp* ladybug_v.h* |
[src/osd] | osdcore.h osdepend.h osdnet.cpp osdnet.h |
[src/osd/modules/debugger] | debuggdbstub.cpp |
[src/osd/modules/debugger/osx] | disassemblyviewer.mm |
[src/osd/modules/debugger/qt] | dasmwindow.cpp |
[src/osd/modules/debugger/win] | disasmbasewininfo.cpp |
[src/osd/modules/lib] | osdobj_common.cpp |
[src/osd/modules/midi] | portmidi.cpp |
[src/osd/modules/netdev] | pcap.cpp taptun.cpp |
[src/osd/modules/render/bgfx] | statereader.cpp |
[src/tools/imgtool] | imgtool.cpp stream.cpp |
r188290 Tuesday 30th August, 2022 at 23:09:18 UTC by Vasantha Crabb |
---|
Revert "gen_latch: add boost interleave conf setting" Jamming magic behaviour for a few systems into a common device just makes code more convoluted and harder to maintain. The trouble with these things is that you quickly end up stuck with them, and then untangling the dependency on magical behaviour that never belonged in the device in the first place becomes an inordinate amount of work. In this case, it isn't even saving a substantial amount of code in the drivers. This reverts commit 229ea4b3a1b44bd558e2c99c31dfe3ad66c34ea0. |
[src/devices/machine] | gen_latch.cpp gen_latch.h |
[src/mame/atari] | atarisy1.cpp atarisy2.cpp gauntlet.cpp starwars.cpp |
r188289 Tuesday 30th August, 2022 at 22:50:02 UTC by hap |
---|
gen_latch: add boost interleave conf setting |
[src/devices/machine] | gen_latch.cpp gen_latch.h |
[src/emu] | gamedrv.h |
[src/mame/atari] | atarisy1.cpp atarisy2.cpp gauntlet.cpp starwars.cpp |
r188288 Tuesday 30th August, 2022 at 21:59:39 UTC by hap |
---|
atarisy1, gauntlet: re-add boost interleave on soundlatch write |
[src/mame/atari] | atarisy1.cpp atarisy2.cpp atarisy2.h gauntlet.cpp starwars.cpp starwars.h starwars_a.cpp |
r188287 Tuesday 30th August, 2022 at 20:36:35 UTC by hap |
---|
getaway: improve colors, add dipsw locations |
[src/mame/universal] | getaway.cpp |
r188286 Tuesday 30th August, 2022 at 20:23:34 UTC by Nathan Woods |
---|
formats/fs_fat.cpp: Fixe use-after-std::move() issue in constructor. (#10296) |
[src/lib/formats] | fs_fat.cpp |
r188285 Tuesday 30th August, 2022 at 16:03:35 UTC by Osso |
---|
taito/groundfx.cpp, taito/pitnrun.cpp, taito/rollrace.cpp, taito/ssrj.cpp, taito/volfied.cpp, taito/warriorb.cpp: consolidated drivers in single files, minor cleanups |
[src/mame/taito] | groundfx.cpp |
r188284 Tuesday 30th August, 2022 at 13:42:01 UTC by hap |
---|
zerohour: update notes |
[src/mame/universal] | zerohour.cpp |
r188283 Tuesday 30th August, 2022 at 13:17:42 UTC by hap |
---|
zerohour: bullet width is software controlled |
[src/mame/universal] | getaway.cpp ladybug_video.cpp zerohour.cpp |
r188282 Tuesday 30th August, 2022 at 05:25:49 UTC by Osso |
---|
New machines marked as NOT_WORKING ---------------------------------- Exciting Speed Hockey (V19930325) [nnap] New clones marked as NOT_WORKING -------------------------------- Red and Ted's Road Show (PA-2 prototype) [Bill Ung, PinMAME] - sega/model3.cpp, sega/segaybd.cpp: some board documentation updates [Brian Troha] - tecmo/spbactn.cpp: fixed some dips for spbactnp |
[src/mame] | arcade.flt mame.lst |
[src/mame/pinball] | wpc_s.cpp |
[src/mame/sega] | eshockey.cpp* model3.cpp segaybd.cpp |
[src/mame/tecmo] | spbactn.cpp |
r188281 Monday 29th August, 2022 at 22:40:29 UTC by hap |
---|
zerohour: remove imperfect gfx flag for this game |
[src/mame/universal] | zerohour.cpp |
r188280 Monday 29th August, 2022 at 16:45:57 UTC by Dirk Best |
---|
New machines marked as NOT_WORKING ---------------------------------- Facit 4431 [Bitsavers] - Create directory for Facit and move facit4440 driver |
[src/mame] | mame.lst mess.flt |
[src/mame/facit] | f4431.cpp* facit4440.cpp* |
[src/mame/skeleton] |
r188279 Monday 29th August, 2022 at 15:56:32 UTC by clawgrip |
---|
de_3.cpp: Forgot to remove country name on commit cf89d216b02524ab568a71d92c4db3bc4b5234f3 (#10293) |
[src/mame/pinball] | de_3.cpp |
r188278 Monday 29th August, 2022 at 11:28:25 UTC by holub |
---|
z80.cpp: fix WZ flag (#10291) |
[src/devices/cpu/z80] | z80.cpp |
r188277 Monday 29th August, 2022 at 09:08:01 UTC by hap |
---|
zerohour: correct score panel colors |
[src/mame/universal] | zerohour.cpp |
r188276 Monday 29th August, 2022 at 03:50:27 UTC by hap |
---|
redclash: add preliminary sound |
[src/mame/universal] | zerohour.cpp |
r188275 Monday 29th August, 2022 at 01:53:33 UTC by hap |
---|
redclash: add white background |
[src/mame/universal] | zerohour.cpp |
r188274 Monday 29th August, 2022 at 01:25:58 UTC by Vasantha Crabb |
---|
Work around older versions of libc++, tidy up some recent changes. |
[/branches/release0247/src/devices/cpu/mn1610] | mn1610d.cpp |
[/branches/release0247/src/devices/sound] | pokey.cpp |
[/branches/release0247/src/mame/apple] | mactoolbox.h |
[/branches/release0247/src/mame/sega] | deniam.cpp |
[/branches/release0247/src/mame/taito] | chaknpop.cpp |
r188273 Monday 29th August, 2022 at 01:27:13 UTC by Vasantha Crabb |
---|
Merge branch 'release0247' into mainline-master |
[docs/source/debugger] | exceptionpoint.rst* index.rst |
[src/devices/imagedev] | midiin.cpp midiin.h midiout.cpp midiout.h |
[src/devices/machine] | am79c90.h cs8900a.h dp8390.h dp83932c.h edlc.h i82586.h mb8795.h smc91c9x.h |
[src/emu] | dinetwork.cpp emu.h emufwd.h network.cpp |
[src/emu/debug] | debugcmd.cpp debugcmd.h debugcpu.cpp debugcpu.h debughlp.cpp dvbpoints.cpp dvrpoints.cpp points.cpp points.h |
[src/frontend/mame/ui] | mainmenu.cpp miscmenu.cpp |
[src/mame] | arcade.flt mame.lst |
[src/mame/rm] | rmnimbus.h rmnimbus_m.cpp |
[src/mame/robotron] | z1013.cpp |
[src/mame/universal] | ladybug.cpp |
[src/osd] | osdcore.h osdepend.h osdnet.cpp osdnet.h |
[src/osd/modules/debugger] | debuggdbstub.cpp |
[src/osd/modules/debugger/osx] | disassemblyviewer.mm |
[src/osd/modules/debugger/qt] | dasmwindow.cpp |
[src/osd/modules/debugger/win] | disasmbasewininfo.cpp |
[src/osd/modules/lib] | osdobj_common.cpp |
[src/osd/modules/midi] | portmidi.cpp |
[src/osd/modules/netdev] | pcap.cpp taptun.cpp |
[src/osd/modules/render/bgfx] | statereader.cpp |
[src/tools/imgtool] | imgtool.cpp stream.cpp |
r188272 Monday 29th August, 2022 at 01:25:58 UTC by Vasantha Crabb |
---|
Work around older versions of libc++, tidy up some recent changes. |
[src/devices/cpu/mn1610] | mn1610d.cpp |
[src/devices/sound] | pokey.cpp |
[src/mame/apple] | mactoolbox.h |
[src/mame/sega] | deniam.cpp |
[src/mame/taito] | chaknpop.cpp |
r188271 Sunday 28th August, 2022 at 18:57:03 UTC by 0kmg |
---|
nintendo/vsnes.cpp: Added some DIP settings for nvs_machridera. (#10290) |
[src/mame/nintendo] | vsnes.cpp |
r188270 Sunday 28th August, 2022 at 18:25:32 UTC by Vasantha Crabb |
---|
myvision.xml: Added Japanese titles for software items and listed undumped cartridges. [kmg] |
[hash] | myvision.xml |
r188269 Sunday 28th August, 2022 at 18:16:40 UTC by Vasantha Crabb |
---|
misc/monon_color.cpp: Zero video memory on reset. Also keep data member declartions grouped, and use constants for video width/height. |
[docs/source/debugger] | |
[src/devices/imagedev] | midiin.cpp midiin.h midiout.cpp midiout.h |
[src/devices/machine] | am79c90.h cs8900a.h dp8390.h dp83932c.h edlc.h i82586.h mb8795.h smc91c9x.h |
[src/emu] | dinetwork.cpp emu.h emufwd.h network.cpp |
[src/emu/debug] | debugcmd.cpp debugcmd.h debugcpu.cpp debugcpu.h debughlp.cpp dvbpoints.cpp dvrpoints.cpp points.cpp points.h |
[src/frontend/mame/ui] | mainmenu.cpp miscmenu.cpp |
[src/mame] | arcade.flt mame.lst |
[src/mame/misc] | monon_color.cpp |
[src/mame/nintendo] | vsnes.cpp |
[src/mame/rm] | rmnimbus.h rmnimbus_m.cpp |
[src/mame/robotron] | z1013.cpp |
[src/mame/universal] | ladybug.cpp ladybug.h* ladybug_v.cpp* ladybug_v.h* |
[src/osd] | osdcore.h osdepend.h osdnet.cpp osdnet.h |
[src/osd/modules/debugger] | debuggdbstub.cpp |
[src/osd/modules/debugger/osx] | disassemblyviewer.mm |
[src/osd/modules/debugger/qt] | dasmwindow.cpp |
[src/osd/modules/debugger/win] | disasmbasewininfo.cpp |
[src/osd/modules/lib] | osdobj_common.cpp |
[src/osd/modules/midi] | portmidi.cpp |
[src/osd/modules/netdev] | pcap.cpp taptun.cpp |
[src/osd/modules/render/bgfx] | statereader.cpp |
[src/tools/imgtool] | imgtool.cpp stream.cpp |
r188268 Sunday 28th August, 2022 at 23:57:44 UTC by hap |
---|
zerohour: add sound samples again |
[src/mame/universal] | zerohour.cpp |
r188267 Sunday 28th August, 2022 at 22:19:33 UTC by hap |
---|
zerohour: put driver into a single file |
[src/mame/universal] | ladybug.cpp ladybug_video.cpp ladybug_video.h sraider.cpp zerohour.cpp |
r188266 Sunday 28th August, 2022 at 21:27:42 UTC by hap |
---|
ladybug: put sraider driver and ladybug_video device in their own files |
[src/mame] | arcade.flt mame.lst |
[src/mame/universal] | ladybug.cpp |
r188265 Sunday 28th August, 2022 at 18:57:03 UTC by 0kmg |
---|
nintendo/vsnes.cpp: Added some DIP settings for nvs_machridera. (#10290) |
[/branches/release0247/src/mame/nintendo] | vsnes.cpp |
r188264 Sunday 28th August, 2022 at 18:55:41 UTC by 0kmg |
---|
nintendo/vsnes.cpp: Added some DIP settings for nvs_machridera. (#10290) |
[src/mame/nintendo] | vsnes.cpp |
r188263 Sunday 28th August, 2022 at 18:36:02 UTC by AJR |
---|
Fix tools build after f52b402f2416ddfd646afe2d132c16d78c6fe9c3 |
[src/tools/imgtool] | imgtool.cpp stream.cpp |
r188262 Sunday 28th August, 2022 at 18:25:32 UTC by Vasantha Crabb |
---|
myvision.xml: Added Japanese titles for software items and listed undumped cartridges. [kmg] |
[/branches/release0247/hash] | myvision.xml |
r188261 Sunday 28th August, 2022 at 18:16:40 UTC by Vasantha Crabb |
---|
misc/monon_color.cpp: Zero video memory on reset. Also keep data member declartions grouped, and use constants for video width/height. |
[/branches/release0247/src/mame/misc] | monon_color.cpp |
r188260 Sunday 28th August, 2022 at 17:31:50 UTC by AJR |
---|
Debugger changes - Added exception points as a new class of "points" triggering on specific exception numbers, with a similar set of commands to breakpoints and registerpoints. - Removed the per-instruction callback hook from device_debug. Only one driver was using this (rmnimbus.cpp), and what it was doing with it could be done more cleanly with exception points. - Change the type of the action string parameter for "points"-creating methods and make some parameters optional for those. - Change trace file logging to use a std::ostream instead of FILE * to take better advantage of strformat. |
[docs/source/debugger] | exceptionpoint.rst* index.rst |
[src/emu] | emufwd.h |
[src/emu/debug] | debugcmd.cpp debugcmd.h debugcpu.cpp debugcpu.h debughlp.cpp dvbpoints.cpp dvrpoints.cpp points.cpp points.h |
[src/mame/rm] | rmnimbus.h rmnimbus_m.cpp |
[src/osd/modules/debugger] | debuggdbstub.cpp |
[src/osd/modules/debugger/osx] | disassemblyviewer.mm |
[src/osd/modules/debugger/qt] | dasmwindow.cpp |
[src/osd/modules/debugger/win] | disasmbasewininfo.cpp |
r188259 Sunday 28th August, 2022 at 17:23:40 UTC by AJR |
---|
OSD/network interface cleanup - Move osd_midi_device from osdcore.h to osdepend.h - Move osd_list_network_adapters from osdcore.h to osdnet.h (was already defineduniquely in osdnet.cpp) - Move #include <cstdarg> from osdcore.h to emu.h - Remove dinetwork.h from emu.h |
[src/devices/imagedev] | midiin.cpp midiin.h midiout.cpp midiout.h |
[src/devices/machine] | am79c90.h cs8900a.h dp8390.h dp83932c.h edlc.h i82586.h mb8795.h smc91c9x.h |
[src/emu] | dinetwork.cpp emu.h emufwd.h network.cpp |
[src/frontend/mame/ui] | mainmenu.cpp miscmenu.cpp |
[src/osd] | osdcore.h osdepend.h osdnet.cpp osdnet.h |
[src/osd/modules/lib] | osdobj_common.cpp |
[src/osd/modules/midi] | portmidi.cpp |
[src/osd/modules/netdev] | pcap.cpp taptun.cpp |
[src/osd/modules/render/bgfx] | statereader.cpp |
r188258 Sunday 28th August, 2022 at 12:59:42 UTC by hap |
---|
redclash: let's rename driver to zerohour |
[src/mame] | arcade.flt mame.lst |
[src/mame/universal] | ladybug.cpp ladybug_v.cpp |
Previous 50 | 199869 Revisions | Next 50 |