summaryrefslogtreecommitdiffstatshomepage
path: root/.gitattributes (follow)
Commit message (Collapse)AuthorAgeFilesLines
* dpoker default layout Michaël Banaan Ananas2012-09-121-0/+1
|
* (MESS) Added preliminary ATi Graphics Ultra support mahlemiut2012-09-121-0/+2
| | | | (MESS) svga_s3/gfxultra: Added vector line drawing and short stroke vectors.
* Place-holder Angelo Salese2012-09-121-0/+2
|
* Generalized the PLS100 into a PLA device of variable amounts of ↵ Curt Coder2012-09-111-2/+2
| | | | inputs/outputs/terms. [Curt Coder]
* rotation: preliminary layout Robbbert2012-09-111-0/+1
|
* (MESS) c128: Added skeleton for the MOS8722 MMU. (nw) Curt Coder2012-09-091-0/+2
|
* xforce: added preliminary layout Robbbert2012-09-081-0/+1
|
* (MESS) vic20: Refactored VIC to a modern device. (nw) Curt Coder2012-09-061-0/+4
| | | | (MESS) c64: Fixed IDE64 cartridge video corruption. (nw) (MESS) Added paddles and light pen VCS control devices. [Curt Coder]
* Split out callbacks from scsibus_device into scscb_device, eventually this ↵ smf-2012-09-061-0/+2
| | | | will be a SCSI device. SCSIBus_interface is no longer required and has been removed. [smf]
* (MESS) Added keyboard inputs for Pasopia and Pasopia 7, z80pio irq still ↵ Angelo Salese2012-09-061-0/+1
| | | | doesn't work [Angelo Salese]
* Numerous jedutil tool improvements. [Kevin Eshbach] Scott Stone2012-09-051-0/+35
| | | | | | | | | | | | | | Made some modifications to the jedutil tool to allow the viewing of simple combinatorial jeds (adding support for registered and gals in the future) by taking a jed file and printing out human-readable equations. Changed the command line options of the jedutil tool to know take an initial argument to specify what the tool should do. For example to convert a jed to bin the command is now: jedutil –convert <source.jed> <dest.bin> jedutil –convert <source.bin> <dest.jed> To view a jed file with human-readable equations the command is jedutil –view <source.jed> <pal type> Added a simple regression test for the tool that just verifies that the currently known pals have the row and column fuse location mapped correctly and at the moment this tool runs under windows only. Under the directory src/regtests/jedutil there is a Windows Script File with the name jedtest.wsf that if run from the command line with the command “cscript jedtest.wsf” will verify that a dump of the jeds in src/regtests/jedutil/jeds matches the good dumps in src/regtests/jedutil/baseline. Reference jed files created using the tool eqn2jed which is included with Opal Jr and these files are in src/regtests/jedutil/eqns.
* made S1410 device act as a SCSIHD with the custom commands, added D9060HD & ↵ smf-2012-09-051-0/+4
| | | | ACB4070 devices to do the same thing [smf]
* Added Sound Blaster 16, and proper 16 bit ISA DMA handling [Carl] Miodrag Milanovic2012-09-041-0/+2
| | | | Added IBM VGA card [Carl]
* Cleanup and some inheritance fixes (no whatsnew) Miodrag Milanovic2012-09-031-1/+0
|
* Created new sprite device base class, which manages a bitmap Aaron Giles2012-09-021-0/+3
| | | | | | | | | | | | | | | | | and a sparse bitmap for tracking which areas got updated. This allows sprites to be rendered independently to their own bitmap and then mixed in a final step. Converted the Sega sprite device over to this new model, and moved the mixing steps out of the sprite implementations and into the driver- specific video updates where it belongs. [Aaron Giles] Added some further methods and helpers to the bitmap_t and rectangle classes. [Aaron Giles] Created a sega_16bit_common_base class which handles the common Sega palette RAM mappings and open bus reads. [Aaron Giles]
* (MESS) Added PET cassette port slot interface to vic20, c64, and plus4. ↵ Curt Coder2012-09-021-0/+12
| | | | | | | | | | | | Implemented 1530/1531 datassette as slot devices. Converted MOS6581 interface to devcb. [Curt Coder] (MESS) vic20: Added floating bus read support to VIC and cartridge interface. (MESS) vic10: Added floating bus read support to VIC-II and cartridge interface. (MESS) c64: Added floating bus read support to cartridge interface. [Curt Coder] (MESS) plus4: Added floating bus read support to TED and cartridge interface. Implemented some Diag264 test cartridge loopback connectors. [Curt Coder] (MESS) c16: Added PAL/NTSC variants. (nw) (MESS) v364: Fixed speech ROM mapping. (nw) (MESS) compis: Separated keyboard to its own file. (nw) (MESS) huebler: Cleanup. (nw)
* Removed files in MESS that are not used anymore and cleaned mess.mak of ↵ Miodrag Milanovic2012-08-301-15/+0
| | | | duplicated files (nw)
* Removed template usage for legacy devices, to make my future work easier (nw) Miodrag Milanovic2012-08-301-1/+0
|
* Some changes, MB90082 != MB90092 Angelo Salese2012-08-291-2/+2
|
* Added Swedish/Finnish SDL keymaps for OSX and Linux. [Curt Coder] Curt Coder2012-08-291-0/+2
|
* zac_2: added preliminary code and layout. (nw) Robbbert2012-08-291-0/+1
|
* Removed SCSIConfigTable, SCSI devices are now linked using SCSIBUS from ↵ smf-2012-08-291-4/+2
| | | | MESS. (nw)
* Preliminary implementation of the Fujitsu MB90092 OSD chip, used by Super ↵ Angelo Salese2012-08-291-0/+2
| | | | Famicom Box [Angelo Salese]
* (MESS) Added skeleton driver for AlphaSmart Pro. [JCCyC] Sandro Ronco2012-08-281-0/+1
|
* (MESS) sr16: added layout for LCD. (nw) Sandro Ronco2012-08-281-0/+2
|
* zac_1: added preliminary layout Robbbert2012-08-281-0/+1
|
* mz700: added a software list to document tape dumps [FatArnold] Fabio Priuli2012-08-271-0/+1
| | | out of whatsnew: I also hooked up the list to the driver, even if I have no idea to which degree the system works these days (I don't know much about this machine).
* Place-holders, F-Zero boots anyway Angelo Salese2012-08-271-0/+2
|
* Written a preliminary S-3520CF RTC chip device, used by Nintendo Super ↵ Angelo Salese2012-08-251-0/+2
| | | | System [Angelo Salese]
* zac_proto: added layout (nw) Robbbert2012-08-251-0/+1
|
* JUST A MOMENT / NON SLOT ... messages putted in VRAM Angelo Salese2012-08-251-0/+2
|
* Placeholders (nw) Olivier Galibert2012-08-241-0/+5
|
* (MESS) hr16: Added preliminary sound emulation. [Sandro Ronco] Sandro Ronco2012-08-231-0/+2
|
* Started making 32x a device, by creating a device and moving the cpus there. ↵ Scott Stone2012-08-231-0/+1
| | | | From Haze. (nw)
* Template for King device Angelo Salese2012-08-231-0/+2
|
* Flicker: Boots up, some buttons working. WIP [Robbbert] Robbbert2012-08-231-0/+1
|
* cothread removed, was not used for a long time and was commented (no whatsnew) Miodrag Milanovic2012-08-231-20/+0
|
* add keymaps folder from MESS Michaël Banaan Ananas2012-08-221-0/+10
|
* add a missing MESS file Michaël Banaan Ananas2012-08-211-0/+1
|
* unified svn properties of softlists. no whatsnew. Fabio Priuli2012-08-211-3/+3
|
* (MESS) mz2000: added and hooked up software lists for tapes and floppies. ↵ Miodrag Milanovic2012-08-211-0/+2
| | | | | | tapes do not work, and we need proper dumps of the cassette BASIC. [Fabio Priuli] out of whatsnew: the disk dumps do not come from original media, but given that no more program disks ever appeared in the past two years and that even the website which originally hosted these disks disappeared, it is definitely worth documenting them before they get lost forever...
* Sync software lists from MESS into hash (no whatsnew) Miodrag Milanovic2012-08-211-0/+183
|
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+2021
|
* Sync with MESS (nw) Wilbert Pol2012-08-201-0/+2
|
* wrong folder... nevermind. Jim Stolis2012-08-201-1/+0
|
* whatsnew_0146u5.txt: peplus.c changes (nw) Jim Stolis2012-08-201-0/+1
|
* Sync with MESS (nw) Wilbert Pol2012-08-191-0/+6
|
* added a bunch of new clones, that now is "old enough" to be in MAME, and gfx ↵ Miodrag Milanovic2012-08-161-1/+0
| | | | | | | decode data for them. also mame\includes\multfish.h can/must be removed from source tree coz it is not used by driver. by MetalliC (no whatsnew) update Megadrive cart module for support "Pier Solar" cart (mapper and "ST M95" eeprom code) by MetalliC (no whatsnew)
* A couple of mpu4 changes and also started some genesis/megadrive device ↵ Scott Stone2012-08-141-0/+1
| | | | conversions and creations. From Haze (nw)
* Made Kaneko's grap2 (rle blitter + framebuffer) a device, cleaning up some ↵ Scott Stone2012-08-111-0/+3
| | | | code in galpani3 in the process given that it has 3 of the things. Moved some unique looking games to mpu4misc.c. Sifting through the remaining mpu4 sets, sorting by behavior / looking at the roms to try and get better groupings, moved one or two things around and added comments based on this. More dupe killage - From Haze (nw)