Commit Graph

29758 Commits

Author SHA1 Message Date
Curt Coder
3b37f871b7 (MESS) ex800: Refactored Epson EX-800 from a driver into a Centronics device. (nw) 2014-06-11 12:04:35 +00:00
Curt Coder
2030df63b2 (MESS) lx800: Refactored Epson LX-800 from a driver into a Centronics device. (nw) 2014-06-11 11:47:08 +00:00
Dirk Best
c0d70c155e vtech1: Add "VZ-200 Enhanced BASIC V1.01" [Chicken Man] 2014-06-11 11:04:06 +00:00
Dirk Best
e6feb0a07e upd7810: reorganize, compile source files seperately instead of
including them into the main source
2014-06-11 10:35:47 +00:00
Alex W. Jackson
5306fe407f namcos1.c: Completely rewrote the emulation of the CUS117 MMU.
The MMU is no longer emulated by modifying address maps at
runtime, an operation which has become excessively slow as the
core memory system has accumulated features and complexity over
the years. Instead, the MMU is now a device which works on
similar principles to the address_map_bank_device. The recent
multisession regression is fixed, all games in the driver
should now run substantially faster, and most importantly the
driver code is now much cleaner and easier to understand. [Alex Jackson]
2014-06-11 09:17:41 +00:00
R. Belmont
5c20115534 SDL: Fix shaders for games that output indexed16 (e.g. pacman). [R. Belmont] 2014-06-11 03:37:23 +00:00
R. Belmont
b33377d0b1 SDL: fix 0.153 regression where user GLSL shaders didn't work. [R. Belmont] 2014-06-11 02:45:49 +00:00
Michaël Banaan Ananas
b904874e51 rm gblight clone, implementation was identical to gbpocket 2014-06-10 23:44:04 +00:00
Michaël Banaan Ananas
c4a4cb6f89 rm really old todo list 2014-06-10 23:35:12 +00:00
Michaël Banaan Ananas
d99c3cb0e0 (MESS) gb.c: Added GameBoy Pocket Boot ROM. [BennVenn] 2014-06-10 23:23:57 +00:00
Michaël Banaan Ananas
f6d9d687c6 small cleanup 2014-06-10 23:02:25 +00:00
Michaël Banaan Ananas
e23b5632ab nonsense 2014-06-10 22:38:22 +00:00
cracyc
c779d7a67f upd765: implement scan data and read track [Carl]
fail command when drive not ready and check ready before command (verified on real hardware)
        stop polling when first byte of command sent (verified)

