Note Feed

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

Previous 50 199869 Revisions Next 50

r193374 Sunday 1st January, 2023 at 21:46:14 UTC by hap
tms9900: fix crash at start
[/branches/a800_cart/src/devices/cpu/tms9900]tms9900.cpp tms9995.cpp

r193373 Sunday 1st January, 2023 at 17:36:19 UTC by goldnchild
wy50: add beep (#10771)
[/branches/a800_cart/src/mame/wyse]wy50.cpp

r193372 Sunday 1st January, 2023 at 14:01:11 UTC by hap
pic16c5x: small cleanup (1-line comments C++ style, switch/case spacing)
[/branches/a800_cart/src/devices/cpu/pic16c5x]16c5xdsm.cpp 16c5xdsm.h pic16c5x.cpp pic16c5x.h

r193371 Sunday 1st January, 2023 at 02:08:59 UTC by R. Belmont
apple2gs: workaround for Finder thinking the mouse button is initially stuck down. [R. Belmont]
[/branches/a800_cart/src/mame/apple]apple2gs.cpp

r193370 Sunday 1st January, 2023 at 01:21:56 UTC by R. Belmont
macadb: added the Ins/Del keys and fixed some keypad keys.  [R. Belmont, Kelvin Sherlock]
[/branches/a800_cart/src/mame/apple]macadb.cpp

r193369 Sunday 1st January, 2023 at 00:54:44 UTC by benrg
Remove a2_video_device::m_dhires_artifact_map (#10767)

m_dhires_artifact_map was just a rotate-four-bits-by-2 lookup table.
The code that used it was already doing four-bit rotations by arbitrary
amounts, so it is slightly simplified by eliminating the table.
[/branches/a800_cart/src/mame/apple]apple2video.cpp apple2video.h

r193368 Sunday 1st January, 2023 at 00:54:07 UTC by benrg
Merge copies of text_update and plot_text_character in a2_video_device (#10766)

a2_video_device::{text_update,plot_text_character} already had a
template parameter to distinguish II/II+ from IIe/IIc. Extending it
enables {text_update,plot_text_character}{_ultr,_jplus,GS} to be merged
in as well.
[/branches/a800_cart/src/mame/apple]apple2.cpp apple2e.cpp apple2video.cpp apple2video.h

r193367 Saturday 31st December, 2022 at 22:12:00 UTC by hap
andromed: add coinage dipswitch
[/branches/a800_cart/src/mame/irem]m10.cpp m10.h m10_v.cpp

r193366 Saturday 31st December, 2022 at 20:42:27 UTC by hap
m11: assume video timing is same as m15
[/branches/a800_cart/src/emu]xtal.cpp
[/branches/a800_cart/src/mame/irem]m10.cpp m10.h

r193365 Saturday 31st December, 2022 at 19:47:41 UTC by hap
m10: add PORT_ADJUSTER for irq freq
[/branches/a800_cart/src/mame/irem]m10.cpp m10.h

r193364 Saturday 31st December, 2022 at 18:40:57 UTC by hap
m15: change 6502 clock to 733khz
[/branches/a800_cart/src/mame/irem]m10.cpp m10.h

r193363 Saturday 31st December, 2022 at 16:05:04 UTC by hap
megaphx: remove ppi reset workaround, remove vector table ram copy workaround
[/branches/a800_cart/src/mame/misc]megaphx.cpp
[/branches/a800_cart/src/mame/shared]inder_vid.h

r193362 Saturday 31st December, 2022 at 15:44:59 UTC by smf
andromed: Changed the ship and "ATTACK !" text colour & moved "ATTACK !" to the top of the screen, to match the video from a working board. Set the dip switch default so you don't receive free credits [smf]
[/branches/a800_cart/src/mame/irem]m10.cpp m10.h m10_v.cpp

r193361 Saturday 31st December, 2022 at 13:36:14 UTC by David Haywood
misc/megaphx.cpp: Adde YoYo Spell (prototype of Little Robin). (#10763)

New working clones
------
YoYo Spell (prototype) [Opernet,  Recreativas.org]
[/branches/a800_cart/src/mame]mame.lst
[/branches/a800_cart/src/mame/misc]megaphx.cpp

r193360 Saturday 31st December, 2022 at 13:32:11 UTC by cam900
igs/pgm.cpp: Use logmacro.h for logging. (#10762)
[/branches/a800_cart/src/mame/igs]pgm.cpp pgm.h pgmprot_igs027a_type1.cpp pgmprot_igs027a_type2.cpp pgmprot_igs027a_type3.cpp

r193359 Saturday 31st December, 2022 at 08:34:35 UTC by Osso
New working systems
-------------------
Bowling Gum [augitesoul]
[/branches/a800_cart/src/mame]mame.lst
[/branches/a800_cart/src/mame/misc]4enraya.cpp

r193358 Saturday 31st December, 2022 at 00:24:56 UTC by smf
Machines promoted to working
============================
Andromeda SS (Japan?) [Dillweed, smf]
[/branches/a800_cart/src/mame/irem]m10.cpp m10.h m10_v.cpp

r193357 Saturday 31st December, 2022 at 00:07:40 UTC by philip.bennett
Oops, these aren't quite ready yet (nw).
[/branches/a800_cart/src/mame]mame.lst

r193356 Saturday 31st December, 2022 at 00:03:52 UTC by philip.bennett
New working machines
--------------------
Vs. Super Captain Flag [Phil Bennett]
[/branches/a800_cart/src/mame]mame.lst
[/branches/a800_cart/src/mame/jaleco]cischeat.cpp cischeat.h

r193355 Friday 30th December, 2022 at 23:47:26 UTC by benrg
Remove a2_video_device::hgr_update_tk2000 (#10764)

It was not referenced anywhere in the source tree, and was just a copy
of hgr_update with the address of page 2 changed from $4000 to $A000.
If support for this is ever needed, it could be handled by adding a
parameter to hgr_update.
[/branches/a800_cart/src/mame/apple]apple2video.cpp apple2video.h

r193354 Friday 30th December, 2022 at 20:13:51 UTC by hap
ttfball: add volume gate
[/branches/a800_cart/src/mame/handheld]hh_pic16.cpp

r193353 Friday 30th December, 2022 at 18:25:30 UTC by Osso
New working clones
------------------
Gaplus (GP7) [Arcadecomponents.com, Brian Troha]
[/branches/a800_cart/src/mame]mame.lst
[/branches/a800_cart/src/mame/namco]gaplus.cpp

r193352 Friday 30th December, 2022 at 14:40:43 UTC by Vasantha Crabb
Merge tag 'mame0251' into mainline-master

MAME 0.251
[/branches/a800_cart/hash]chessking_cart.xml* ibm5170_cdrom.xml
[/branches/a800_cart/scripts/src]bus.lua formats.lua
[/branches/a800_cart/src/devices/bus/pc8801]README.md* hmb20.cpp* hmb20.h* jmbx1.cpp pc8801_exp.cpp
[/branches/a800_cart/src/devices/cpu/i386]i386segs.hxx
[/branches/a800_cart/src/devices/cpu/mcs48]mcs48.cpp
[/branches/a800_cart/src/devices/cpu/nec]nec80inst.hxx necinstr.hxx
[/branches/a800_cart/src/devices/cpu/tms34010]makefile tms34010.cpp
[/branches/a800_cart/src/devices/sound]dac.h
[/branches/a800_cart/src/devices/video]pc_vga.cpp pc_vga.h
[/branches/a800_cart/src/lib/formats]all.cpp fs_hplif.cpp* fs_hplif.h* hp300_dsk.cpp* hp300_dsk.h*
[/branches/a800_cart/src/mame]mame.lst mess.flt
[/branches/a800_cart/src/mame/acorn]accomm.cpp
[/branches/a800_cart/src/mame/alpha]meijinsn.cpp shougi.cpp
[/branches/a800_cart/src/mame/amiga]amiga.cpp
[/branches/a800_cart/src/mame/apple]apple2e.cpp apple2gs.cpp iphone2g.cpp macadb.cpp macadb.h
[/branches/a800_cart/src/mame/atari]arcadecl.cpp arcadecl.h arcadecl_v.cpp atarisy2.h cybstorm.cpp cybstorm.h cybstorm_v.cpp
[/branches/a800_cart/src/mame/bandai]tamag1.cpp
[/branches/a800_cart/src/mame/handheld]chessking.cpp* hh_cop400.cpp hh_pic16.cpp
[/branches/a800_cart/src/mame/homelab]braiplus.cpp
[/branches/a800_cart/src/mame/misc]cv1k.cpp gamtor.cpp lependu.cpp tickee.cpp
[/branches/a800_cart/src/mame/namco]namco65.h namco68.h tceptor.cpp tceptor.h tceptor_v.cpp
[/branches/a800_cart/src/mame/nmk]cultures.cpp
[/branches/a800_cart/src/mame/pacman]pengo.cpp
[/branches/a800_cart/src/mame/pc]pcat_dyn.cpp
[/branches/a800_cart/src/mame/sfrj]galaxy.cpp galaxy.h galaxy_m.cpp galaxy_v.cpp galeb.cpp orao.cpp pecom.cpp pecom.h pecom_m.cpp pecom_v.cpp tim011.cpp
[/branches/a800_cart/src/mame/shared]vt100_kbd.cpp
[/branches/a800_cart/src/mame/skeleton]textelcomp.cpp
[/branches/a800_cart/src/mame/taito]taito_l.h
[/branches/a800_cart/src/mame/ti]ti85.cpp
[/branches/a800_cart/src/mame/wing]lucky37.cpp superwng.cpp

r193351 Thursday 29th December, 2022 at 14:20:09 UTC by Vasantha Crabb
Bump version to 0.251
[/branches/a800_cart]makefile
[/branches/a800_cart/android-project/app/src/main]AndroidManifest.xml
[/branches/a800_cart/docs/source]conf.py
[/branches/a800_cart/hash]chessking_cart.xml ibm5170_cdrom.xml
[/branches/a800_cart/scripts/src]bus.lua formats.lua
[/branches/a800_cart/src/devices/bus/pc8801]README.md hmb20.cpp hmb20.h jmbx1.cpp pc8801_exp.cpp
[/branches/a800_cart/src/devices/cpu/i386]i386segs.hxx
[/branches/a800_cart/src/devices/cpu/mcs48]mcs48.cpp
[/branches/a800_cart/src/devices/cpu/nec]nec80inst.hxx necinstr.hxx
[/branches/a800_cart/src/devices/cpu/tms34010]makefile* tms34010.cpp
[/branches/a800_cart/src/devices/sound]dac.h
[/branches/a800_cart/src/devices/video]pc_vga.cpp pc_vga.h
[/branches/a800_cart/src/lib/formats]all.cpp fs_hplif.cpp fs_hplif.h hp300_dsk.cpp hp300_dsk.h
[/branches/a800_cart/src/mame]mame.lst mess.flt
[/branches/a800_cart/src/mame/acorn]accomm.cpp
[/branches/a800_cart/src/mame/alpha]meijinsn.cpp shougi.cpp
[/branches/a800_cart/src/mame/amiga]amiga.cpp
[/branches/a800_cart/src/mame/apple]apple2e.cpp apple2gs.cpp iphone2g.cpp macadb.cpp macadb.h
[/branches/a800_cart/src/mame/atari]arcadecl.cpp arcadecl.h* arcadecl_v.cpp* atarisy2.h cybstorm.cpp cybstorm.h* cybstorm_v.cpp*
[/branches/a800_cart/src/mame/bandai]tamag1.cpp
[/branches/a800_cart/src/mame/handheld]chessking.cpp hh_cop400.cpp hh_pic16.cpp
[/branches/a800_cart/src/mame/homelab]braiplus.cpp
[/branches/a800_cart/src/mame/misc]cv1k.cpp gamtor.cpp lependu.cpp tickee.cpp
[/branches/a800_cart/src/mame/namco]namco65.h namco68.h tceptor.cpp tceptor.h tceptor_v.cpp
[/branches/a800_cart/src/mame/nmk]cultures.cpp
[/branches/a800_cart/src/mame/pacman]pengo.cpp
[/branches/a800_cart/src/mame/pc]pcat_dyn.cpp
[/branches/a800_cart/src/mame/sfrj]galaxy.cpp galaxy.h* galaxy_m.cpp* galaxy_v.cpp* galeb.cpp orao.cpp pecom.cpp pecom.h* pecom_m.cpp* pecom_v.cpp* tim011.cpp
[/branches/a800_cart/src/mame/shared]vt100_kbd.cpp
[/branches/a800_cart/src/mame/skeleton]textelcomp.cpp
[/branches/a800_cart/src/mame/taito]taito_l.h
[/branches/a800_cart/src/mame/ti]ti85.cpp
[/branches/a800_cart/src/mame/wing]lucky37.cpp superwng.cpp

r193350 Friday 30th December, 2022 at 12:19:16 UTC by hap
New working systems
-------------------
Sound FX Phasor [hap, =CO=Windler]
[/branches/a800_cart/src/devices/cpu/tms34010]tms34010.cpp
[/branches/a800_cart/src/devices/sound]dac.h
[/branches/a800_cart/src/mame]mame.lst
[/branches/a800_cart/src/mame/handheld]hh_cop400.cpp hh_pic16.cpp

r193349 Friday 30th December, 2022 at 11:17:19 UTC by Miodrag Milanović
sfrj: merge driver files
[/branches/a800_cart/src/mame/sfrj]galaxy.cpp galaxy.h galaxy_m.cpp galaxy_v.cpp galeb.cpp orao.cpp pecom.cpp pecom.h pecom_m.cpp pecom_v.cpp tim011.cpp

r193348 Friday 30th December, 2022 at 06:23:20 UTC by Osso
ibm5170_cdrom.xml: fixed validation
[/branches/a800_cart/hash]ibm5170_cdrom.xml

r193347 Friday 30th December, 2022 at 02:56:30 UTC by Angelo Salese
New working software list items
-------------------------------
ibm5170_cdrom.xml: Actua Soccer (OEM v1.29), Duke Nukem 3D (shareware v1.1), Quake (shareware v1.01), SimCity Classic (v2.0), SimCity 2000, Slam Dunk Typing, Sturmtruppen: Risiken? (Italy) [archive.org]

New software list items marked not working
------------------------------------------
ibm5170_cdrom.xml: Beavis and Butthead - Virtual Stupidity, Corel DRAW! 6, Uffizi Virtual Museums [archive.org]
[/branches/a800_cart/hash]ibm5170_cdrom.xml
[/branches/a800_cart/src/devices/cpu/i386]i386segs.hxx

r193346 Thursday 29th December, 2022 at 21:33:31 UTC by MetalliC
new WORKING clone
-----------------------
Espgaluda II (2005/11/14.MASTER VER.) [twistedsymphony]
[/branches/a800_cart/src/mame]mame.lst
[/branches/a800_cart/src/mame/misc]cv1k.cpp

r193345 Thursday 29th December, 2022 at 17:29:05 UTC by Osso
- atari/arcadecl.cpp, atari/cybstorm.cpp: consolidated drivers in single files

- various drivers: removed unneeded bankdev.h include
[/branches/a800_cart/src/mame/acorn]accomm.cpp
[/branches/a800_cart/src/mame/amiga]amiga.cpp
[/branches/a800_cart/src/mame/apple]apple2e.cpp iphone2g.cpp
[/branches/a800_cart/src/mame/atari]arcadecl.cpp arcadecl.h arcadecl_v.cpp atarisy2.h cybstorm.cpp cybstorm.h cybstorm_v.cpp
[/branches/a800_cart/src/mame/misc]lependu.cpp
[/branches/a800_cart/src/mame/namco]namco65.h namco68.h
[/branches/a800_cart/src/mame/pc]pcat_dyn.cpp
[/branches/a800_cart/src/mame/taito]taito_l.h
[/branches/a800_cart/src/mame/ti]ti85.cpp

r193344 Thursday 29th December, 2022 at 16:26:49 UTC by David Haywood
pacman/pengo.cpp: Sorted Pengo sets, and changed scheme for short names (#10751)

* Export versions have replaced music/faster maze drawing.
* Japan versions have slow maze drawing and 'popcorn' music.
* The unencrypted sets are the newest releases we have of both versions - for Japan that is ROMs 5120-5127 and for export that is ROMs 5128-5135 (suggesting these unencrypted versions were both released at the same time).
[/branches/a800_cart/src/mame]mame.lst
[/branches/a800_cart/src/mame/pacman]pengo.cpp

r193343 Thursday 29th December, 2022 at 13:42:49 UTC by hap
tms34010: remove really old disassembler makefile
[/branches/a800_cart/src/devices/cpu/tms34010]makefile
[/branches/a800_cart/src/mame/alpha]shougi.cpp
[/branches/a800_cart/src/mame/misc]tickee.cpp

r193342 Thursday 29th December, 2022 at 11:22:50 UTC by hap
meijinsn: correct audiocpu irq freq, add unemulated protection flag
[/branches/a800_cart/src/mame/alpha]meijinsn.cpp
[/branches/a800_cart/src/mame/bandai]tamag1.cpp
[/branches/a800_cart/src/mame/handheld]chessking.cpp

r193341 Wednesday 28th December, 2022 at 19:05:20 UTC by hap
maletmad: add some dipswitches
[/branches/a800_cart/src/mame/handheld]chessking.cpp
[/branches/a800_cart/src/mame/misc]tickee.cpp

r193340 Wednesday 28th December, 2022 at 18:03:40 UTC by Osso
- nmk/cultures.cpp: updated to use memory view instead of bankdev and other small cleanups

- wing/lucky37.cpp: put the driver in an anonymous namespace

- wing/superwng.cpp: used finder instead of tag lookup for memory bank and other small cleanups
[/branches/a800_cart/src/mame/nmk]cultures.cpp
[/branches/a800_cart/src/mame/wing]lucky37.cpp superwng.cpp

r193339 Wednesday 28th December, 2022 at 15:44:47 UTC by hap
chessking: assume lower global sound pitch
[/branches/a800_cart/src/mame/handheld]chessking.cpp

r193338 Wednesday 28th December, 2022 at 15:20:15 UTC by hap
chessking: update note
[/branches/a800_cart/src/mame/handheld]chessking.cpp

r193337 Wednesday 28th December, 2022 at 14:09:44 UTC by hap
chessking: add button panel note
[/branches/a800_cart/src/mame/handheld]chessking.cpp

r193336 Wednesday 28th December, 2022 at 12:28:10 UTC by hap
chessking: simplify cartridge emulation
[/branches/a800_cart/src/mame/handheld]chessking.cpp

r193335 Wednesday 28th December, 2022 at 10:10:09 UTC by hap
chessking: add savestate flag
[/branches/a800_cart/hash]chessking_cart.xml
[/branches/a800_cart/src/mame/handheld]chessking.cpp

r193334 Wednesday 28th December, 2022 at 08:11:07 UTC by David Haywood
new WORKING Software List additions (Chess King) (#10756)

* new WORKING Software List additions
----
chessking_cart.xml: Chinese Dictionary [David Haywood]
[/branches/a800_cart/hash]chessking_cart.xml*
[/branches/a800_cart/src/mame/handheld]chessking.cpp

r193333 Tuesday 27th December, 2022 at 18:57:31 UTC by hap
chessking: assume 0x7f is cartridge rom bank
[/branches/a800_cart/src/mame/handheld]chessking.cpp

r193332 Tuesday 27th December, 2022 at 18:38:14 UTC by hap
chessking: add section headers
[/branches/a800_cart/src/mame/handheld]chessking.cpp

r193331 Tuesday 27th December, 2022 at 18:19:32 UTC by hap
chessking: small cleanup, add driver notes
[/branches/a800_cart/src/mame/handheld]chessking.cpp

r193330 Tuesday 27th December, 2022 at 17:55:25 UTC by hap
chesskng.cpp: rename to chessking.cpp
[/branches/a800_cart/src/mame]mame.lst mess.flt
[/branches/a800_cart/src/mame/handheld]chessking.cpp* chesskng.cpp

r193329 Tuesday 27th December, 2022 at 17:42:05 UTC by David Haywood
new WORKING machines: Chess King (#10753)

new WORKING machines
-----------------
Chess King (Model ET-6) [Ankos, David Haywood, hap]
[/branches/a800_cart/src/mame]mame.lst mess.flt
[/branches/a800_cart/src/mame/handheld]chesskng.cpp*

r193328 Tuesday 27th December, 2022 at 13:56:09 UTC by hap
cpu/nec: remove logerror on HLT opcode
[/branches/a800_cart/src/devices/cpu/nec]nec80inst.hxx necinstr.hxx

r193327 Tuesday 27th December, 2022 at 04:07:37 UTC by R. Belmont
macadb.cpp: improved SRQ behavior, added many of the Extended Keyboard keys including function keys. [R. Belmont]
[/branches/a800_cart/src/mame/apple]macadb.cpp macadb.h

r193326 Tuesday 27th December, 2022 at 00:45:48 UTC by hap
tickee.cpp: remove duplicate screen update function
[/branches/a800_cart/src/mame/misc]tickee.cpp

r193325 Monday 26th December, 2022 at 22:30:59 UTC by hap
tickee.cpp: correct rapidfir/maletmad pixel clock, add maletmad ticket dispenser
[/branches/a800_cart/src/mame/misc]tickee.cpp

Previous 50 199869 Revisions Next 50


© 1997-2024 The MAME Team