Note Feed

Note: GitHub retired the SVN interface on January 8, 2024.

Previous 50 199869 Revisions Next 50

r191947 Wednesday 18th January, 2023 at 06:22:01 UTC by Osso
mame/b*-e*: put drivers in anonymous namespaces where applicable, updated #ifndef guards to the current tree structure
[src/mame/banctec]banctec.cpp
[src/mame/bandai]design_master.cpp rx78.cpp sv8000.cpp wswan_v.h
[src/mame/barcrest]mpu2.cpp mpu3.cpp mpu4_characteriser_bootleg.h mpu4_characteriser_pal.h mpu4_characteriser_pal_bwb.h mpu4dealem.cpp
[src/mame/bfm]bfm_bd1.h bfm_bda.h bfm_dm01.h bfm_sc2.cpp bfm_swp.cpp bfmsys83.cpp rastersp.cpp
[src/mame/bitcorp]gamate.cpp gamate_v.h
[src/mame/bmc]bmcbowl.cpp bmcpokr.cpp popobear.cpp
[src/mame/booth]apexc_m.h
[src/mame/camputers]camplynx.cpp
[src/mame/cantab]jupace.cpp
[src/mame/capcom]alien.cpp bionicc.cpp cps1bl_5205.cpp cps1bl_pic.cpp cps2comm.h cps2crypt.h cps3_a.h egghunt.cpp instantm.cpp kenseim.cpp sf.cpp tigeroad_spr.h tvcapcom.cpp
[src/mame/casio]casio_rompack.cpp casloopy.cpp cfx9850.cpp fp1100.cpp fp200.cpp fp6000.cpp fp6000_kbd.h ht6000.cpp pb1000.cpp pv2000.cpp
[src/mame/ces]cesclass.cpp galgames.cpp
[src/mame/cinematronics]cinemat_a.h dlair.cpp dlair2.cpp leland_a.h nl_armora.h nl_barrier.h nl_boxingb.h nl_cinemat_common.h nl_ripoff.h nl_solarq.h nl_spacewar.h nl_speedfrk.h nl_starcas.h nl_starhawk.h nl_sundance.h nl_tailg.h nl_warrior.h
[src/mame/citoh]cit101.cpp cit101_kbd.h cit101xl.cpp cit220.cpp cit220_kbd.h
[src/mame/coleco]coleco_m.h
[src/mame/commodore]c64.cpp c64dtv.cpp c900.cpp cbm2.cpp cbm_snqk.h clcd.cpp mps1230.cpp pet.cpp plus4.cpp vic10.cpp vic20.cpp
[src/mame/compugraphic]pwrview.cpp
[src/mame/conitec]prof80mmu.h
[src/mame/cromemco]mcb216.cpp
[src/mame/dai]dai_snd.h
[src/mame/dataeast]backfire.cpp cntsteer.cpp dblewing.cpp decbac06.h deckarn.h decmxc06.h deco104.h deco146.h deco156_m.h deco16ic.h deco222.h deco_ace.h deco_irq.h decocass_tape.h decocomn.h decocpu6.h decocpu7.h decrmc3.h deshoros.cpp dreambal.cpp madmotor.cpp mirage.cpp progolf.cpp vaportra.cpp
[src/mame/ddr]ac1.cpp bcs3.cpp jtc.cpp k7659kb.h kc_keyb.h kramermc.cpp mc8020.cpp mc8030.cpp nanos.cpp pcm.cpp vcs80.cpp
[src/mame/dec]dc305.h dct11em.cpp dec_lk201.h decioga.h decmate2.cpp dectalk.cpp decwritr.cpp rainbow.cpp rx01.h vax11.cpp vk100.cpp vt100.cpp vt220.cpp vt240.cpp vt320.cpp vt52.cpp vt520.cpp vt62.cpp vtvideo.h
[src/mame/dgrm]blackt96.cpp
[src/mame/dms]dms5000.cpp zsbc3.cpp
[src/mame/drc]zrt80.cpp
[src/mame/dynax]dynax_blitter_rev2.h
[src/mame/eaca]cgenie.cpp
[src/mame/edevices]diverboy.cpp edevices.h mwarr.cpp pzletime.cpp
[src/mame/efo]cedar_magnet.cpp cedar_magnet_flop.h cedar_magnet_plane.h cedar_magnet_sprite.h nightmare.cpp
[src/mame/elektor]elekscmp.cpp junior.cpp
[src/mame/elektron]elektronmono.cpp
[src/mame/emusys]emax.cpp emu2.cpp emu3.cpp emu68k.cpp
[src/mame/ensoniq]enmirage.cpp esq1.cpp esqasr.cpp esqlcd.h esqmr.cpp esqpanel.h esqvfd.h
[src/mame/enterprise]ep64.cpp nick.h
[src/mame/eolith]eolith16.cpp vegaeo.cpp
[src/mame/epoch]scv.cpp
[src/mame/epson]px4.cpp qx10.cpp
[src/mame/ericsson]e9161.cpp eispc.cpp eispc_kb.h
[src/mame/excellent]dblcrown.cpp excellent_spr.h
[src/mame/exidy]exidy440_a.h exidyttl.cpp micropolis.h nl_carpolo.h nl_fireone.h nl_starfire.h

