Note Feed

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

Previous 50 199869 Revisions Next 50

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

r191506 Monday 9th January, 2023 at 20:38:11 UTC by James Wallace
BFM_BDA.cpp : Restore window code to fix SC5 graphical glitches
[/branches/bda_window_fix/src/mame/bfm]bfm_bda.cpp

r191505 Monday 9th January, 2023 at 20:08:08 UTC by Carl
i386: fix fpu log2 and atan
[/branches]bda_window_fix*

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

r191503 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.
[src/emu]inpttype.ipp
[src/mame/namco]namcos2.cpp
[src/osd/interface]inputcode.h
[src/osd/modules/input]input_dinput.cpp input_xinput.cpp

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

r191501 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)
[src/mame/taito]taito_f2.cpp

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

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

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

r191497 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.
[src/mame/apple]apple2video.cpp apple2video.h superga2.cpp tk2000.cpp

r191496 Sunday 8th January, 2023 at 19:56:50 UTC by Angelo Salese
bus/isa/s3virge.cpp: initialize pattern variable in mono mode
[/branches/vga_virge/src/devices/bus/isa]s3virge.cpp

r191495 Sunday 8th January, 2023 at 19:20:16 UTC by Angelo Salese
video/virge_pci.cpp: update BAR fix to catchup lower address config
[/branches/vga_virge/src/devices/video]virge_pci.cpp

r191494 Sunday 8th January, 2023 at 18:27:54 UTC by Angelo Salese
bus/isa/s3virge.cpp: clip against de bit
[/branches/vga_virge/src/devices/bus/isa]s3virge.cpp

r191493 Sunday 8th January, 2023 at 16:39:49 UTC by Angelo Salese
bus/isa/s3virge.cpp: stride follows up what's reading it
[/branches/vga_virge/src/devices/bus/isa]s3virge.cpp s3virge.h

r191492 Sunday 8th January, 2023 at 14:44:32 UTC by Angelo Salese
bus/isa/s3virge.cpp: make bitblt_colour_step / bitblt_monosrc_step a bit less verbose
[/branches/vga_virge/src/devices/bus/isa]s3virge.cpp

r191491 Sunday 8th January, 2023 at 14:20:05 UTC by Angelo Salese
bus/isa/s3virge.cpp: fix source pitch stride
[/branches/vga_virge/src/devices/bus/isa]s3virge.cpp s3virge.h

r191490 Sunday 8th January, 2023 at 00:08:46 UTC by Angelo Salese
bus/isa/s3virge.cpp: fix device_reset inheritance, make s3d to start in idle state
[/branches/vga_virge/src/devices/bus/isa]s3virge.cpp

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

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

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

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

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

r191484 Sunday 8th January, 2023 at 13:18:27 UTC by hap
pic16c5x: writing to reg 2 takes one more cycle
[src/devices/cpu/i8085]i8085.cpp
[src/devices/cpu/pic16c5x]pic16c5x.cpp

r191483 Sunday 8th January, 2023 at 13:18:27 UTC by hap
sfxphasor: tweak some parameters
[src/mame]nl.flt
[src/mame/handheld]hh_pic16.cpp nl_sfxphasor.cpp

