Note Feed

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

Previous 50 199869 Revisions Next 50

r191897 Friday 13th January, 2023 at 20:10:21 UTC by Vasantha Crabb
docs: Updated default joystick providers.
[/branches/new68k/docs/source/commandline]commandline-all.rst

r191896 Friday 13th January, 2023 at 19:50:54 UTC by Miodrag Milanović
New systems marked not working
------------------------------
JZD Slušovice TNS HC-08 [Miodrag Milanovic]
[/branches/new68k/src/mame]mame.lst mess.flt
[/branches/new68k/src/mame/skeleton]tnshc08.cpp*

r191895 Friday 13th January, 2023 at 19:21:09 UTC by Vasantha Crabb
osd: Fixed constant name (helps to build the right OSD).
[/branches/new68k/src/osd/modules/input]input_sdl.cpp

r191894 Friday 13th January, 2023 at 19:19:27 UTC by Miodrag Milanović
New systems marked not working
------------------------------
Iskra Delta Partner 1F/G [Miodrag Milanovic]
Iskra Delta Partner WF/G [Miodrag Milanovic]
[/branches/new68k/src/devices/video]ef9365.cpp ef9365.h
[/branches/new68k/src/mame]mame.lst mess.flt
[/branches/new68k/src/mame/sfrj]idpartner.cpp*

r191893 Friday 13th January, 2023 at 18:34:33 UTC by Vasantha Crabb
osd: Recognise Joy-Con pairs with sdlgame input module.
[/branches/new68k/src/osd/modules/input]input_sdl.cpp