r191946 Wednesday 18th January, 2023 at 05:17:29 UTC by Vasantha Crabb
osd: Better XInput rhythm game controller support on Windows:

* Better support for extended controller type information.
* Support for velocity sensitive six-drum controller.
* Don't ignore button capabilites for keyboard controller.
[src/osd/modules/input]input_xinput.cpp

r191945 Wednesday 18th January, 2023 at 04:45:09 UTC by Angelo Salese
pc/quakeat.cpp: extend QA notes, denote bad dump
[/branches/pcat_qa/src/mame/misc]funkball.cpp
[/branches/pcat_qa/src/mame/pc]quakeat.cpp

r191944 Wednesday 18th January, 2023 at 03:07:12 UTC by benrg
Apple II: factor out NTSC color simulation and add config options (#10835)

Make most video modes produce a 560x192 monochrome bitmap that goes
through shared artifact color simulation code, and add some dip-switch
options to control the algorithm. This allows for combinations that
weren't supported before, such as color fringes on text and lores block
boundary artifacts.

This also implements the Video-7 foreground-background hires mode, since
it was easy to do with the shared code.
[src/mame/apple]apple2video.cpp apple2video.h

r191943 Wednesday 18th January, 2023 at 02:54:22 UTC by Angelo Salese
misc/comebaby.cpp: extend QA notes, convert to base PCI setup, denote bad dump;
namco/rbowlorama.cpp, pinball/newcanasta.cpp: rearrange driver base setup;
[/branches/pcat_qa/src/mame/misc]comebaby.cpp
[/branches/pcat_qa/src/mame/namco]rbowlorama.cpp
[/branches/pcat_qa/src/mame/pinball]newcanasta.cpp

r191942 Wednesday 18th January, 2023 at 01:12:54 UTC by Angelo Salese
misc/xtom3d.cpp: fix typo in specs
[/branches/pcat_qa/src/mame/misc]xtom3d.cpp

r191941 Wednesday 18th January, 2023 at 00:43:17 UTC by Angelo Salese
misc/chameleonrx1.cpp, misc/rfslotspcpent.cpp, misc/startouch.cpp, unico/unianapc.cpp: extend QA notes
[/branches/pcat_qa/src/mame/misc]chameleonrx1.cpp rfslotspcpent.cpp startouch.cpp
[/branches/pcat_qa/src/mame/unico]unianapc.cpp

r191940 Tuesday 17th January, 2023 at 22:05:10 UTC by Angelo Salese
misc/radikaldarts.cpp, misc/rawthrillspc.cpp: rearrange driver base setup
[/branches/pcat_qa/src/mame/misc]radikaldarts.cpp rawthrillspc.cpp

r191939 Tuesday 17th January, 2023 at 22:00:27 UTC by Angelo Salese
misc/playcenter.cpp: update note
[/branches/pcat_qa/src/mame/misc]playcenter.cpp

r191938 Tuesday 17th January, 2023 at 23:05:40 UTC by Olivier Galibert
m68000: Fix bit number modulo on bxxx (thanks qkumba again)
[/branches/new68k/src/devices/cpu/m68000]m68000-sdf.cpp m68000-sdfm.cpp m68000-sdp.cpp m68000-sdpm.cpp m68000-sif.cpp m68000-sifm.cpp m68000-sip.cpp m68000-sipm.cpp m68000gen.py

r191937 Tuesday 17th January, 2023 at 21:38:53 UTC by Olivier Galibert
m68000: Fix byte order in movep, thanks qkumba
[/branches/new68k/src/devices/cpu/m68000]m68000-sdf.cpp m68000-sdfm.cpp m68000-sdp.cpp m68000-sdpm.cpp m68000-sif.cpp m68000-sifm.cpp m68000-sip.cpp m68000-sipm.cpp m68000gen.py

r191936 Tuesday 17th January, 2023 at 21:05:22 UTC by AJR
stmpc: Add RAM and preliminary AVDC hookup
[src/mame/stm]stmpc.cpp

r191935 Tuesday 17th January, 2023 at 18:12:18 UTC by Vasantha Crabb
osd: Improved XInput guitar support and added XInput Rock Band keyboard support.
[src/osd/modules/input]input_xinput.cpp

r191934 Tuesday 17th January, 2023 at 12:52:53 UTC by Dirk Best
stmpc: Update hardware notes
[src/mame/stm]stmpc.cpp

r191933 Tuesday 17th January, 2023 at 12:21:30 UTC by patrick.mackinlay
m88000: add variants of some triadic instructions with un-decoded bits
[src/devices/cpu/m88000]m88000.cpp

r191932 Tuesday 17th January, 2023 at 12:11:20 UTC by patrick.mackinlay
New machines marked as NOT_WORKING

---
Motorola MVME180 [Plamen Mihaylov]
[scripts/src]bus.lua
[src/devices/bus/vme]vme_mvme180.cpp* vme_mvme180.h*

r191931 Tuesday 17th January, 2023 at 03:25:50 UTC by Angelo Salese
misc/neomania.cpp, misc/playcenter.cpp: extend QA notes
[/branches/pcat_qa/src/mame/misc]neomania.cpp playcenter.cpp

r191930 Monday 16th January, 2023 at 22:46:50 UTC by Angelo Salese
Bulk replace Nvidia -> nVidia
[/branches/pcat_qa/src/mame/gaelco]gaelcopc.cpp
[/branches/pcat_qa/src/mame/misc]bntyhunt.cpp ez2d.cpp gfamily.cpp globalvr.cpp rawthrillspc.cpp voyager.cpp
[/branches/pcat_qa/src/mame/pc]nforcepc.cpp
[/branches/pcat_qa/src/mame/sega]chihiro.cpp lindbergh.cpp

r191929 Monday 16th January, 2023 at 22:09:25 UTC by hap
ti89: simplify input ports read
[src/mame/ti]ti89.cpp

r191928 Monday 16th January, 2023 at 21:41:29 UTC by hap
ti89: remove unneeded header file
[src/mame/ti]ti89.cpp ti89.h

r191927 Monday 16th January, 2023 at 21:17:26 UTC by hap
tispeak: move k28m2 to its own file
[src/devices/cpu/pic16c5x]pic16c5x.h
[src/mame]mame.lst mess.flt
[src/mame/fidelity]phantom.cpp vcc.cpp
[src/mame/handheld]hh_sm510.cpp hh_tms1k.cpp tispeak.cpp
[src/mame/tiger]k28.cpp k28m2.cpp*

r191926 Monday 16th January, 2023 at 17:27:28 UTC by Osso
mame/a*: put drivers in anonymous namespaces where applicable, updated #ifndef guards to the current tree structure
[src/mame/access]acvirus.cpp
[src/mame/acorn]acrnsys1.cpp aristmk5.cpp cms.cpp ertictac.cpp riscpc.cpp upd65031.h z88_impexp.h
[src/mame/act]apricotkb.h apricotp.cpp victor9k_fdc.h victor9k_kb.h
[src/mame/adc]superslave.cpp
[src/mame/adp]manohman.cpp stellafr.cpp
[src/mame/agat]agat.cpp agat7.h agat9.h agatkeyb.h
[src/mame/akai]akaiax80.cpp akaivx600.cpp
[src/mame/alba]rmhaihai.cpp
[src/mame/alliedleisure]ace.cpp aleisttl.cpp clayshoo.cpp
[src/mame/alpha]ad_sound.h alpha8201.h
[src/mame/altos]acs8600_ics.h altos2.cpp altos486.cpp altos8600.cpp
[src/mame/amiga]amigaaga.h arsystems.cpp cubo.cpp mquake.cpp
[src/mame/amirix]wxstar4000.cpp
[src/mame/ampro]ampro.cpp lb186.cpp lbpc.cpp
[src/mame/amstrad]ams40041.h pc1512kb.h pda600.cpp
[src/mame/apollo]apollo_dbg.h apollo_kbd.h
[src/mame/apple]adbmodem.h apple1.cpp apple2common.h cuda.h egret.h iphone2g.cpp mac128.cpp macadb.h macpdm.cpp macprtb.cpp macpwrbk030.cpp macrtc.h macscsi.h newton.cpp
[src/mame/arcadia]arcadia_a.h
[src/mame/aristocrat]aristmk4.cpp caswin.cpp
[src/mame/atari]akkaarrh.cpp antic.h asic65.h atarifdc.h atarigen.h atarijsa.h atarimo.h atarirle.h atarisac.h atariscom.h atarist_v.h ataristb.h atarisy4.cpp atarivad.h atarixga.h boxer.cpp cball.cpp cmmb.cpp destroyr.cpp firefox.cpp flyball.cpp gtia.h jag_blitter.h marblmd2.cpp maria.h mathbox.h maxaflex.cpp mgolf.cpp nl_destroyr.h nl_flyball.h nl_stuntcyc.h nl_tank.h pofo_kbd.h pong.cpp redbaron.h sbrkout.cpp tia.h tourtabl.cpp
[src/mame/atlus]bowltry.cpp patapata.cpp
[src/mame/att]att3b2.cpp att4425.cpp att610.cpp att630.cpp
[src/mame/ausnz]binbug.cpp d6800.cpp datum.cpp dg680.cpp eacc.cpp eti660.cpp magnum.cpp pipbug.cpp proteus.cpp tec1.cpp

r191925 Monday 16th January, 2023 at 17:11:38 UTC by clawgrip
misc/rfslots8085.cpp: Dumped and added a new 8085-based Recreativos Franco slot machine. (#10834)

Also identify unknown game on 53/3297 PCB as "Baby & Bombo".

New NOT_WORKING machine
-------------------------------
Baby Formula 2 [jordigahan, ClawGrip]
[src/mame]mame.lst
[src/mame/misc]rfslots8085.cpp

r191924 Monday 16th January, 2023 at 14:32:14 UTC by Vasantha Crabb
osd: Added support for guitar and drum kit controllers via XInput.
[src/osd/modules/input]input_sdl.cpp input_xinput.cpp

r191923 Monday 16th January, 2023 at 07:01:56 UTC by patrick.mackinlay
jazz: rtc and dma bug fixes
[src/mame/microsoft]jazz.cpp mct_adr.cpp

r191922 Monday 16th January, 2023 at 05:06:27 UTC by Angelo Salese
misc/silverball.cpp: extend QA notes
misc/skopro.cpp: rearrange driver base setup
[/branches/pcat_qa/src/mame/misc]silverball.cpp skopro.cpp

r191921 Sunday 15th January, 2023 at 20:59:39 UTC by Olivier Galibert
iwm: Reset the data latch on wp access
[/branches/new68k/src/devices/machine]iwm.cpp

r191920 Sunday 15th January, 2023 at 20:59:39 UTC by Olivier Galibert
msa: Correct stupid typo
[/branches/new68k/src/lib/formats]st_dsk.cpp

r191919 Sunday 15th January, 2023 at 20:59:39 UTC by Olivier Galibert
68901: record the timer input level always, even if the timer is off
[/branches/new68k/src/devices/machine]mc68901.cpp

r191918 Sunday 15th January, 2023 at 20:59:39 UTC by Olivier Galibert
atarist: Rewrite of the video for the original ST, breaking the others in the process.  Still some bugs in hiding though.
[/branches/new68k/src/mame/atari]atarist.cpp atarist_v.cpp atarist_v.h stvideo.cpp* stvideo.h*

r191917 Sunday 15th January, 2023 at 20:59:39 UTC by Olivier Galibert
emumem: First try at wait states
[/branches/new68k/scripts/src]emu.lua
[/branches/new68k/src/devices/cpu/m68000]m68000-sdf.cpp m68000-sdfm.cpp m68000-sdp.cpp m68000-sdpm.cpp m68000-sif.cpp m68000-sifm.cpp m68000-sip.cpp m68000-sipm.cpp m68000.cpp m68000.h m68000gen.py
[/branches/new68k/src/emu]addrmap.cpp addrmap.h devcpu.cpp devcpu.h diexec.h emumem.cpp emumem.h emumem_aspace.cpp emumem_hedp.cpp emumem_hedp.h emumem_hedr.h emumem_hedr.ipp emumem_hedw.h emumem_hedw.ipp emumem_hem.cpp emumem_hem.h emumem_hep.h emumem_het.cpp emumem_het.h emumem_heu.cpp emumem_heu.h emumem_heun.cpp emumem_heun.h emumem_hws.cpp* emumem_hws.h* emumem_mview.cpp
[/branches/new68k/src/mame/atari]atarist.cpp stmmu.cpp stmmu.h

r191916 Sunday 15th January, 2023 at 20:58:09 UTC by Olivier Galibert
atarist: Extract the MMU, will need STE memory map specialization
[/branches/new68k/src/devices/cpu/m68000]m68000.cpp
[/branches/new68k/src/mame/atari]atarist.cpp stmmu.cpp* stmmu.h*

r191915 Sunday 15th January, 2023 at 20:57:20 UTC by Olivier Galibert
atarist: extract the keyboard subsystem in a device
[/branches/new68k/src/mame/atari]atarist.cpp stkbd.cpp* stkbd.h*

r191914 Sunday 15th January, 2023 at 20:57:15 UTC by Olivier Galibert
m68000: New implementation, generated from the micro/nanocode
[/branches/new68k/scripts/src]cpu.lua
[/branches/new68k/src/devices/cpu/m68000]m68000-decode.cpp* m68000-head.h* m68000-sdf.cpp* m68000-sdfm.cpp* m68000-sdp.cpp* m68000-sdpm.cpp* m68000-sif.cpp* m68000-sifm.cpp* m68000-sip.cpp* m68000-sipm.cpp* m68000.cpp m68000.h m68000.lst* m68000gen.py* m68k_in.lst m68kcommon.h m68kcpu.cpp m68kfpu.cpp m68kmake.py m68kmusashi.h m68kops.cpp scc68070.cpp scc68070.h
[/branches/new68k/src/devices/machine]68307.cpp 68307.h 68307bus.cpp 68307sim.cpp 68307tmu.cpp 68340.cpp 68340.h mc68328.cpp mc68328.h scc68070.cpp scc68070.h tmp68301.cpp
[/branches/new68k/src/mame/apple]mac.h mac128.cpp macprtb.cpp
[/branches/new68k/src/mame/atari]atarist.cpp badlandsbl.cpp
[/branches/new68k/src/mame/canon]cat.cpp
[/branches/new68k/src/mame/ericsson]e9161.cpp
[/branches/new68k/src/mame/hp]hp9k.cpp hp_ipc.cpp
[/branches/new68k/src/mame/kurzweil]krz2000.cpp
[/branches/new68k/src/mame/luxor]abc1600.cpp abc1600.h abc1600mac.cpp abc1600mac.h
[/branches/new68k/src/mame/namco]namcond1.cpp
[/branches/new68k/src/mame/neogeo]neogeo.cpp neogeo.h
[/branches/new68k/src/mame/philips]cdi.cpp cdi.h
[/branches/new68k/src/mame/quantel]dpb7000.cpp
[/branches/new68k/src/mame/sega]fd1094.cpp megadriv.h model2.cpp model2.h segahang.cpp stv.cpp
[/branches/new68k/src/mame/skeleton]symbolics.cpp wicat.cpp

r191913 Sunday 15th January, 2023 at 20:51:57 UTC by Olivier Galibert
gcc: prevent use-after-free warning.
[/branches/new68k/3rdparty/bgfx/examples/common/nanovg]fontstash.h

r191912 Sunday 15th January, 2023 at 20:44:08 UTC by hap
plus1: identify sensor positions, correct 1 rom bit
[/branches/new68k/src/mame/fidelity]vcc.cpp
[/branches/new68k/src/mame/handheld]hh_cop400.cpp

r191911 Sunday 15th January, 2023 at 15:05:55 UTC by hap
chessking: invert beeper frequency
vcc: remove undumped note
[/branches/new68k/src/mame/fidelity]vcc.cpp
[/branches/new68k/src/mame/handheld]chessking.cpp hh_hmcs40.cpp nl_bship.cpp nl_sfxphasor.cpp

r191910 Sunday 15th January, 2023 at 06:37:40 UTC by k2-git
Updated Japanese UI translation. (#10829)

Added new message translations and fixed some spelling inconsistencies.
[/branches/new68k/language/Japanese]strings.po

r191909 Sunday 15th January, 2023 at 04:57:32 UTC by Vasantha Crabb
osd: Work around another observed invalid XInput capabilities report.
[/branches/new68k/src/osd/modules/input]input_xinput.cpp

r191908 Saturday 14th January, 2023 at 17:53:36 UTC by Vasantha Crabb
-debugger/win: Cascade positions of new debugger windows.

-osd: Better button names for NVIDIA Shield and Xbox One controllers
with SDL game controller module.
[/branches/new68k/src/osd/modules/debugger]debugwin.cpp
[/branches/new68k/src/osd/modules/debugger/win]debugwin.h debugwininfo.cpp disasmwininfo.cpp logwininfo.cpp memorywininfo.cpp pointswininfo.cpp
[/branches/new68k/src/osd/modules/input]input_sdl.cpp

r191907 Saturday 14th January, 2023 at 08:38:47 UTC by Miodrag Milanović
Fix utf8 company name for tnshc08
[/branches/new68k/src/mame/skeleton]tnshc08.cpp

r191906 Saturday 14th January, 2023 at 07:31:34 UTC by Osso
- dataeast/cbuster.cpp, dataeast/metlclsh.cpp: consolidated drivers in single files

- konami/konmedal.cpp: updated dsw definitions for pikkaric

- misc/majorpkr.cpp: enabled save state support
[/branches/new68k/src/mame/dataeast]cbuster.cpp cbuster.h cbuster_v.cpp metlclsh.cpp metlclsh.h metlclsh_v.cpp
[/branches/new68k/src/mame/konami]konamigs.cpp konmedal68k.cpp
[/branches/new68k/src/mame/misc]majorpkr.cpp

r191905 Saturday 14th January, 2023 at 05:23:22 UTC by Vasantha Crabb
osd: I am officially incapable of keeping track of which OSD I'm working with on each change (fix SDL build).
[/branches/new68k/src/osd/modules/input]input_sdl.cpp

r191904 Saturday 14th January, 2023 at 04:57:22 UTC by Vasantha Crabb
osd: Added option to accept SDL game controller/joystick input when losing UI focus.
[/branches/new68k/docs/source/commandline]commandline-all.rst commandline-index.rst index.rst sdlconfig.rst windowsconfig.rst
[/branches/new68k/src/osd/modules/input]input_rawinput.cpp input_sdl.cpp
[/branches/new68k/src/osd/modules/lib]osdobj_common.cpp osdobj_common.h
[/branches/new68k/src/osd/windows]winmain.cpp winmain.h

r191903 Saturday 14th January, 2023 at 01:10:25 UTC by AJR
bus/thomson/cd90_015.cpp, tecmo/tehkanwc.cpp: Misc. notes
[/branches/new68k/src/devices/bus/thomson]cd90_015.cpp
[/branches/new68k/src/mame/tecmo]tehkanwc.cpp

r191902 Saturday 14th January, 2023 at 00:06:43 UTC by R. Belmont
New working machines added
--------------------------
Pokkari Chance [SpinalFeyd, R. Belmont]
[/branches/new68k/src/mame]mame.lst
[/branches/new68k/src/mame/konami]konmedal68k.cpp

r191901 Friday 13th January, 2023 at 22:12:48 UTC by Angelo Salese
bus/isa/s3virge.cpp: add Sn ROP for Windows 98 invert colors in Magnifier

New working software list items
-------------------------------
ibm5170_cdrom.xml: The Adventures of Down Under Dan [archive.org]
[/branches/new68k/hash]ibm5170_cdrom.xml
[/branches/new68k/src/devices/bus/isa]s3virge.cpp

r191900 Friday 13th January, 2023 at 21:19:38 UTC by 0kmg
nes.xml: Updated some PCB label details. (#10803)
[/branches/new68k/hash]nes.xml

r191899 Friday 13th January, 2023 at 20:42:16 UTC by James Wallace
bfm/bfm_bd1.cpp, bfm/bfm_bda.cpp: Fixed window/clear operations. (#10818)

Fixes graphical issues in SC5 games.
[/branches/new68k/src/mame/bfm]bfm_bd1.cpp bfm_bda.cpp

r191898 Friday 13th January, 2023 at 20:28:01 UTC by Vasantha Crabb
Hopefully fix SDL version detection macros for controller types.
[/branches/new68k/src/osd/modules/input]input_sdl.cpp

Previous 50 199869 Revisions Next 50


© 1997-2024 The MAME Team