r191482 Sunday 8th January, 2023 at 04:32:15 UTC by benrg
a2_video_device: make some accessors const (#10807)
[src/mame/apple]apple2video.h

r191481 Sunday 8th January, 2023 at 04:14:54 UTC by R. Belmont
macadb: remove unnecessary debug helper. [R. Belmont]
[src/mame/apple]macadb.cpp

r191480 Sunday 8th January, 2023 at 04:09:27 UTC by R. Belmont
macadb: support telling ADB devices to enable/disable SRQ. [R. Belmont]
Eliminates the need for the "iigs_mode" hack since the IIgs firmware knows the MCU program is buggy and disables mouse SRQs.
[src/mame/apple]apple2gs.cpp macadb.cpp macadb.h

r191479 Sunday 8th January, 2023 at 00:20:19 UTC by R. Belmont
apple2gs: support the Control Panel disable jumper that ROM 3 machines have. [R. Belmont]
[src/mame/apple]apple2gs.cpp

r191478 Saturday 7th January, 2023 at 23:10:15 UTC by Angelo Salese
video/virge_pci.cpp: hookup VGA ports to MMIO, makes HW mouse cursor usable
[/branches/vga_virge/src/devices/video]virge_pci.cpp

r191477 Saturday 7th January, 2023 at 21:51:58 UTC by Angelo Salese
bus/isa/s3virge.cpp: implement DPna, DSna, DSno, DSPDxax and DSo ROP opcodes
[/branches/vga_virge/src/devices/bus/isa]s3virge.cpp

r191476 Saturday 7th January, 2023 at 20:35:00 UTC by Angelo Salese
video/virge_pci.cpp: fix remapping, allow pcipc with ibm5170_hdd:win98se to boot without hacks in 256 color mode
[/branches/vga_virge/src/devices/video]virge_pci.cpp

r191475 Saturday 7th January, 2023 at 16:44:07 UTC by Angelo Salese
New working software list items
-------------------------------
ibm5170_cdrom.xml: Sid Meier's Civilization II, Myst, Princess Maker II (Japan), Sonic & Knuckles Collection [archive.org]

New software list items marked not working
------------------------------------------
ibm5170_cdrom.xml: Archimedean Dynasty, Destruction Derby 2, Jagged Alliance: Deadly Games, Lomax, Triple Play '98, Virtua Fighter PC [archive.org]
[/branches]vga_virge*

r191474 Saturday 7th January, 2023 at 21:03:54 UTC by benrg
Apple II: fix Video-7 RGB card double hi-res modes (#10797)

Fix an off-by-1 error in the 160-column mode that caused the rightmost 2
pixels to be omitted. In 140-column color and mixed modes, use custom
logic to make 140 wide pixels instead of simulating blurry artifact
color. In mixed mode, each high bit controls 7 narrow pixels according
to the manual.
[src/mame/apple]apple2video.cpp

r191473 Saturday 7th January, 2023 at 20:54:53 UTC by hap
pic16c5x: make it easier to write in the comment block
[src/devices/cpu/pic16c5x]16c5xdsm.cpp 16c5xdsm.h pic16c5x.cpp pic16c5x.h

r191472 Saturday 7th January, 2023 at 20:18:39 UTC by hap
pic16c5x: statusreg high bits are 1 on old GI PIC
[src/devices/cpu/f8]f8.cpp
[src/devices/cpu/mcs48]mcs48.cpp
[src/devices/cpu/pic16c5x]pic16c5x.cpp pic16c5x.h
[src/mame/layout]maniac.lay

r191471 Saturday 7th January, 2023 at 20:02:07 UTC by Nathan Woods
Fixed a bug in the OS-9 file systems file name validation function that caused it to incorrectly tolerate characters with the seventh bit set (#10802)
[src/lib/formats]fs_coco_os9.cpp

r191470 Saturday 7th January, 2023 at 19:21:42 UTC by AJR
debugbuf.cpp: Don't use paged formats for addresses in disassembler output unless logical address width exceeds page size
[src/emu/debug]debugbuf.cpp

r191469 Saturday 7th January, 2023 at 18:27:10 UTC by AJR
macadb.cpp: Initialize and save variables properly (fixes reported regressions)
[src/mame/apple]macadb.cpp

r191468 Saturday 7th January, 2023 at 18:17:18 UTC by Vasantha Crabb
bgfx: Back out some formatting changes to minimise conflicts.
[src/osd/modules/render/bgfx]chainmanager.cpp

r191467 Saturday 7th January, 2023 at 18:06:50 UTC by Vasantha Crabb
bgfx: Save values of most sliders per-system.
[src/emu]config.cpp
[src/osd/modules/render]drawbgfx.cpp drawbgfx.h
[src/osd/modules/render/bgfx]chain.h chainmanager.cpp chainmanager.h inputpair.cpp slider.h sliderreader.cpp statereader.cpp statereader.h
[src/osd/windows]window.cpp

r191466 Saturday 7th January, 2023 at 18:06:50 UTC by GitHub
-

r191465 Saturday 7th January, 2023 at 18:06:50 UTC by GitHub
-

r191464 Saturday 7th January, 2023 at 16:44:07 UTC by Angelo Salese
New working software list items
-------------------------------
ibm5170_cdrom.xml: Sid Meier's Civilization II, Myst, Princess Maker II (Japan), Sonic & Knuckles Collection [archive.org]

New software list items marked not working
------------------------------------------
ibm5170_cdrom.xml: Archimedean Dynasty, Destruction Derby 2, Jagged Alliance: Deadly Games, Lomax, Triple Play '98, Virtua Fighter PC [archive.org]
[hash]ibm5170_cdrom.xml

r191463 Saturday 7th January, 2023 at 13:54:14 UTC by ksherlock
apple2gs - make kmstatus match actual IIgs behavior; (#10798)

* mouse data register is full until both x/y are read
* X/Y bit set after X is read, cleared after Y is read
* X/Y bit was accidentally dependent on the KGS_ANY_KEY_DOWN bit
[src/mame/apple]apple2gs.cpp

r191462 Friday 6th January, 2023 at 16:52:51 UTC by Vasantha Crabb
-Added GitHub issue template for bug reports. [Firehawke, Vas Crabb]

-sega: Got rid of some unnecessary and contradictory member
initialisations.  Having members initialised in the constructor and
also at declarations just leads to confusion.
[.github/ISSUE_TEMPLATE]bug-report.yml* config.yml*
[src/mame/sega]315_5296.h segas18.h

r191461 Friday 6th January, 2023 at 16:29:47 UTC by hap
sfxphasor: added netlist sound
[src/mame/handheld]hh_pic16.cpp nl_sfxphasor.cpp* nl_sfxphasor.h*
[src/mame/vtech]gamemachine.cpp

r191460 Friday 6th January, 2023 at 15:06:43 UTC by paul.arnold
misc/magic10.cpp: Added Super Petrix (stealth gambling game). (#10785)

New working machines
----------------
Super Petrix (ver. 1P)
[src/mame]mame.lst
[src/mame/misc]magic10.cpp

r191459 Friday 6th January, 2023 at 06:30:23 UTC by patrick.mackinlay
rtpc: wip, now able to boot from vrm floppy

* rtpc: improve keyboard/locator/speaker adapter emulation
* romp: fully decode memory and i/o access from processor channel
* iocc: use emumem flags for isa bus i/o width detection
* iocc: correct isa bus access endianness
* iocc: internalize tcw and csr
[src/devices/bus/rtpc]kbd.cpp
[src/devices/cpu/romp]romp.cpp romp.h rsc.h
[src/mame/ibm]rosetta.h rtpc.cpp rtpc_iocc.cpp rtpc_iocc.h

r191458 Friday 6th January, 2023 at 05:15:36 UTC by Osso
- misc/smd2144c.cpp: documented that the sets are actually missing the H8S internal ROM

- pinball/by35.cpp: added actual sound CPU ROM for cosflash [PinMAME]
[src/mame/misc]smd2144c.cpp
[src/mame/pinball]by35.cpp

Previous 50 199869 Revisions Next 50


© 1997-2024 The MAME Team