Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 315-5124.c: Minor changes and fix a regression that in theory could affect ↵ | 2015-09-14 | 2 | -38/+41 | ||
| | | | | | | zoomed sprites in TMS9918 modes. [Enik Land] gamegear.c / sms.c: Improve GG-SMS scaling code a little and update the Todo list. Fixed MT#05872 regarding incorrect behavior of the Sports Pad (US model) emulation. [Enik Land] | |||||
* | pcd: reverse video (nw) | 2015-09-14 | 4 | -6/+20 | ||
| | | | | pc9801: configurable ide support (nw) | |||||
* | Merge pull request #298 from JoakimLarsson/hkv10_2 | 2015-09-14 | 1 | -0/+371 | ||
|\ | | | | | Added driver for Heurikon HK68K/V10 VME board | |||||
| * | modified to use z80scc device instead of z80dart | 2015-09-13 | 1 | -5/+5 | ||
| | | ||||||
| * | Added driver for Heurikon HK68K/V10 VME board | 2015-09-13 | 1 | -0/+371 | ||
| | | | | | | | | Added some SCC support in the z80dart driver | |||||
* | | pcd.c: fix TravisCI build (nw) | 2015-09-14 | 1 | -1/+1 | ||
| | | ||||||
* | | pcd: make scsi work (nw) | 2015-09-13 | 2 | -16/+31 | ||
| | | ||||||
* | | Merge pull request #324 from ValleyBell/valleybell | 2015-09-14 | 1 | -2/+2 | ||
|\ \ | | | | | | | fix for FM-Towns clock, minor fixes | |||||
| * | | fix FM-Towns RF5C68 clock, fix game/music speed of Xor World | 2015-08-11 | 1 | -2/+2 | ||
| | | | ||||||
* | | | Merge branch 'master' of https://github.com/mamedev/mame | 2015-09-13 | 13 | -499/+854 | ||
|\ \ \ | | |/ | |/| | ||||||
| * | | Merge pull request #323 from fulivi/hp64k_dev3 | 2015-09-13 | 1 | -278/+256 | ||
| |\ \ | | | | | | | | | hp64k: small code refactoring | |||||
| | * | | hp64k: moved baud rate generator from generic clock to com8116 | 2015-09-08 | 1 | -278/+256 | ||
| | | | | ||||||
| * | | | Remove direct zlib dependency in code (nw) | 2015-09-13 | 1 | -1/+0 | ||
| | | | | ||||||
| * | | | al520ex: added preliminary Magic Sound expansion (not working) [Barry Rodewald] | 2015-09-10 | 3 | -2/+28 | ||
| | | | | ||||||
| * | | | pcd: implement pcx video device [Carl, Axel Muhr] | 2015-09-09 | 4 | -177/+494 | ||
| | | | | ||||||
| * | | | chihiro.c/xbox.c: Various updates [Samuele Zannoli] | 2015-09-09 | 1 | -12/+10 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - support render targets different than rgb32 - support 16 bit depth buffer - support independent clearing of stencil and depth values - update rom loading - add xbox hack to avoid stalling - set xbox bios 4134 as the one used | |||||
| * | | | Sega Pico PCM improvements [ValleyBell] | 2015-09-08 | 1 | -26/+63 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | as the pull request seems to have gone dead I refactored his changes into a new device derived from the 7759 rather than adding the Fifo into the 7759 (due to Aaron saying it doesn't exist there) it's possible the custom chip that Pico uses has said logic built in somehow as it's not a plain 7759 afaik. | |||||
| * | | | Merge pull request #315 from Happy-yappH/master | 2015-09-08 | 1 | -1/+1 | ||
| |\ \ \ | | | | | | | | | | | N64 driver improvements | |||||
| | * \ \ | Merge branch 'local' | 2015-09-07 | 1 | -1/+1 | ||
| | |\ \ \ | ||||||
| | | * | | | N64 driver improvements. | 2015-09-07 | 1 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add coprocessor unusable exceptions for LWC1/SWC1/LDC1/SDC1. Change PI DMA granularity from eight bytes to two bytes. Add delay timer for SI DMA. Change behavior for interlaced video to be more useful, but still needing revision. Simplify/remove some AI DMA interrupt signals. Removed line that cleared EEPROM contents with every machine reset (warm or cold). | |||||
| * | | | | | bbc: fixed wd177x reset on master series (nw) | 2015-09-08 | 1 | -2/+2 | ||
| |/ / / / | ||||||
* / / / / | apple2.c: select displayed page for floating bus (nw) | 2015-09-07 | 1 | -1/+1 | ||
|/ / / / | ||||||
* | | | | Revert "apple2.c: select displayed page for floating bus (nw)" | 2015-09-07 | 1 | -1/+1 | ||
| | | | | | | | | | | | | | | | | This reverts commit c4b803ea57b8677c346386b9d48bde827ad0e1ed. | |||||
* | | | | apple2.c: select displayed page for floating bus (nw) | 2015-09-07 | 1 | -1/+1 | ||
| | | | | ||||||
* | | | | Merge pull request #311 from Pernod70/master | 2015-09-07 | 4 | -905/+826 | ||
|\ \ \ \ | | | | | | | | | | | bbc: clones, floppy formats, softlists, and cleanups. | |||||
| * | | | | bbc: clones, floppy formats, softlists, and cleanups. | 2015-09-07 | 4 | -905/+826 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Added clone bbcb1770, bbcb now 8271 only. - Added clone pro128s, Olivetti Prodest PC 128S. - Added clones Acorn Business Computers and Cambridge Workstation. - Added clone reutapm, Reuters APM board. - Improved floppy formats, added dsd and double density formats for ADFS. - Added speech PHROMs, not yet hooked up correctly. - Added softlists bbcb_de_cass, bbcb_us_flop and bbcmc_flop. - Added S11 links (dipswitch) to specify Econet ID. - Address map cleanups. | |||||
* | | | | | Merge pull request #312 from felipesanches/unitron_ap2ti | 2015-09-07 | 1 | -3/+3 | ||
|\ \ \ \ \ | |/ / / / |/| | | | | Unitron APII+ TI: Fixing rom name and checksum and adding correct year metadata | |||||
| * | | | | Unitron APII+ TI: Fixing rom name and checksum and adding correct year metadata | 2015-09-07 | 1 | -3/+3 | ||
| | | | | | ||||||
* | | | | | apple2e.c: select displayed page for floating bus [Peter Ferrie] | 2015-09-06 | 1 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | | French Touch "Crazy Cycles" no longer hangs, but still missing effects | |||||
* | | | | | Merge pull request #303 from LuigiBlood/master | 2015-09-06 | 1 | -4/+8 | ||
|\ \ \ \ \ | | | | | | | | | | | | | n64.c: Development Disk Drive setting support [LuigiBlood] | |||||
| * | | | | | n64.c: Development Disk Drive setting support [LuigiBlood] | 2015-09-04 | 1 | -4/+8 | ||
| | | | | | | ||||||
* | | | | | | Merge pull request #309 from felipesanches/unitron_ap2ti | 2015-09-06 | 1 | -2/+17 | ||
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | Adding Unitron APII+ (Teclado Inteligente) as another brazilian apple 2 clone … | |||||
| * | | | | | Adding Unitron APII+ (Teclado Inteligente) as another brazilian apple2 clone ↵ | 2015-09-06 | 1 | -2/+17 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | (this one has got a dedicated CPU for the "smart keyboard") | |||||
* | | | | | | Fixed sound on orao (nw) | 2015-09-06 | 3 | -8/+11 | ||
|/ / / / / | ||||||
* | | | | | apple2/apple2e: fix raster parameters, French Touch "Scroll Scroll Scroll" ↵ | 2015-09-05 | 2 | -8/+2 | ||
| | | | | | | | | | | | | | | | | | | | | demo now syncs on apple2e driver. [R. Belmont] | |||||
* | | | | | ie15: minor cleanup | 2015-09-05 | 1 | -8/+7 | ||
|/ / / / | ||||||
* | | | | Merge pull request #302 from JoakimLarsson/mz8105_1 | 2015-09-02 | 1 | -0/+369 | ||
|\ \ \ \ | | | | | | | | | | | New VME board: Mizar 8105 | |||||
| * | | | | New VME board: Mizar 8105, 68000@10Mhz with support for a 16Kb OS9 bootstrap | 2015-09-02 | 1 | -0/+369 | ||
| | |/ / | |/| | | | | | | | | | | - Terminal interface hooked up to a UPD7201 that the board expects on the VME bus | |||||
* | | | | asst128: use better ROM dumps | 2015-08-31 | 1 | -17/+13 | ||
| | | | | ||||||
* | | | | fixed logging (nw) | 2015-08-30 | 1 | -3/+3 | ||
| | | | | ||||||
* | | | | fixed compile (nw) | 2015-08-30 | 1 | -3/+3 | ||
| | | | | ||||||
* | | | | New skeleton: dvk_kcgd (colour graphics display controller for DVK series) | 2015-08-30 | 1 | -0/+384 | ||
| | | | | ||||||
* | | | | Add skeleton support for K1801VM2 (as clone of T11), change relevant drivers ↵ | 2015-08-30 | 3 | -8/+8 | ||
| | | | | | | | | | | | | | | | | to use it. | |||||
* | | | | Merge pull request #295 from shattered/_c60338d | 2015-08-30 | 1 | -45/+0 | ||
|\ \ \ \ | | | | | | | | | | | at, at_keybc: hook up Display Switch and remove irrelevant DSW0 [shattered] | |||||
| * | | | | at, at_keybc: hook up Display Switch | 2015-08-30 | 1 | -45/+0 | ||
| | | | | | ||||||
* | | | | | Merge pull request #294 from shattered/_276b447 | 2015-08-30 | 1 | -11/+21 | ||
|\ \ \ \ \ | |/ / / / |/| | | | | besta: hook up 68230 and make its ROM self-test pass [shattered] | |||||
| * | | | | besta: hook up 68230 | 2015-08-30 | 1 | -11/+21 | ||
| | | | | | ||||||
* | | | | | fix snmath decimal point | 2015-08-29 | 1 | -3/+4 | ||
|/ / / / | ||||||
* | | | | Merge pull request #287 from felipesanches/canons80 | 2015-08-28 | 1 | -0/+54 | ||
|\ \ \ \ | | | | | | | | | | | initial skeleton driver for Canon S-80 typowriter | |||||
| * | | | | initial skeleton driver for Canon S-80 typowriter | 2015-08-24 | 1 | -0/+54 | ||
| | | | | |