Note Feed

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

Previous 50 199869 Revisions Next 50

r195438 Tuesday 18th April, 2023 at 15:48:39 UTC by Vasantha Crabb
namco/namcos10.cpp, namco/ns10crypt.cpp: Cleanup:

* Tidied some system descriptions.
* Use an 8-character short name for parent Sugorotic JAPAN.
* Don't use std::function unnecessarily.
* Calculate GF2 reduction table at compile time.
[src/mame]mame.lst
[src/mame/namco]namcos10.cpp ns10crypt.cpp ns10crypt.h

r195437 Tuesday 18th April, 2023 at 14:49:56 UTC by 987123879113
namco/namcos10.cpp: More dumps/redumps, new decryption devices, and more I/O emulation. (#11114)

* Implemented the basics of the MEM(P3) memory/I/O board.
* Added controls for more games.
* Marked Pacman BALL as a bad dump.
* Marked all games as MACHINE_IMPERFECT_SOUND in anticipation of complaints.
* cpu/tlcs900/tmp95c061.cpp: Added basic ADC support (based on TMP95C063).
* namco/namcos10_exio.cpp: Added System 10 I/O expander board (EXIO) emulation.
* namco/ns10crypt.cpp: Moved per-game decryption setup to client configuration.
* Added decryption setups for GAHAHA Ippatsudou, Golgo 13: Juusei no Requiem, Sekai Kaseki Hakken, Pacman BALL, Medal no Tatsujin, Medal no Tatsujin 2 and Sugorotic JAPAN. [Samuel Neves, Peter Wilhelmsen]

Systems promoted to working
----------------------------
GAHAHA Ippatsudou (World, GID2 Ver.A) [Samuel Neves, Peter Wilhelmsen, Windy Fairy]
GAHAHA Ippatsudou 2 (Japan, GIS1 Ver.A) [Samuel Neves, Peter Wilhelmsen, Windy Fairy]
Golgo 13: Juusei no Requiem (Japan, GLT1 VER.A) [Samuel Neves, Peter Wilhelmsen, Windy Fairy]
Kotoba no Puzzle Mojipittan (Japan, KPM1 Ver.A) [Brizzo, Smitdogg, The Dumping Union, Windy Fairy]

New systems marked not working
--------------------------------
Sugorotic JAPAN (STJ1 Ver.C) [Brizzo, Smitdogg, The Dumping Union]
Tsukkomi Yousei Gips Nice Tsukkomi (NTK1 Ver.A) [Guru]
[src/devices/cpu/tlcs900]tmp95c061.cpp tmp95c061.h
[src/emu]xtal.cpp
[src/mame]mame.lst
[src/mame/namco]namcos10.cpp namcos10_exio.cpp* namcos10_exio.h* ns10crypt.cpp ns10crypt.h

r195436 Tuesday 18th April, 2023 at 11:33:43 UTC by Dirk Best
free220: Fix video emulation, add NVRAM, add aux port, mark working

Graphics still need work, but its usable as a terminal now.

Systems promoted to working
---------------------------
Liberty Electronics Freedom 220
[src/mame/liberty]freedom220.cpp freedom220_kbd.cpp freedom220_kbd.h

r195435 Tuesday 18th April, 2023 at 11:33:43 UTC by GitHub
-

r195434 Tuesday 18th April, 2023 at 10:02:30 UTC by Angelo Salese
hash/dc.xml: perform a QA pass for Japanese sets (#11115)
[hash]dc.xml
[src/devices/bus/ata]gdrom.cpp

r195433 Tuesday 18th April, 2023 at 00:18:11 UTC by Angelo Salese
v810/v810.cpp: NVC specific opcodes don't affect flags
[/branches/v810_irqs/src/devices/cpu/v810]v810.cpp

r195432 Monday 17th April, 2023 at 21:16:39 UTC by Angelo Salese
Merge from master [skip ci]
[/branches/v810_irqs/src/devices/cpu/v810]v810.cpp

r195431 Monday 17th April, 2023 at 21:05:49 UTC by Angelo Salese
Merge branch 'master' into v810_irqs
[/branches/v810_irqs/hash]vboy.xml
[/branches/v810_irqs/src/devices/cpu/v810]v810.cpp v810.h
[/branches/v810_irqs/src/devices/video]huc6261.cpp huc6272.cpp huc6272.h
[/branches/v810_irqs/src/mame/nintendo]vboy.cpp

r195430 Monday 17th April, 2023 at 20:25:23 UTC by Vasantha Crabb
seta/srmp2.cpp: Cleaned up inputs a little, and suppress side effects of reads for debugger.
[/branches/v810_irqs/src/mame/seta]srmp2.cpp srmp2.h

r195429 Monday 17th April, 2023 at 18:05:15 UTC by Vasantha Crabb
bus/msx/cart/hbi55.cpp: Updated for core interface changes.
[/branches/v810_irqs/src/devices/bus/msx/cart]hbi55.cpp

r195428 Monday 17th April, 2023 at 17:52:50 UTC by wilbertpol
bus/msx/cart: Added Sony HBI-55/Yamaha UDC-01 SRAM data cartridges. (#10966)
[/branches/v810_irqs/scripts/src]bus.lua
[/branches/v810_irqs/src/devices/bus/msx/cart]cartridge.cpp hbi55.cpp* hbi55.h* slotoptions.cpp slotoptions.h

r195427 Monday 17th April, 2023 at 17:43:59 UTC by Vasantha Crabb
cpu/v810: Suppress I/O space properly when it has no configured map.
[/branches/v810_irqs/src/devices/cpu/v810]v810.cpp

r195426 Monday 17th April, 2023 at 17:34:25 UTC by feos
3rdparty/linenoise: Support keypad Enter on Windows. (#11109)
[/branches/v810_irqs/3rdparty/linenoise]linenoise-win32.c

r195425 Monday 17th April, 2023 at 17:32:21 UTC by arcadeshadow
ibmpcjr_cart.xml, m5_flop.xml, buzztime_cart.xml: Corrected capitalisation in list names. (#11112)
[/branches/v810_irqs/hash]buzztime_cart.xml ibmpcjr_cart.xml m5_flop.xml

r195424 Monday 17th April, 2023 at 16:16:12 UTC by fabio.dl
sega/sg1000.cpp: Fixed tape loading. (#11119)

High bits from E
[/branches/v810_irqs/src/mame/sega]sg1000.cpp

r195423 Monday 17th April, 2023 at 15:24:36 UTC by jiaxun.yang
bus/gio64/newport.cpp, cpu/mips/mips3.cpp: Fixed issues affecting IRIX. (#11117)

* cpu/mips/mips3.cpp: Sign-extend result of COP0 LL instruction.
* cpu/mips/mips3.cpp: Ported COP0 Random implementation from new R4000 interpreter.
* bus/gio64/newport.cpp: Use octant encoding used by hardware, and fixed Scr2Scr.
[/branches/v810_irqs/src/devices/bus/gio64]newport.cpp
[/branches/v810_irqs/src/devices/cpu/mips]mips3.cpp

r195422 Monday 17th April, 2023 at 14:39:32 UTC by buffi
psikyo/psikyo.cpp: Corrected vertical blanking interrupt for s1945/tengai and removed MACHINE_IMPERFECT_TIMING flag. (#11120)
[/branches/v810_irqs/src/mame/psikyo]psikyo.cpp

r195421 Monday 17th April, 2023 at 05:45:12 UTC by Curt Coder
3rdparty/portmidi: Fix compile with Clang 14.0.3 on macOS
[/branches/v810_irqs/3rdparty/portmidi/pm_mac]pmmac.c readbinaryplist.c
[/branches/v810_irqs/3rdparty/portmidi/porttime]ptmacosx_mach.c

r195420 Sunday 16th April, 2023 at 18:10:52 UTC by AJR
wd_fdc: IRQ/DRQ corrections
- Always interrupt upon command completion and clear busy flag if the latter was set (even if DRQ was not serviced)
- Drop DRQ when "Force Interrupt" command is issued in idle state

This partially reverts the changes of 60ced2cb0c9c4ae9a2f6a65ff50b07fecee78f4c.
[/branches/v810_irqs/src/devices/machine]wd_fdc.cpp

r195419 Sunday 16th April, 2023 at 17:51:10 UTC by Vasantha Crabb
cpu/m6502: More this-> for templatey goodness.
[/branches/v810_irqs/src/devices/cpu/m6502]m6502mcu.ipp

r195418 Sunday 16th April, 2023 at 17:30:51 UTC by Vasantha Crabb
cpu/m6502: Template 6502 microcontroller helper on underlying CPU type.
[/branches/v810_irqs/scripts/src]cpu.lua
[/branches/v810_irqs/src/devices/cpu/m6502]m6500_1.cpp m6500_1.h m6502.cpp m6502.h m6502mcu.h* m6502mcu.ipp*

r195417 Sunday 16th April, 2023 at 17:14:59 UTC by AJR
wd_fdc: Drop DRQ when ending a normal command or starting a "Force Interrupt" command
[/branches/v810_irqs/src/devices/machine]wd_fdc.cpp

r195416 Sunday 16th April, 2023 at 17:13:04 UTC by AJR
i8257: Minor logging improvement
[/branches/v810_irqs/hash]vboy.xml
[/branches/v810_irqs/src/devices/cpu/v810]v810.cpp v810.h
[/branches/v810_irqs/src/devices/machine]i8257.cpp
[/branches/v810_irqs/src/devices/video]huc6261.cpp huc6272.cpp huc6272.h
[/branches/v810_irqs/src/mame/nintendo]vboy.cpp

r195415 Monday 17th April, 2023 at 21:05:26 UTC by Angelo Salese
nintendo/vboy.cpp: fix hyperfgt backgrounds
[/branches/v810_irqs/hash]vboy.xml
[/branches/v810_irqs/src/mame/nintendo]vboy.cpp

r195414 Monday 17th April, 2023 at 20:25:23 UTC by Vasantha Crabb
seta/srmp2.cpp: Cleaned up inputs a little, and suppress side effects of reads for debugger.
[src/mame/seta]srmp2.cpp srmp2.h

r195413 Monday 17th April, 2023 at 18:05:15 UTC by Vasantha Crabb
bus/msx/cart/hbi55.cpp: Updated for core interface changes.
[src/devices/bus/msx/cart]hbi55.cpp

r195412 Monday 17th April, 2023 at 17:52:50 UTC by wilbertpol
bus/msx/cart: Added Sony HBI-55/Yamaha UDC-01 SRAM data cartridges. (#10966)
[scripts/src]bus.lua
[src/devices/bus/msx/cart]cartridge.cpp hbi55.cpp* hbi55.h* slotoptions.cpp slotoptions.h

r195411 Monday 17th April, 2023 at 17:43:59 UTC by Vasantha Crabb
cpu/v810: Suppress I/O space properly when it has no configured map.
[src/devices/cpu/v810]v810.cpp

r195410 Monday 17th April, 2023 at 17:34:25 UTC by feos
3rdparty/linenoise: Support keypad Enter on Windows. (#11109)
[3rdparty/linenoise]linenoise-win32.c

r195409 Monday 17th April, 2023 at 17:32:21 UTC by arcadeshadow
ibmpcjr_cart.xml, m5_flop.xml, buzztime_cart.xml: Corrected capitalisation in list names. (#11112)
[hash]buzztime_cart.xml ibmpcjr_cart.xml m5_flop.xml

r195408 Monday 17th April, 2023 at 16:16:12 UTC by fabio.dl
sega/sg1000.cpp: Fixed tape loading. (#11119)

High bits from E
[src/mame/sega]sg1000.cpp

r195407 Monday 17th April, 2023 at 15:24:36 UTC by jiaxun.yang
bus/gio64/newport.cpp, cpu/mips/mips3.cpp: Fixed issues affecting IRIX. (#11117)

* cpu/mips/mips3.cpp: Sign-extend result of COP0 LL instruction.
* cpu/mips/mips3.cpp: Ported COP0 Random implementation from new R4000 interpreter.
* bus/gio64/newport.cpp: Use octant encoding used by hardware, and fixed Scr2Scr.
[src/devices/bus/gio64]newport.cpp
[src/devices/cpu/mips]mips3.cpp

r195406 Monday 17th April, 2023 at 14:39:32 UTC by buffi
psikyo/psikyo.cpp: Corrected vertical blanking interrupt for s1945/tengai and removed MACHINE_IMPERFECT_TIMING flag. (#11120)
[src/mame/psikyo]psikyo.cpp

r195405 Monday 17th April, 2023 at 05:45:12 UTC by Curt Coder
3rdparty/portmidi: Fix compile with Clang 14.0.3 on macOS
[3rdparty/portmidi/pm_mac]pmmac.c readbinaryplist.c
[3rdparty/portmidi/porttime]ptmacosx_mach.c

r195404 Sunday 16th April, 2023 at 18:10:52 UTC by AJR
wd_fdc: IRQ/DRQ corrections
- Always interrupt upon command completion and clear busy flag if the latter was set (even if DRQ was not serviced)
- Drop DRQ when "Force Interrupt" command is issued in idle state

This partially reverts the changes of 60ced2cb0c9c4ae9a2f6a65ff50b07fecee78f4c.
[src/devices/machine]wd_fdc.cpp

r195403 Sunday 16th April, 2023 at 17:51:10 UTC by Vasantha Crabb
cpu/m6502: More this-> for templatey goodness.
[src/devices/cpu/m6502]m6502mcu.ipp

r195402 Sunday 16th April, 2023 at 17:30:51 UTC by Vasantha Crabb
cpu/m6502: Template 6502 microcontroller helper on underlying CPU type.
[scripts/src]cpu.lua
[src/devices/cpu/m6502]m6500_1.cpp m6500_1.h m6502.cpp m6502.h m6502mcu.h* m6502mcu.ipp*

r195401 Sunday 16th April, 2023 at 17:14:59 UTC by AJR
wd_fdc: Drop DRQ when ending a normal command or starting a "Force Interrupt" command
[src/devices/machine]wd_fdc.cpp

r195400 Sunday 16th April, 2023 at 17:13:04 UTC by AJR
i8257: Minor logging improvement
[src/devices/machine]i8257.cpp

r195399 Sunday 16th April, 2023 at 16:33:24 UTC by Angelo Salese
v810/v810.cpp: fix AS_IO routing to AS_PROGRAM when not present, fix regression with nesterfb
[/branches/v810_irqs/hash]vboy.xml
[/branches/v810_irqs/src/devices/cpu/v810]v810.cpp
[/branches/v810_irqs/src/mame/nintendo]vboy.cpp

r195398 Sunday 16th April, 2023 at 15:59:51 UTC by Angelo Salese
Merge branch 'master' into v810_irqs
[/branches/v810_irqs/hash]vboy.xml
[/branches/v810_irqs/src/devices/cpu/v810]v810.cpp v810.h
[/branches/v810_irqs/src/devices/video]huc6261.cpp huc6272.cpp huc6272.h
[/branches/v810_irqs/src/mame/nintendo]vboy.cpp

r195397 Sunday 16th April, 2023 at 15:39:50 UTC by wilbertpol
bus/msx/module: Added Yamaha SKW-01 emulation. (#11113)

msx/msx2.cpp, msx/msx1_v9938.cpp: Changed the name of all MSX_SLOT_YAMAHA_EXPANSION devices to 'module'.
[/branches/v810_irqs/scripts/src]bus.lua
[/branches/v810_irqs/src/devices/bus/msx/module]module.cpp sfg.h skw01.cpp* skw01.h*
[/branches/v810_irqs/src/mame/msx]msx1_v9938.cpp msx2.cpp

r195396 Sunday 16th April, 2023 at 15:35:58 UTC by arcadeshadow
snes.xml: Tidied up descriptions. (#11111)
[/branches/v810_irqs/hash]snes.xml

r195395 Sunday 16th April, 2023 at 01:21:07 UTC by AJR
rungun.cpp: Eliminate some tag lookups
[/branches/v810_irqs/src/mame/konami]rungun.cpp

r195394 Sunday 16th April, 2023 at 01:13:25 UTC by AJR
rungun.cpp: Remove unused function
[/branches/v810_irqs/src/mame/konami]rungun.cpp

r195393 Saturday 15th April, 2023 at 23:46:17 UTC by AJR
88games.cpp, asterix.cpp, bishi.cpp, chqflag.cpp, crimfght.cpp, dbz.cpp, djmain.cpp, gijoe.cpp, gradius3.cpp, lethal.cpp, moo.cpp, qdrmfgp.cpp, rungun.cpp, simpsons.cpp, spy.cpp, xexex.cpp: Consolidate drivers in one file each; remove a few ancient progress notes
[/branches/v810_irqs/src/mame/konami]88games.cpp 88games.h 88games_v.cpp asterix.cpp asterix.h asterix_v.cpp bishi.cpp bishi.h bishi_v.cpp chqflag.cpp chqflag.h chqflag_v.cpp crimfght.cpp crimfght.h crimfght_v.cpp dbz.cpp dbz.h dbz_v.cpp djmain.cpp djmain.h djmain_v.cpp gijoe.cpp gijoe.h gijoe_v.cpp gradius3.cpp gradius3.h gradius3_v.cpp lethal.cpp lethal.h lethal_v.cpp moo.cpp moo.h moo_v.cpp qdrmfgp.cpp qdrmfgp.h qdrmfgp_v.cpp rungun.cpp rungun.h rungun_v.cpp simpsons.cpp simpsons.h simpsons_m.cpp simpsons_v.cpp spy.cpp spy.h spy_v.cpp xexex.cpp xexex.h xexex_v.cpp

r195392 Saturday 15th April, 2023 at 22:23:04 UTC by AJR
Clean up floppy-related code in various drivers with finder arrays
[/branches/v810_irqs/src/mame/act]apricot.cpp apricotf.cpp
[/branches/v810_irqs/src/mame/adc]super6.cpp super6.h
[/branches/v810_irqs/src/mame/ampro]ampro.cpp
[/branches/v810_irqs/src/mame/ausnz]applix.cpp
[/branches/v810_irqs/src/mame/bondwell]bw12.cpp bw12.h
[/branches/v810_irqs/src/mame/fairlight]cmi.cpp
[/branches/v810_irqs/src/mame/hp]hp64k.cpp
[/branches/v810_irqs/src/mame/lsi]octopus.cpp
[/branches/v810_irqs/src/mame/luxor]abc1600.cpp abc1600.h ds90.cpp
[/branches/v810_irqs/src/mame/motorola]exorciser.cpp
[/branches/v810_irqs/src/mame/nokia]mikromik.cpp mikromik.h
[/branches/v810_irqs/src/mame/osborne]osborne1.cpp vixen.cpp
[/branches/v810_irqs/src/mame/osi]osi.cpp osi.h
[/branches/v810_irqs/src/mame/robotron]a5105.cpp
[/branches/v810_irqs/src/mame/sinclair]beta_m.cpp beta_m.h
[/branches/v810_irqs/src/mame/skeleton]gimix.cpp xor100.cpp xor100.h
[/branches/v810_irqs/src/mame/sony]smc777.cpp
[/branches/v810_irqs/src/mame/wang]wangpc.cpp

r195391 Saturday 15th April, 2023 at 21:36:16 UTC by AJR
victor9k_fdc.cpp: Code cleanup
[/branches/v810_irqs/src/mame/act]victor9k_fdc.cpp victor9k_fdc.h

r195390 Saturday 15th April, 2023 at 20:57:21 UTC by AJR
segas32.cpp: Add XTAL value; silence printfs
[/branches/v810_irqs/src/mame/sega]segas32.cpp

r195389 Saturday 15th April, 2023 at 19:45:00 UTC by Osso
emu/recording.cpp: fixed compile
[/branches/v810_irqs/src/emu]recording.cpp

Previous 50 199869 Revisions Next 50


© 1997-2024 The MAME Team