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
Michael Zapf
baade3fe0c
(MESS) ti99: Added a new error message for RPK. (nw)
2014-06-08 18:54:59 +00:00
Sandro Ronco
a0dcbbd11b
sigmab52.c: added coin lockout. (nw)
2014-06-08 18:48:13 +00:00
Michael Zapf
f004e73121
(MESS) Preparing new HFDC implementation with new HDC9234. (nw)
2014-06-08 18:39:43 +00:00
Michael Zapf
edddaac075
New implementation of HDC9234 for modern floppy system, still WIP. (nw)
2014-06-08 18:38:41 +00:00
David Haywood
7c84de5c48
new clones
...
Knights of Valour Super Heroes / Sangoku Senki Super Heroes (ver. 100, CN) [Joerg Hartenberger]
2014-06-08 18:25:48 +00:00
Sandro Ronco
8498313a50
segajw.c updates: [Sandro Ronco]
...
- Hooked up ACRTC
- Added inputs
- Added NVRAM support
2014-06-08 18:16:20 +00:00
David Haywood
e196c5c609
fix 68k regression (nw)
2014-06-08 18:06:53 +00:00