Note: GitHub retired the SVN interface on January 8, 2024.
Previous 50 | 199869 Revisions | Next 50 |
r194307 Wednesday 8th February, 2023 at 14:55:55 UTC by brian.johnson |
---|
bus/nabupc: Added hard disk controller card. (#10880) |
[/branches/pc_i440bx/scripts/src] | bus.lua |
[/branches/pc_i440bx/src/devices/bus/nabupc] | hdd.cpp* hdd.h* option.cpp |
r194306 Wednesday 8th February, 2023 at 14:49:46 UTC by Vasantha Crabb |
---|
Miscellaneous cleanup: * Got rid of a few more unnecessary uses of simple_list. * bus/amiga/zorro: Got rid of a pointer member that would make adding save state support unnecessarily difficult. * nichibutsu/cop01.cpp: Remove need to remove devices from machine config. |
[/branches/pc_i440bx/scripts/src] | bus.lua |
[/branches/pc_i440bx/src/devices/bus/amiga/zorro] | zorro.cpp zorro.h |
[/branches/pc_i440bx/src/devices/bus/isa] | isa.cpp isa.h |
[/branches/pc_i440bx/src/devices/bus/tanbus] | tanbus.cpp tanbus.h |
[/branches/pc_i440bx/src/devices/bus/vme] | vme.cpp vme.h |
[/branches/pc_i440bx/src/mame/motorola] | sys1121.cpp |
[/branches/pc_i440bx/src/mame/nichibutsu] | cop01.cpp |
r194305 Wednesday 8th February, 2023 at 14:39:43 UTC by clawgrip |
---|
megaphx.cpp: Added ASCII PCB diagrams and placeholders for PLDs on YoYo Spell. (#10881) |
[/branches/pc_i440bx/src/mame/misc] | megaphx.cpp |
r194304 Wednesday 8th February, 2023 at 11:40:24 UTC by patrick.mackinlay |
---|
New systems marked not working ------------------------------ Tadpole Technology TP881V [Plamen Mihaylov] |
[/branches/pc_i440bx/scripts/src] | bus.lua |
[/branches/pc_i440bx/src/devices/bus/vme] | tp881v.cpp* tp881v.h* |
[/branches/pc_i440bx/src/mame/motorola] | sys1121.cpp |
r194303 Tuesday 7th February, 2023 at 23:24:48 UTC by hap |
---|
New working software list items ------------------------------- ggm: Gruenfeld Edition: Master Chess Openings, Odin Edition: Master Reversi [Berger] |
[/branches/pc_i440bx/hash] | ggm.xml |
[/branches/pc_i440bx/src/mame/appliedconcepts] | ggm.cpp |
[/branches/pc_i440bx/src/mame/handheld] | hh_tms1k.cpp hh_ucom4.cpp |
[/branches/pc_i440bx/src/mame/layout] | aci_ggm.lay |
[/branches/pc_i440bx/src/mame/namco] | namcos11.cpp |
[/branches/pc_i440bx/src/mame/nintendo] | cothello.cpp |
[/branches/pc_i440bx/src/mame/seibu] | seibuspi.cpp |
r194302 Tuesday 7th February, 2023 at 19:06:58 UTC by brian.johnson |
---|
misc/nabupc.cpp: Add three additional BIOS options. (#10877) * Two 4K ROMs (ver 14 and ver 17), which support floppy and hard disk booting. * One new 8K ROM (ver 29), which supports floppy and hard disk booting. |
[/branches/pc_i440bx/src/mame/misc] | nabupc.cpp |
r194301 Tuesday 7th February, 2023 at 18:48:35 UTC by Osso |
---|
- nichibutsu/clshroad.cpp, nichibutsu/cop01.cpp, nichibutsu/magmax.cpp, nichibutsu/seicross.cpp: consolidated drivers in single files - misc drivers: used standard ROM loading macros |
[/branches/pc_i440bx/src/mame/atari] | jaguar.cpp |
[/branches/pc_i440bx/src/mame/misc] | esripsys.cpp micro3d.cpp |
[/branches/pc_i440bx/src/mame/nichibutsu] | clshroad.cpp |
[/branches/pc_i440bx/src/mame/sega] | segaybd.cpp |
[/branches/pc_i440bx/src/mame/taito] | taito_z.cpp |
r194300 Tuesday 7th February, 2023 at 05:16:04 UTC by Osso |
---|
New working clones ------------------ Find Out (Version 4.04, set 2) [f205v, The Dumping Union] |
[/branches/pc_i440bx/src/mame] | mame.lst |
[/branches/pc_i440bx/src/mame/misc] | gei.cpp |
r194299 Tuesday 7th February, 2023 at 03:30:47 UTC by AJR |
---|
m3002: Fix leap year determination |
[/branches/pc_i440bx/src/devices/machine] | m3002.cpp |
r194298 Tuesday 7th February, 2023 at 03:30:30 UTC by AJR |
---|
rtc9701: Use device_rtc_interface for system time acquisition |
[/branches/pc_i440bx/src/devices/machine] | rtc9701.cpp rtc9701.h |
r194297 Monday 6th February, 2023 at 16:40:35 UTC by massimiliano.zattera |
---|
Fixed VIA_IFR write (#10875) These 3 datasheets: http://archive.6502.org/datasheets/mos_6522_preliminary_nov_1977.pdf http://archive.6502.org/datasheets/synertek_sy6522_via_1978_jan.pdf http://archive.6502.org/datasheets/rockwell_r6522_via.pdf state that: The IFR bit 7 is not a flag. Therefore, this bit is not directly cleared by writing a logic 1 into it. It can only be cleared by clearing all the flags in the register or by disabling all the active interrupts as discussed in the next section. but this is what current code does. If more updated datasheets are available, please share the links. |
[/branches/pc_i440bx/src/devices/machine] | 6522via.cpp |
r194296 Monday 6th February, 2023 at 15:35:19 UTC by clawgrip |
---|
galaxian/galaxian.cpp: Dumped and added a new Spanish Moon Cresta bootleg. (#10876) Not working due to failing program ROM. New NOT_WORKING clone ---------------------------- Mutacion (Explomatic Spanish Moon Cresta bootleg) [Recreativas.org] |
[/branches/pc_i440bx/src/mame] | mame.lst |
[/branches/pc_i440bx/src/mame/galaxian] | galaxian.cpp |
r194295 Monday 6th February, 2023 at 15:29:31 UTC by clawgrip |
---|
misc/opercoin.cpp: Dumped and added an Oper Coin slot machine. (#10874) New NOT_WORKING machine ----------------------------------------- Super Pirulo [jordigahan, ClawGrip] |
[/branches/pc_i440bx/src/mame] | mame.lst |
[/branches/pc_i440bx/src/mame/misc] | opercoin.cpp |
r194294 Monday 6th February, 2023 at 15:00:39 UTC by Carl |
---|
i386: emms should trap too |
[/branches/pc_i440bx/src/devices/cpu/i386] | pentops.hxx |
r194293 Monday 6th February, 2023 at 05:11:37 UTC by patrick.mackinlay |
---|
3c505: avoid excessive 82586 resets |
[/branches/pc_i440bx/src/devices/bus/isa] | 3c505.cpp |
r194292 Monday 6th February, 2023 at 05:09:46 UTC by patrick.mackinlay |
---|
am9516: start dma cycle after chain on hardware request |
[/branches/pc_i440bx/src/devices/machine] | am9516.cpp |
r194291 Sunday 5th February, 2023 at 22:02:46 UTC by arcadeshadow |
---|
ibm5170_cdrom.xml: 25 New working software list additions (#10871) Alien Incident (Europe, v1.01) [redump.org] Alone in the Dark (Europe) [redump.org] Alone in the Dark (Europe, rev. 1) [redump.org] Alone in the Dark (Europe, Pay as You Play version, CD-ROM User) [redump.org] Alone in the Dark (Europe, Pay as You Play version, PC Power) [redump.org] Alone in the Dark 2 (Europe) [redump.org] Alone in the Dark 2 (Europe, English only) [redump.org] Alone in the Dark 2 (France) [redump.org] Beneath a Steel Sky (USA, Slash release) [redump.org] Epic Pinball (Europe, Romware release) [redump.org] Epic Pinball (USA, Mail Order release) [redump.org] Formula One Grand Prix (Netherlands) [archive.org] Gobliiins (Italy, Collezione Cd-Rom) [redump.org] Gobliiins (USA, Sierra Originals release) [redump.org] Goblins 3 (Europe, Sierra Originals release) [redump.org] Goblins 3 (Italy, Collezione Cd-Rom) [redump.org] Gods (Europe) [redump.org] Indiana Jones and the Last Crusade (Europe) [redump.org] Leisure Suit Larry in the Land of the Lounge Lizards (USA, SierraOriginals release) [redump.org] PC Rally (Europe) [redump.org] Prince of Persia 2 - The Shadow and the Flame (France) [redump.org] Pyrotechnica (USA) [redump.org] Soccer Kid (Europe) [redump.org] Where in Space is Carmen Sandiego? (USA, Deluxe Edition) [redump.org] Wrath of the Demon (USA) [redump.org] |
[/branches/pc_i440bx/hash] | ibm5170_cdrom.xml |
r194290 Sunday 5th February, 2023 at 20:51:29 UTC by Vasantha Crabb |
---|
cpu/arcompact: Cleanup: * Moved common instruction field accessors used by the CPU core and disassembler to a shared base class and made them constexpr. * Got the inline member functions bodies file out of the public CPU header so they aren't pulled in by everything using it. * Got most of the disassembler handler declarations out of the public header so they can be changed withut excessive recompiling. |
[/branches/pc_i440bx/scripts/src] | cpu.lua |
[/branches/pc_i440bx/src/devices/cpu/arcompact] | arcompact.cpp arcompact.h arcompact_common.h* arcompact_execute.cpp arcompact_execute_ops_00to01.cpp arcompact_execute_ops_02to03.cpp arcompact_execute_ops_04.cpp arcompact_execute_ops_04_2f_3f_zop.cpp arcompact_execute_ops_04_2f_sop.cpp arcompact_execute_ops_04_3x.cpp arcompact_execute_ops_04_aux.cpp arcompact_execute_ops_04_jumps.cpp arcompact_execute_ops_04_loop.cpp arcompact_execute_ops_05.cpp arcompact_execute_ops_05_2f_sop.cpp arcompact_execute_ops_06to0b.cpp arcompact_execute_ops_0c_16bit.cpp arcompact_execute_ops_0d_16bit.cpp arcompact_execute_ops_0e_16bit.cpp arcompact_execute_ops_0f_00_07_16bit.cpp arcompact_execute_ops_0f_00_16bit.cpp arcompact_execute_ops_0f_16bit.cpp arcompact_execute_ops_12to16_16bit.cpp arcompact_execute_ops_17_16bit.cpp arcompact_execute_ops_18_16bit.cpp arcompact_execute_ops_19_16bit.cpp arcompact_execute_ops_1ato1c_16bit.cpp arcompact_execute_ops_1dto1f_16bit.cpp arcompact_helper.ipp arcompactdasm.cpp arcompactdasm.h arcompactdasm_internal.h* arcompactdasm_ops.cpp arcompactdasm_ops_00to01.cpp arcompactdasm_ops_02to03.cpp arcompactdasm_ops_04.cpp arcompactdasm_ops_04_2f_3f_zop.cpp arcompactdasm_ops_04_2f_sop.cpp arcompactdasm_ops_04_3x.cpp arcompactdasm_ops_05.cpp arcompactdasm_ops_05_2f_sop.cpp arcompactdasm_ops_06to0b.cpp arcompactdasm_ops_16bit.cpp |
r194289 Sunday 5th February, 2023 at 18:15:25 UTC by David Haywood |
---|
-cpu/arcompact: Rewrote core. (#10808) * Split into files by opcode encode type/group. * Refactored out macros. * Added additional opcodes. * Added interrupt logic. * Added stub handlers for used but unknown opcodes. -leapfrog/leapster.cpp updates: * Put some data uploaded by the leapster BIOS somewhere for debugging purposes. * Removed a read handler that was only there because of previous bad handling. * Noted some used Leapster side addresses. |
[/branches/pc_i440bx/scripts/src] | cpu.lua |
[/branches/pc_i440bx/src/devices/cpu/arcompact] | arcompact.cpp arcompact.h arcompact_execute.cpp arcompact_execute_ops_00to01.cpp* arcompact_execute_ops_02to03.cpp* arcompact_execute_ops_04.cpp* arcompact_execute_ops_04_2f_3f_zop.cpp* arcompact_execute_ops_04_2f_sop.cpp* arcompact_execute_ops_04_3x.cpp* arcompact_execute_ops_04_aux.cpp* arcompact_execute_ops_04_jumps.cpp* arcompact_execute_ops_04_loop.cpp* arcompact_execute_ops_05.cpp* arcompact_execute_ops_05_2f_sop.cpp* arcompact_execute_ops_06to0b.cpp* arcompact_execute_ops_0c_16bit.cpp* arcompact_execute_ops_0d_16bit.cpp* arcompact_execute_ops_0e_16bit.cpp* arcompact_execute_ops_0f_00_07_16bit.cpp* arcompact_execute_ops_0f_00_16bit.cpp* arcompact_execute_ops_0f_16bit.cpp* arcompact_execute_ops_12to16_16bit.cpp* arcompact_execute_ops_17_16bit.cpp* arcompact_execute_ops_18_16bit.cpp* arcompact_execute_ops_19_16bit.cpp* arcompact_execute_ops_1ato1c_16bit.cpp* arcompact_execute_ops_1dto1f_16bit.cpp* arcompact_helper.ipp* arcompactdasm.cpp arcompactdasm.h |
[/branches/pc_i440bx/src/mame/leapfrog] | leapster.cpp |
r194288 Sunday 5th February, 2023 at 08:09:53 UTC by Justin Kerk |
---|
Add apple/imacg3.cpp and apple/powermacg3.cpp to mess.flt |
[/branches/pc_i440bx/src/mame] | mess.flt |
r194287 Sunday 5th February, 2023 at 01:51:04 UTC by fmecha |
---|
f1gp: added notes on link mode and banners (#10609) |
[/branches/pc_i440bx/src/mame/vsystem] | f1gp.cpp |
r194286 Saturday 4th February, 2023 at 20:57:37 UTC by AJR |
---|
xtal.cpp: Update notes |
[/branches/pc_i440bx/src/emu] | xtal.cpp |
r194285 Saturday 4th February, 2023 at 20:44:25 UTC by R. Belmont |
---|
New machines added as NOT_WORKING --------------------------------- Power Macintosh G3 [R. Belmont] iMac (Bondi blue) [R. Belmont, Guru] |
[/branches/pc_i440bx/scripts/src] | machine.lua |
[/branches/pc_i440bx/src/devices/machine] | mpc106.cpp* mpc106.h* |
[/branches/pc_i440bx/src/mame] | mame.lst |
[/branches/pc_i440bx/src/mame/apple] | heathrow.cpp* heathrow.h* imacg3.cpp* powermacg3.cpp* |
r194284 Saturday 4th February, 2023 at 19:58:30 UTC by R. Belmont |
---|
macquadra700.cpp: Minor updates to the 53CF94 SCSI hookup. [R. Belmont] |
[/branches/pc_i440bx/src/mame/apple] | macquadra700.cpp |
r194283 Saturday 4th February, 2023 at 19:26:00 UTC by hap |
---|
namcos12: fgtlayer romdump had 1 bad bit |
[/branches/pc_i440bx/src/mame/namco] | namcos12.cpp |
r194282 Saturday 4th February, 2023 at 19:26:00 UTC by hap |
---|
namcos12: correct soulclbr region |
[/branches/pc_i440bx/src/mame] | mame.lst |
[/branches/pc_i440bx/src/mame/namco] | namcos11.cpp namcos12.cpp tceptor.cpp |
r194281 Saturday 4th February, 2023 at 18:01:40 UTC by Vasantha Crabb |
---|
Small batch of input refactoring: emu/input.cpp: Fixed regression in display of some joystick inputs. osd/interface: Split up interface classes into a few more files to reduce where the input device interface class needs to be included. Made OSD independent of concrete input_device class. osd/modules/input, emu/inputdev.cpp, emu/ioport.cpp: Allow input devices to provide tokens for controls without standard item types and additional default input assignments. Fixes issues assigning Yen and Backslash on Japanese keyboards. ui/textbox.cpp: Added a fixed-content text box menu class for future use. Got main.h out of emu.h as it’s only used in a very small number of places, mostly for getting the application name. Added eminline.h to attotime.h as it's used without emu.h. Cleaned up forward declarations in emufwd.h a little. |
[/branches/pc_i440bx/docs/source/advanced] | ctrlr_config.rst |
[/branches/pc_i440bx/docs/source/techspecs] | inputsystem.rst |
[/branches/pc_i440bx/scripts/src/osd] | modules.lua |
[/branches/pc_i440bx/src/emu] | attotime.h emu.h emufwd.h input.cpp input.h inputdev.cpp inputdev.h ioport.cpp ioport.h main.h |
[/branches/pc_i440bx/src/frontend/mame] | infoxml.cpp |
[/branches/pc_i440bx/src/frontend/mame/ui] | analogipt.cpp inputdevices.cpp inputtoggle.cpp textbox.cpp textbox.h |
[/branches/pc_i440bx/src/lib/util] | utilfwd.h |
[/branches/pc_i440bx/src/osd/interface] | inputcode.h inputdev.h* inputfwd.h* inputman.h |
[/branches/pc_i440bx/src/osd/modules/input] | input_common.h input_dinput.cpp input_rawinput.cpp input_sdl.cpp input_win32.cpp input_windows.cpp input_x11.cpp input_xinput.cpp |
[/branches/pc_i440bx/src/osd/modules/render] | aviwrite.h drawnone.cpp |
[/branches/pc_i440bx/src/osd/modules/render/d3d] | d3dhlsl.cpp |
[/branches/pc_i440bx/src/osd/sdl] | sdlopts.cpp |
r194280 Saturday 4th February, 2023 at 16:26:00 UTC by Carl |
---|
i386: nm fault if ts is set |
[/branches/pc_i440bx/src/devices/cpu/i386] | i386.cpp i386ops.hxx i486ops.hxx pentops.hxx x87ops.hxx |
r194279 Saturday 4th February, 2023 at 16:24:38 UTC by Carl |
---|
i386: don't change x87 stack pointer until after memory access in case of a page fault |
[/branches/pc_i440bx/src/devices/cpu/i386] | i386.cpp i386.h x87ops.hxx |
r194278 Saturday 4th February, 2023 at 07:40:59 UTC by Vasantha Crabb |
---|
Miscellaneous fixup: * video/i82730.cpp: Fixed misguided "fix" that broke category-based logging. * bus/macpds, bus/nubus: Eliminated use of simple_list. * konami/k053246_k053247_k055673.cpp: Moved assert to work around Konami GX games failing to start - the code is still dodgy. |
[/branches/pc_i440bx/src/devices/bus/macpds] | macpds.cpp macpds.h |
[/branches/pc_i440bx/src/devices/bus/nubus] | nubus.cpp nubus.h |
[/branches/pc_i440bx/src/devices/video] | i82730.cpp |
[/branches/pc_i440bx/src/mame/konami] | k053246_k053247_k055673.cpp |
r194277 Saturday 4th February, 2023 at 03:45:10 UTC by Peter Ferrie |
---|
another Clang fix [nw] |
[/branches/pc_i440bx/src/devices/machine] | ldv4200hle.cpp |
r194276 Saturday 4th February, 2023 at 03:10:35 UTC by AJR |
---|
RTC interface updates - dp8573, mc146818, mm58274c, rtc65271, s3520cf, smpc, timekpr: Use device_rtc_interface to acquire base time - device_rtc_interface: Add machine configuration option for synchronizing to UTC instead of local time (was previously only an option for mc146818, and always enabled for dp8573) - mc146818: Eliminate the set_binary_time configuration parameter - mm58274c: Correct operator precedence in calculating m_clk_set; allow disabling side effects of status read |
[/branches/pc_i440bx/src/devices/machine] | dp8573.cpp dp8573.h mc146818.cpp mc146818.h mm58274c.cpp mm58274c.h rtc65271.cpp rtc65271.h s3520cf.cpp s3520cf.h smpc.cpp smpc.h timekpr.cpp timekpr.h |
[/branches/pc_i440bx/src/emu] | dirtc.cpp dirtc.h |
[/branches/pc_i440bx/src/mame/sgi] | 4dpi.cpp hpc1.cpp |
[/branches/pc_i440bx/src/mame/siemens] | pcd.cpp |
r194275 Saturday 4th February, 2023 at 02:43:43 UTC by Peter Ferrie |
---|
fix Clang compile [nw] |
[/branches/pc_i440bx/src/devices/video] | i82730.cpp |
[/branches/pc_i440bx/src/mame/sinclair] | atm.cpp |
[/branches/pc_i440bx/src/osd/modules/sound] | xaudio2_sound.cpp |
r194274 Saturday 4th February, 2023 at 01:14:08 UTC by AJR |
---|
mc88200.cpp: More clang fixes |
[/branches/pc_i440bx/src/devices/machine] | mc88200.cpp |
r194273 Friday 3rd February, 2023 at 18:13:35 UTC by Vasantha Crabb |
---|
bus/vme/vme_mvme327a.cpp: Fixed clang build (unused lambda capture). |
[/branches/pc_i440bx/src/devices/bus/vme] | vme_mvme327a.cpp |
r194272 Friday 3rd February, 2023 at 18:06:40 UTC by Vasantha Crabb |
---|
osd/modules/render/draw13.cpp: Fixed leaked/double freed texture data. The texture malloc's its own storage if the copy info doesn't have the passthrough flag set - the test was reversed. |
[/branches/pc_i440bx/src/osd/modules/render] | draw13.cpp |
r194271 Friday 3rd February, 2023 at 17:55:12 UTC by Vasantha Crabb |
---|
osd/render/draw13.cpp: Got rid of a simple_list. |
[/branches/pc_i440bx/src/mame/vtech] | laser3k.cpp |
[/branches/pc_i440bx/src/osd/modules/render] | draw13.cpp drawogl.cpp |
r194270 Friday 3rd February, 2023 at 17:08:04 UTC by Peter Ferrie |
---|
ap_dsk35.cpp: enable 1.44Mb dc42 images [Peter Ferrie] |
[/branches/pc_i440bx/src/lib/formats] | ap_dsk35.cpp |
r194269 Friday 3rd February, 2023 at 17:05:24 UTC by hap |
---|
New working clones ------------------ Tekken 3 (World, TET2/VER.C) [Guru, Heihachi_73] |
[/branches/pc_i440bx/src/mame] | mame.lst |
[/branches/pc_i440bx/src/mame/namco] | namcos11.cpp namcos12.cpp |
[/branches/pc_i440bx/src/mame/nintendo] | cothello.cpp dkong.cpp dkong.h dkong_v.cpp |
r194268 Friday 3rd February, 2023 at 16:25:01 UTC by Vasantha Crabb |
---|
Cleaned up some recent changes. |
[/branches/pc_i440bx/docs/source/commandline] | commandline-all.rst |
[/branches/pc_i440bx/src/mame/namco] | xevious.h |
[/branches/pc_i440bx/src/mame/nintendo] | dkong.cpp |
[/branches/pc_i440bx/src/mame/taito] | taitoio_yoke.h |
[/branches/pc_i440bx/src/mame/tektronix] | tek410x_kbd.h |
[/branches/pc_i440bx/src/mame/ti] | 733_asr.h |
r194267 Friday 3rd February, 2023 at 10:09:36 UTC by patrick.mackinlay |
---|
mc88200: appease clang |
[/branches/pc_i440bx/src/devices/machine] | mc88200.cpp |
r194266 Friday 3rd February, 2023 at 07:46:55 UTC by patrick.mackinlay |
---|
sys1121: add some new motorola cards |
[/branches/pc_i440bx/src/mame/motorola] | sys1121.cpp |
r194265 Friday 3rd February, 2023 at 07:44:53 UTC by patrick.mackinlay |
---|
New systems marked not working ------------------------------ Motorola MVME327A [Bitsavers] |
[/branches/pc_i440bx/scripts/src] | bus.lua |
[/branches/pc_i440bx/src/devices/bus/vme] | vme_mvme327a.cpp* vme_mvme327a.h* |
r194264 Friday 3rd February, 2023 at 07:37:49 UTC by patrick.mackinlay |
---|
New systems marked not working ------------------------------ Motorola MVME181 [Plamen Mihaylov] |
[/branches/pc_i440bx/scripts/src] | bus.lua |
[/branches/pc_i440bx/src/devices/bus/vme] | vme_mvme181.cpp* vme_mvme181.h* |
r194263 Friday 3rd February, 2023 at 07:28:38 UTC by patrick.mackinlay |
---|
mvme180: add cmmu |
[/branches/pc_i440bx/src/devices/bus/vme] | vme_mvme180.cpp vme_mvme180.h |
r194262 Friday 3rd February, 2023 at 07:23:49 UTC by patrick.mackinlay |
---|
m88000: add basic cmmu support |
[/branches/pc_i440bx/src/devices/cpu/m88000] | m88000.cpp m88000.h |
r194261 Friday 3rd February, 2023 at 07:15:19 UTC by patrick.mackinlay |
---|
mc88200: new device |
[/branches/pc_i440bx/scripts/src] | machine.lua |
[/branches/pc_i440bx/src/devices/machine] | mc88200.cpp* mc88200.h* |
r194260 Friday 3rd February, 2023 at 07:02:45 UTC by Vasantha Crabb |
---|
docs: Added an introduction to the input system for developers. emu/ioport.cpp: Removed a long-outdated comment that is now rather misleading. |
[/branches/pc_i440bx/docs/source/techspecs] | index.rst inputsystem.rst* |
[/branches/pc_i440bx/src/emu] | ioport.cpp |
r194259 Friday 3rd February, 2023 at 05:17:37 UTC by Vasantha Crabb |
---|
BGFX: Check window manager type returned by SDL. |
[/branches/pc_i440bx/src/osd/modules/render] | drawbgfx.cpp drawbgfx.h |
r194258 Friday 3rd February, 2023 at 05:02:06 UTC by patrick.mackinlay |
---|
ncr53c90: better guess at sequence logic for macqd700 |
[/branches/pc_i440bx/src/devices/machine] | ncr53c90.cpp |
Previous 50 | 199869 Revisions | Next 50 |