(mess) x68k: experiment with fdc drive control (nw)
2014-06-10 22:03:18 +00:00
Curt Coder
b1a96bf2cc (MESS) ql: Added preliminary CST Q+4 emulation. [Curt Coder] 2014-06-10 17:21:09 +00:00
Curt Coder
f2a798abf9 (MESS) ql: Fixed late binding error. (nw) 2014-06-10 17:20:38 +00:00
Miodrag Milanovic
05548b8a9c Lua overhaul [Olivier Galibert, Miodrag Milanovic] 2014-06-10 11:59:55 +00:00
Robbbert
7c59146b4e romident: print a summary at the end, instead of garbage. 2014-06-10 11:59:39 +00:00
Robbbert
c222346d3c oops, its actually the Action Printer 2000 (nw) my bad 2014-06-10 09:48:45 +00:00
Robbbert
73ae4b7519 (MESS) New not-working printer [Felipe Sanchez]
-------------------------------------------------
Epson Advanced Printer 2000
2014-06-10 08:59:26 +00:00
R. Belmont
56e8e4f17e naomi.c: redumped tetkiwam and ngdup23c to current standards. [MetalliC] 2014-06-10 02:58:05 +00:00
Robbbert
94ee59cc3f (MESS) New not-working printer [Felipe Sanchez]
-------------------------------------------------
Epson LX810L
2014-06-09 23:59:58 +00:00
Michaël Banaan Ananas
ee971494f3 typo 2014-06-09 21:24:03 +00:00
Andreas Naive
91f0306b81 Added comment (nw) 2014-06-09 20:59:11 +00:00
Andreas Naive
c0bc8669b5 Work on System24's remaining sgmast set [Chris Hardy, Andreas Naive]
* Reconstructed SEGA FD1094 key (317-0058-05d)
* Tossed the previous alternate reads away as confirmed duplicate disks of sgmastj & sgmast (with differences in the highscores' track)

New games added or promoted from NOT_WORKING status
---------------------------------------------------
Super Masters Golf (World?, Floppy Based, FD1094 317-0058-05d?) [Chris Hardy, Andreas Naive]
Ace Attacker (FD1094 317-0059) [Chris Hardy, hap, Andreas Naive]
2014-06-09 20:49:18 +00:00
James Wallace
d206a635dc Made MPU4Vid chips properly 8-bit where possible, still doesn't fix 6850 issues though, but does fix CHR regression (nw) 2014-06-09 19:56:51 +00:00
Ivan Vangelista
0159e86b73 These aren't needed anymore (nw) 2014-06-09 19:34:08 +00:00
Ivan Vangelista
b98ce7416d Applied Kale's ramdac changes to koftball.c, too. This fixes the debug build regression found by Tafoid's regression tests. (nw) 2014-06-09 19:21:54 +00:00
Michaël Banaan Ananas
68268fe13c some cleanup, got rid of unneeded trampolines 2014-06-09 17:26:32 +00:00
Michaël Banaan Ananas
b3ffdbd77b (shortened CALLBACK to CB) 2014-06-09 16:28:19 +00:00
Miodrag Milanovic
ae785a1ed6 few more commands just for fun (nw) 2014-06-09 14:32:44 +00:00
Miodrag Milanovic
5e558f534d made LUA script execute in main thread, but console running in another (nw)
Need to generalize mechanism of communication between threads and do more cleanup
2014-06-09 14:13:19 +00:00
Curt Coder
a1b5d6f644 clang compile fix. (nw) 2014-06-09 12:57:43 +00:00
Miodrag Milanovic
b1ce3204e5 fixed listxml crash (palette_init was after ramdac device not after palette device) anyway it was not needed (nw) 2014-06-09 07:51:30 +00:00
Michaël Banaan Ananas
58e5dcd65d small tweak 2014-06-09 03:03:14 +00:00
Alex W. Jackson
17689cf0d0 nitedrvr.c: 0x80 bytes / 32 cols = 4 rows; also add AM_READNOPs so 6502 dummy reads don't clog the log (nw) 2014-06-09 02:56:55 +00:00
Michaël Banaan Ananas
6905ed7688 base colecop on coleco, not dina 2014-06-09 02:44:47 +00:00
Angelo Salese
3545f1b09a Some fixes for hotslots, nw 2014-06-09 02:15:10 +00:00
Michaël Banaan Ananas
8351b66b07 fixed tilemap and 'hvc' ram size 2014-06-09 01:56:49 +00:00
David Haywood
9e1e121f04 make MB89363B a trampoline device for 2x i8255 chips (nw) 2014-06-09 01:38:34 +00:00
Scott Stone
f4d741ca06 rainbow.c: New floppy code - uses more reliable 'wd_fdc'. [Bavarese]
i86.c: Four new 8086 opcode aliases: 0xc0 is 0xc2; 0xc1 = 0xc3; 0xc8 = 0xca; 0xc9 = 0xcb as documented at OS 2 Museum. [Bavarese]

rx50_dsk.h/c: Rainbow specific; The RX50 _disk drive_ was used in different architectures.  Floppy format used by Rainbow-100 and -190. Track layout (post-amble, some positions) yet unverified. Currently only raw 400 K disk dumps are supported (*.img).  [Bavarese]
2014-06-09 00:42:53 +00:00
Scott Stone
0f0c004ce8 typo (nw) 2014-06-09 00:36:59 +00:00
Scott Stone
d511c9340d New Clones
----------
Colecovision PAL BIOS  [TSM Carmine]
2014-06-09 00:32:49 +00:00
Angelo Salese
878e004fc9 Added Vertical Display bit in Magic Card, nw 2014-06-09 00:05:17 +00:00
Brian Troha
f3b2146a99 peplus.c: Misc documentation updates - NW 2014-06-08 23:51:52 +00:00
Angelo Salese
9b8ddec7d7 Hooked up RAMDAC device to following drivers [Angelo Salese]:
* adp.c
* bmcbowl.c
* coinmvga.c
* highvdeo.c
* magicard.c
* segajw.c
2014-06-08 23:47:35 +00:00
David Haywood
709c4e4aa4 fix 68k regression (nw) 2014-06-08 23:20:39 +00:00
Michaël Banaan Ananas
22b67c8d7e comment out printfs 2014-06-08 22:50:56 +00:00
David Haywood
f75e09b11a fix some 68k regressions (nw) 2014-06-08 22:37:57 +00:00
Michaël Banaan Ananas
ed02c73f8b prettied up kenseim internal artwork 2014-06-08 22:19:05 +00:00
Miodrag Milanovic
9c40809a5b Fix crash due to uninitialized variable (nw) 2014-06-08 19:09:58 +00:00