r191892 Friday 13th January, 2023 at 18:10:51 UTC by clawgrip
vsmile_cart.xml: Added UK versions of ten V.Smile games. (#10779)

New WORKING software list additions (vsmile_cart.xml)
----------------------------------
Alphabet Park Adventure (UK) [TeamEurope]
Disney/Pixar Cars - Rev It Up in Radiator Springs (UK, alt) [TeamEurope]
Disney's Aladdin - Aladdin's Wonders of the World (UK) [TeamEurope]
Disney's Mickey Mouse - Mickey's Magical Adventure (UK) [TeamEurope]
Disney's Winnie de Pooh - The Honey Hunt (UK) [TeamEurope]
Marvel Spider-Man & Friends - Secret Missions (UK) [TeamEurope]
Nick Jr. Dora the Explorer - Dora's Fix-it Adventure (UK, 2005) [TeamEurope]
Nick Jr. Go Diego Go! - Save the Animal Families! (UK) [TeamEurope]
Scooby-Doo! - Funland Frenzy (UK, 2004) [TeamEurope]
Zayzoo - My Alien Classmate (UK) [TeamEurope]
[/branches/new68k/hash]vsmile_cart.xml

r191891 Friday 13th January, 2023 at 18:03:36 UTC by kanedafr
vtech/vsmile.cpp: Corrected On and Off button I/O port bits. (#10796)
[/branches/new68k/src/mame/vtech]vsmile.cpp

r191890 Friday 13th January, 2023 at 17:22:12 UTC by Vasantha Crabb
osd: Work around bad XInput capabilities report from Retro-Bit Saturn pad.
[/branches/new68k/src/osd/modules/input]input_xinput.cpp

r191889 Friday 13th January, 2023 at 16:36:24 UTC by Dirk Best
New machines marked as NOT_WORKING
----------------------------------
STM Electronics STM PC [Dirk Best, Santo Nucifora]
STM Electronics STM PC (prototype?) [Dirk Best, Santo Nucifora]
[/branches/new68k/src/mame]mame.lst mess.flt
[/branches/new68k/src/mame/stm]stmpc.cpp*

r191888 Friday 13th January, 2023 at 16:30:38 UTC by clawgrip
merit/merits.cpp: Fixed ROM label for 'pubtimed2ch'. (#10827)
[/branches/new68k/src/mame/merit]merits.cpp

r191887 Friday 13th January, 2023 at 16:29:22 UTC by clawgrip
edevices/fantland.cpp: Dumped and added a new 'Born to Fight' clone. (#10828)

New WORKING clone
-------------------------------
Born To Fight (set 2) [jordigahan, ClawGrip]
[/branches/new68k/src/mame]mame.lst
[/branches/new68k/src/mame/edevices]fantland.cpp

r191886 Friday 13th January, 2023 at 16:13:59 UTC by Vasantha Crabb
osd: Added support for mapping files to sdlgame joystick provider and made it default with SDL.

This changes behaviour, however I think it's a net positive:
* Most games using Steam Input or SDL2 to read game controllers have
 this behaviour, so users have come to expect it.
* This module is better at giving meaningful names to buttons on
 common controller, and assigning axes consistently.
* Button/axis mapping files using a widely-used format are supported.
* The old behaviour is still available with `-joystickprovider sdljoy`
 if anyone wants it.

The new option for controller mapping files is in the general OSD
options rather than SDL options as it can be extended to DirectInput in
the future.
[/branches/new68k/docs/source/commandline]commandline-all.rst
[/branches/new68k/src/osd/modules/input]input_sdl.cpp input_xinput.cpp
[/branches/new68k/src/osd/modules/lib]osdobj_common.cpp osdobj_common.h

r191885 Friday 13th January, 2023 at 06:26:33 UTC by Vasantha Crabb
-osd: Improved SDL Game Controller joystick provider:

* Allow fallback to joystick API for devices without game controller
 mappings.
* Detect controller reconnection.
* Force Switch Pro Controller ZL/ZR to act like buttons.
* Added button names for Google Stadia controller.
* Also fixed dumb copy/paste error on my part in Windows clipboard code.
[/branches/new68k/src/osd/modules/input]input_sdl.cpp
[/branches/new68k/src/osd/modules/lib]osdlib_win32.cpp

r191884 Friday 13th January, 2023 at 03:49:26 UTC by R. Belmont
New machines added as NOT_WORKING
---------------------------------
Apple IIgs (1991 Mark Twain prototype) [R. Belmont, anonymous]
[/branches/new68k/src/mame]mame.lst
[/branches/new68k/src/mame/apple]apple2gs.cpp

r191883 Thursday 12th January, 2023 at 20:06:40 UTC by Vasantha Crabb
osd: Fixed names of DualSense controller buttons with SDL Game Controller provider.
[/branches/new68k/src/osd/modules/input]input_sdl.cpp

r191882 Thursday 12th January, 2023 at 19:41:02 UTC by Vasantha Crabb
osd: Fixed names of face buttons on Switch Pro Controller with SDL Game Controller provider.
[/branches/new68k/src/osd/modules/input]input_sdl.cpp

r191881 Thursday 12th January, 2023 at 17:04:57 UTC by Vasantha Crabb
3rdparty: Suppress unused variabe warnings for SQLite3 - clang 15.0.5 for Windows considers sqlite3_os_type unused.
[/branches/new68k/scripts/src]3rdparty.lua

r191880 Thursday 12th January, 2023 at 16:20:57 UTC by Vasantha Crabb
osd: Include mapping string in verbose output when enumerating SDL game controllers.
[/branches/new68k/src/osd/modules/input]input_sdl.cpp

r191879 Thursday 12th January, 2023 at 16:14:14 UTC by Osso
misc/majorpkr.cpp: removed tag lookups and bankdev use
[/branches/new68k/src/mame/misc]majorpkr.cpp

r191878 Thursday 12th January, 2023 at 07:14:13 UTC by Vasantha Crabb
-osd: Better XInput and SDL game controller input enhancements:

* Added initial support for XInput controller subtypes, starting with
 driving, arcade and flight controllers.
* Check XInput capabilities to ignore buttons and hats that aren't
 present.
* Added preliminary SDL Game Controller joystick provider.  Reconnection
 and mixed Game Controller/Joystick devices are unsupported.
* Show the input token for the highlighted control on input device
 menus.

-ui: Allow menus to set required space above and below menu when metrics
change.  Fixes the initial bad layout on the system selecton menu, or
bad layout after resizing windows.
[/branches/new68k/docs/source]conf.py
[/branches/new68k/docs/source/commandline]commandline-all.rst sdlconfig.rst
[/branches/new68k/src/emu]render.cpp
[/branches/new68k/src/frontend/mame/ui]about.cpp about.h analogipt.cpp analogipt.h auditmenu.cpp auditmenu.h barcode.cpp barcode.h cheatopt.cpp cheatopt.h confswitch.cpp confswitch.h custui.cpp custui.h datmenu.cpp datmenu.h devopt.cpp devopt.h dirmenu.cpp dirmenu.h filecreate.cpp filecreate.h filemngr.cpp filemngr.h filesel.cpp filesel.h imgcntrl.cpp imgcntrl.h info.cpp info.h info_pty.cpp info_pty.h inputdevices.cpp inputdevices.h inputmap.cpp inputmap.h inputopts.cpp inputopts.h inputtoggle.cpp inputtoggle.h keyboard.cpp keyboard.h mainmenu.cpp mainmenu.h menu.cpp menu.h miscmenu.cpp miscmenu.h optsmenu.cpp optsmenu.h pluginopt.cpp pluginopt.h quitmenu.cpp quitmenu.h selector.cpp selector.h selgame.cpp selgame.h selmenu.cpp selsoft.cpp selsoft.h simpleselgame.cpp simpleselgame.h sliders.cpp sliders.h slotopt.cpp slotopt.h sndmenu.cpp sndmenu.h state.cpp state.h submenu.cpp submenu.h swlist.cpp swlist.h tapectrl.cpp tapectrl.h textbox.cpp textbox.h utils.cpp videoopt.cpp videoopt.h
[/branches/new68k/src/osd/modules/input]input_sdl.cpp input_sdlcommon.cpp input_winhybrid.cpp input_xinput.cpp input_xinput.h
[/branches/new68k/src/osd/modules/lib]osdobj_common.cpp

r191877 Thursday 12th January, 2023 at 00:31:10 UTC by benrg
Separate Apple II video config from system config (#10806)
[/branches/new68k/src/mame/apple]apple2.cpp apple2e.cpp apple2gs.cpp apple2video.cpp apple2video.h superga2.cpp tk2000.cpp

r191876 Thursday 12th January, 2023 at 00:06:16 UTC by hap
netlist: update static solvers
[/branches/new68k/src/lib/netlist/generated]static_solvers.cpp
[/branches/new68k/src/mame/handheld]nl_bship.cpp

r191875 Wednesday 11th January, 2023 at 21:49:38 UTC by hap
nl_bship: use dynamic timestep instead
[/branches/new68k/src/mame/handheld]nl_bship.cpp

r191874 Wednesday 11th January, 2023 at 17:05:40 UTC by Osso
tch/speedspin.cpp: consolidated driver in single file
[/branches/new68k/src/mame/tch]speedspn.cpp speedspn.h speedspn_v.cpp

r191873 Wednesday 11th January, 2023 at 16:56:22 UTC by Ryan Holtz
vcs_ctrl/paddles: Swap ports and button bits at runtime. Avoids multiple input defs per-device. [Ryan Holtz] (#10825)
[/branches/new68k/src/devices/bus/vcs_ctrl]paddles.cpp

r191872 Wednesday 11th January, 2023 at 15:43:53 UTC by hap
bship: add netlist sound

Systems promoted to working
---------------------------
Electronic Battleship (TMS1000 version, Rev. A)
[/branches/new68k/src/mame]mame.lst nl.flt
[/branches/new68k/src/mame/handheld]hh_cop400.cpp hh_pic16.cpp hh_pps41.cpp hh_tms1k.cpp nl_bship.cpp* nl_bship.h* nl_sfxphasor.cpp
[/branches/new68k/src/mame/layout]bship82.lay bshipg.lay*

r191871 Wednesday 11th January, 2023 at 05:47:53 UTC by Justin Kerk
Fix compile error on mingw due to invalid setting for ASTCENC_SSE (#10824)
[/branches/new68k/scripts/src]3rdparty.lua

r191870 Tuesday 10th January, 2023 at 19:35:57 UTC by Ryan Holtz
-ncr53c90: Drop ATN during the message phase of Transfer Information command, per OG's suggestion. [Ryan Holtz] (#10823)

Co-authored-by: Ryan Holtz <TheMogMiner>
[/branches/new68k/src/devices/machine]ncr53c90.cpp

r191869 Tuesday 10th January, 2023 at 17:20:00 UTC by Ryan Holtz
sun4c, SPARC, and NCR53C90 bug fixes: (#10821) [Ryan Holtz]

* machine/ncr53c90.cpp: Renamed to ncr53c90 to avoid confusion about the actual NCR part name.
* machine/ncr53c90.cpp: Fixed 'Select w/ ATN and Stop' command in DMA mode.
* cpu/sparc: Avoid using temporary C-strings as address space names.
* machine/sun4c_mmu.cpp: Fixed l2p debugger command by removing inadvertent narrowing conversion.
* sun/sun4.cpp: Switched to NCR 53C90 from 53C90A, and fixed DMA byte-address masking - fixes Solaris 2.4 booting.
[/branches/new68k/scripts/src]machine.lua
[/branches/new68k/src/devices/bus/archimedes/podule]scsi_morley.cpp scsi_vti.cpp
[/branches/new68k/src/devices/bus/isa]bt54x.cpp tekram_dc820.cpp ultra14f.cpp ultra24f.cpp
[/branches/new68k/src/devices/bus/nscsi]cdd2000.cpp cdu415.h cdu75s.h crd254sh.h cw7501.cpp
[/branches/new68k/src/devices/bus/qbus]qtx.h
[/branches/new68k/src/devices/cpu/sparc]sparc.cpp sparc.h
[/branches/new68k/src/devices/machine]ncr5390.cpp ncr5390.h ncr53c90.cpp* ncr53c90.h* spifi3.cpp spifi3.h sun4c_mmu.cpp
[/branches/new68k/src/mame/apple]macpdm.cpp macquadra700.cpp
[/branches/new68k/src/mame/dec]decstation.cpp
[/branches/new68k/src/mame/intergraph]interpro.cpp
[/branches/new68k/src/mame/microsoft]jazz.cpp
[/branches/new68k/src/mame/mips]mips.cpp
[/branches/new68k/src/mame/nec]ews4800.cpp
[/branches/new68k/src/mame/next]next.cpp next.h
[/branches/new68k/src/mame/sun]sun4.cpp

r191868 Tuesday 10th January, 2023 at 16:59:21 UTC by Osso
New working clones
------------------
Gals Panic (unprotected, ver. 2.0) [Brian Troha, The Dumping Union]

- capcom/tigeroad.cpp: derived clocks from actual XTALs present of PCBs [Brian Troha]
[/branches/new68k/src/mame]mame.lst
[/branches/new68k/src/mame/capcom]tigeroad.cpp
[/branches/new68k/src/mame/kaneko]galpanic.cpp

r191867 Tuesday 10th January, 2023 at 15:52:47 UTC by AJR
Revert "stupid git"

This reverts commit 52ed9d21fb1eb82eba91684a2f329b1a5ef02c76.
[/branches/new68k/src/mame]mame.lst

r191866 Tuesday 10th January, 2023 at 15:47:37 UTC by AJR
scmp: Fix device name
[/branches/new68k/src/devices/cpu/scmp]scmp.cpp

r191865 Tuesday 10th January, 2023 at 15:44:52 UTC by AJR
Merge branch 'stupid_git'
[/branches/new68k/3rdparty/softfloat]f2xm1.c* fpatan.c fyl2x.c
[/branches/new68k/scripts/src]3rdparty.lua
[/branches/new68k/src/devices/bus/isa]s3virge.cpp s3virge.h
[/branches/new68k/src/devices/cpu/i386]x87ops.hxx
[/branches/new68k/src/devices/machine]i8087.cpp
[/branches/new68k/src/devices/video]virge_pci.cpp
[/branches/new68k/src/emu]inpttype.ipp
[/branches/new68k/src/mame]arcade.flt mame.lst
[/branches/new68k/src/mame/misc]cleartone.cpp*
[/branches/new68k/src/mame/namco]namcos2.cpp
[/branches/new68k/src/mame/taito]taito_f2.cpp
[/branches/new68k/src/osd/interface]inputcode.h
[/branches/new68k/src/osd/modules/input]input_dinput.cpp input_xinput.cpp

r191864 Tuesday 10th January, 2023 at 15:44:46 UTC by AJR
stupid git
[/branches/new68k/3rdparty/softfloat]f2xm1.c fpatan.c fyl2x.c
[/branches/new68k/scripts/src]3rdparty.lua
[/branches/new68k/src/devices/bus/isa]s3virge.cpp s3virge.h
[/branches/new68k/src/devices/cpu/i386]x87ops.hxx
[/branches/new68k/src/devices/machine]i8087.cpp
[/branches/new68k/src/devices/video]virge_pci.cpp
[/branches/new68k/src/emu]inpttype.ipp
[/branches/new68k/src/mame]arcade.flt mame.lst
[/branches/new68k/src/mame/misc]cleartone.cpp
[/branches/new68k/src/mame/namco]namcos2.cpp
[/branches/new68k/src/mame/taito]taito_f2.cpp
[/branches/new68k/src/osd/interface]inputcode.h
[/branches/new68k/src/osd/modules/input]input_dinput.cpp input_xinput.cpp

r191863 Tuesday 10th January, 2023 at 13:10:57 UTC by Angelo Salese
video/virge_pci.cpp: fix remapping, allow pcipc with ibm5170_hdd:win98se to boot without hacks in 256 color mode (#10804)

* video/virge_pci.cpp: fix remapping, allow pcipc with ibm5170_hdd:win98se to boot without hacks in 256 color mode

* bus/isa/s3virge.cpp: implement DPna, DSna, DSno, DSPDxax and DSo ROP opcodes

* video/virge_pci.cpp: hookup VGA ports to MMIO, makes HW mouse cursor usable

* bus/isa/s3virge.cpp: fix device_reset inheritance, make s3d to start in idle state

* bus/isa/s3virge.cpp: fix source pitch stride

* bus/isa/s3virge.cpp: make bitblt_colour_step / bitblt_monosrc_step a bit less verbose

* bus/isa/s3virge.cpp: stride follows up what's reading it

* bus/isa/s3virge.cpp: clip against de bit

* video/virge_pci.cpp: update BAR fix to catchup lower address config

* bus/isa/s3virge.cpp: initialize pattern variable in mono mode

* bus/isa/s3virge.cpp: fix mistake with shift << 8 in 8bpp pattern path, fixes Windows tooltips/Windows XP welcome setup screen

* bus/isa/s3virge.cpp: QA notes
[/branches/new68k/src/devices/bus/isa]s3virge.cpp s3virge.h
[/branches/new68k/src/devices/video]virge_pci.cpp

r191862 Tuesday 10th January, 2023 at 01:50:44 UTC by Carl
i8087: clang fix
[/branches/new68k/src/devices/machine]i8087.cpp

r191861 Monday 9th January, 2023 at 22:22:26 UTC by Carl
i8087: fix fpu here too
[/branches/new68k/src/devices/machine]i8087.cpp

r191860 Monday 9th January, 2023 at 20:08:08 UTC by Carl
i386: fix fpu log2 and atan
[/branches/new68k/3rdparty/softfloat]f2xm1.c* fpatan.c fyl2x.c
[/branches/new68k/scripts/src]3rdparty.lua
[/branches/new68k/src/devices/cpu/i386]x87ops.hxx

r191859 Monday 9th January, 2023 at 17:53:25 UTC by Vasantha Crabb
-Input code cleanup:

* dinput, xinput: Use proper item IDs for hat switches rather than
 "other switch".
* xinput: Map right thumb stick to Z/rZ for consistency with SDL and
 DirectInput.
* xinput: Map triggers to additional absolute axes 1 and 2.
* xinput: Map start and back buttons to start and select.
* Added default assignments for player 5-10 start/select.
* Added default assignments for 5P-8P start and coin 5-8.

-namco/namcos2.cpp: Changed collective pitch control to AD Stick Z.
[/branches/new68k/src/emu]inpttype.ipp
[/branches/new68k/src/mame/namco]namcos2.cpp
[/branches/new68k/src/osd/interface]inputcode.h
[/branches/new68k/src/osd/modules/input]input_dinput.cpp input_xinput.cpp

r191858 Monday 9th January, 2023 at 17:28:07 UTC by Osso
New systems marked not working
------------------------------
Bonus Talker [Boge , Hammy, LewisB]
[/branches/new68k/src/mame]arcade.flt mame.lst
[/branches/new68k/src/mame/misc]cleartone.cpp*

r191857 Monday 9th January, 2023 at 16:56:22 UTC by David Haywood
fix for 08543: megablst and clones: Shield powerup aura on option is missing (#10810)
[/branches/new68k/src/mame/taito]taito_f2.cpp

r191856 Monday 9th January, 2023 at 14:23:04 UTC by AJR
scmp: Rewrite disassembler; change CPU endianness
[/branches/new68k/src/devices/cpu/scmp]scmp.cpp scmp.h scmpdasm.cpp scmpdasm.h
[/branches/new68k/src/tools]unidasm.cpp

r191855 Sunday 8th January, 2023 at 23:06:11 UTC by clawgrip
pinball/inder.cpp: Add note about 'Mundial 90' (#10813)
[/branches/new68k/src/mame/pinball]inder.cpp

r191854 Sunday 8th January, 2023 at 20:34:48 UTC by AJR
debugcon.h: Remove long-obsolete macros
[/branches/new68k/src/emu/debug]debugcon.h

r191853 Sunday 8th January, 2023 at 20:30:44 UTC by benrg
Make all clients of a2_video_device use screen_update (#10809)

The superga2 and tk2000 drivers called hgr_update directly. Instead set
the appropriate mode and call screen_update, and make hgr_update private
along with the other mode-specific functions.
[/branches/new68k/src/mame/apple]apple2video.cpp apple2video.h superga2.cpp tk2000.cpp

r191852 Sunday 8th January, 2023 at 18:00:31 UTC by hap
pic16c62x: correct copyright holder
[/branches/new68k/src/devices/cpu/pic16c62x]16c62xdsm.cpp 16c62xdsm.h pic16c62x.cpp pic16c62x.h

r191851 Sunday 8th January, 2023 at 17:51:47 UTC by hap
pic16c5x: no need for m_old_data class variable
[/branches/new68k/src/devices/cpu/pic16c5x]pic16c5x.cpp pic16c5x.h

r191850 Sunday 8th January, 2023 at 17:35:03 UTC by hap
pic16c5x: shorthand variable types
[/branches/new68k/src/devices/cpu/pic16c5x]16c5xdsm.cpp pic16c5x.cpp pic16c5x.h

r191849 Sunday 8th January, 2023 at 17:19:35 UTC by hap
pic16c5x: lowercase function names that aren't macros
[/branches/new68k/src/devices/cpu/pic16c5x]pic16c5x.cpp pic16c5x.h

r191848 Sunday 8th January, 2023 at 16:22:53 UTC by hap
pic16c5x: improved RTCC pin timer count
[/branches/new68k/src/devices/cpu/pic16c5x]pic16c5x.cpp pic16c5x.h

Previous 50 199869 Revisions Next 50


© 1997-2024 The MAME Team