summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/pc9801.c
Commit message (Collapse)AuthorAgeFilesLines
* move mess into mame (nw) Miodrag Milanovic2015-09-301-3886/+0
|
* Cleanups and version bumpmame0166 Miodrag Milanovic2015-09-301-2/+2
|
* pc9801: retf from missing ide bios (nw) cracyc2015-09-171-3/+3
|
* pcd: reverse video (nw) cracyc2015-09-141-3/+10
| | | | pc9801: configurable ide support (nw)
* change flags from GAME_ to MACHINE_ David Haywood2015-07-291-15/+15
| | | | this better fits the drivers from MESS (which have always illogically used the GAME_ flags despite not being games) and also fits fine with arcade machines.
* more authorship (nw) cracyc2015-05-151-1/+1
|
* Added resto for Kale, these are BSD3 (nw) Miodrag Milanovic2015-05-121-1/+1
|
* Added known authors to licenses tags (nw) Miodrag Milanovic2015-05-091-1/+1
|
* Added end address, amongst other minor things. Angelo Salese2015-04-091-1/+1
|
* Cleanups and version bumpmame0159 Miodrag Milanovic2015-02-251-2/+2
|
* (mess) pc9801: squeeze a few more bugs out of the egc (nw) cracyc2015-02-201-6/+11
|
* fix compile on MSVC 2012 (nw) Peter Ferrie2015-02-191-1/+1
|
* Fixed kanji attribute strips Angelo Salese2015-02-191-10/+13
|
* Fixed regressed GRCG data. Angelo Salese2015-02-181-3/+4
|
* (mess) pc9801: make port 64 clear vbirq, fixes touhou project 1 (nw) cracyc2015-02-071-15/+24
|
* fix compile (n/w) Lord-Nightmare2015-02-051-2/+0
|
* (mess) pc9801: fix egc shifter (nw) cracyc2015-02-051-54/+74
|
* pc9821ap2: added newly dumped BIOS [caius] mahlemiut2015-01-221-1/+5
|
* (mess) pc9801: adjust mask if necessary (nw) cracyc2014-12-141-7/+19
|
* (mess) pc9801: small fixes (nw) cracyc2014-12-141-3/+3
|
* (mess) pc9801: fix vram page (nw) cracyc2014-12-121-6/+6
|
* (mess) pc9801: 9821 also (nw) cracyc2014-12-111-1/+1
|
* (mess) mz6500: fix (nw) cracyc2014-12-111-1/+1
| | | | (mess) pc9801: disable hdd for now (nw)
* renamed the disk formats, since I cannot exclude some of them are used etabeta782014-12-111-8/+8
| | | | also for x68000 disks... nw.
* (MESS) pc98: added support for disks in .fdd format. [Fabio Priuli] etabeta782014-12-111-0/+2
|
* (mess) pc9801: bit better (nw) cracyc2014-12-101-13/+16
|
* upd7220: reverse bit order and make address space 16 bit (nw) cracyc2014-12-101-67/+290
| | | | (mess) pc9801: egc wip (nw)
* (MESS) pc98: added preliminary support for disks in DCP, DCU, DIP etabeta782014-12-101-1/+7
| | | | and NFD formats. [Fabio Priuli]
* Cleanups and version bumpmame0156 Miodrag Milanovic2014-11-261-8/+8
|
* (mess) pc9801: bit more (nw) cracyc2014-11-081-139/+108
|
* (mess) pc9801: more refactor (nw) cracyc2014-11-071-250/+83
|
* (mess) pc9801: cleanup and refactor(nw) cracyc2014-11-071-844/+264
|
* (mess) pc9801: pipe bitmap 7220 vram access though grcg, enable ready line ↵ cracyc2014-11-061-21/+37
| | | | | | | which fixes disk change detection (nw) --- Also disabled reads while grcg is in rmw mode, this I'm not 100% certain about and needs more testing.
* (mess) pc9801: don't install memory above 640K if it doesn't exist (nw) cracyc2014-11-021-3/+6
|
* (mess) pc9801: ascii font reading (nw) cracyc2014-10-261-0/+6
| | | | upd7220: attempt to resolve apparent contradiction in window behavior (nw)
* (mess) pc9801: this patch no longer works, it's not even needed (nw) cracyc2014-10-251-4/+0
|
* upd7220: slanted chars [Carl] cracyc2014-10-241-1/+1
|
* Cleanups and version bumpmame0155 Miodrag Milanovic2014-10-151-8/+8
|
* (mess) pc9801: hack to simplify ide boot (nw) cracyc2014-10-061-0/+10
|
* (mess) pc9801: sigh (nw) cracyc2014-10-061-0/+10
|
* (mess) pc9801: make ide almost work (nw) cracyc2014-10-051-64/+9
| | | | --- This one will actually try to boot with the changes noted in the source (the tvram change may work for sasi too along with the sasi rom in 2hdif.rom) but there appear to be pio timing issues so when it branches in the bootloader it lands on the wrong instruction. The ide rom has a few 386 instructions in it so it won't work with the ux.
* (mess) pc9801: make sasi partially work (nw) cracyc2014-09-281-8/+43
| | | | | | scsi: sync rest of lines with input buffer (nw) --- The 9801f will read the hdd but appears to not like disks without 256 byte sectors. The ux and rs don't even attempt to access the sasi controller and seem to have no driver in their firmwares, are they supposed to have an external rom?
* Support for mode 0 chars in upd7220 (text in DMV diag program) Angelo Salese2014-09-271-13/+3
|
* (mess) pc9801: fix boot vector ipl bank in ap2. cracyc2014-09-251-2/+2
|
* This one looks better the other way around ... Angelo Salese2014-09-221-2/+2
|
* Either bad dump or there's something really weird going on with this. If any ↵ Angelo Salese2014-09-221-5/+40
| | | | x86 guru wants to take a look be my guest.
* pc9821ap2: added note about system specs mahlemiut2014-09-221-0/+6
|
* added PC-9821AP2/U8W BIOS [caius] mahlemiut2014-09-221-0/+19
|
* ym2203, ym2608 and ym2610: initialize things properly. Thanks Micko! (nw) Ivan Vangelista2014-05-061-2/+0
|
* ay8910_device and extended family: converted to devcb2 (nw) Ivan Vangelista2014-05-061-2/+2
| | | This is easily the commit I ever did that touches the most drivers. I payed extra attention while doing it, stared at the diff really hard to find any errors and did some testing. Obviously I can't test every single game / system, so please report any regression you might find.