OSDN Git Service

7dd2675fd0a301e8bd1fa2dea65256ad6baca1a2
[csp-qt/common_source_project-fm7.git] / source / history.txt
1 5/24/2018
2
3 [COMMON] import Mr.Artane.'s fixes (Commits on May 10, 2018)
4 [COMMON/FIFO] import Mr.Artane.'s fixes (Commits on May 10, 2018)
5 [EMU] support set_vm_screen_lines() (thanks Mr.Artane.)
6 [EMU] fix interfaces for bubble cassette
7 [EMU] add interfaces for hard disk
8 [WINMAIN] add interfaces for hard disk
9
10 [VM/DEVICE] support read_debug_reg()
11 [VM/DISK] import Mr.Artane.'s fixes (Commits on May 10, 2018)
12 [VM/HARDDISK] support hard disk handler
13 [VM/I286] improve i286 core based on MAME 0.197
14 [VM/I286] support read_debug_reg()
15 [VM/I386] support read_debug_reg()
16 [VM/I8237] fix verify command
17 [VM/I8237] support to read bank register by read_signal()
18 [VM/MC6809] import Mr.Artane.'s fixes (Commits on May 10, 2018)
19 [VM/SCSI_DEV] support SASI specify command
20 [VM/SCSI_HDD] improve to use hard disk handler
21 [VM/SCSI_HOST] support to read ack signal
22
23 [BUBCOM80] support Systems Formulate BUBCOM80
24 [FM77AV] import Mr.Artane.'s fixes (Commits on May 10, 2018)
25 [FMR30] support to change hard disk image
26 [FMR50] support to change hard disk image
27 [FMR50/BIOS] improve to use hard disk handler
28 [MZ2500] support to select floppy drive type 2DD/2D
29 [MZ2500] support to change hard disk image
30 [MZ2500/MZ1E30] reimplent SASI I/F with general SCSI host/hard disk device
31 [PC9801/CPUREG] support NMI enable/disable
32 [PC9801/MEMBUS] improve for 24bit/32bit address
33 [PC9801/SASI] support SASI I/F and hard disk drives
34 [X1TURBO/SASI] support SASI I/F and hard disk drives
35
36
37 5/6/2018
38
39 [COMMON] add is_absolute_path() and create_absolute_path() functions
40 [COMMON/FILEIO] add Gzopen() function to read/write compressed file by gzip
41
42 [EMU] support to save/load compressed state file
43 [EMU/DEBUGGER] support to switch the target cpu/device
44
45 [VM/I386] improve i386 core based on MAME 0.197
46 [VM/MB8877] improve for debugger
47 [VM/TMS9918] improve for debugger
48 [VM/UPD765A] improve for debugger
49 [VM/UPD765A] fix read/write commands to check density (thanks PC8801MA\89ü)
50 [VM/UPD765A] fix read diagnostics status for unformat/density mismatch case
51
52 [PC8801/PC88] fix underline/upperline attributes
53 [PC98XL] support NEC PC-98XL
54 [PC9801/MEMBUS] support NEC EMS
55 [PC9801/MEMBUS] support SASI/SCSI/IDE BIOS (only BIOS, not drives)
56 [X1/KEYBOAD] improve phantom keys (thanks Mr.Sato)
57
58
59 3/1/2018
60
61 [PC98RL] support NEC PC-98RL
62 [PC9801/DISPLAY] update for hireso mode
63 [PC9801/DISPLAY] fix for the case gdc scroll parameters are invalid
64 [PC9801/MEMBUS] update for hireso mode
65 [PC9801/MEMBUS] support outport 053Dh
66 [PC9801/MEMBUS] move memory map routine from VM class to MEMBUS class
67
68
69 2/28/2018
70
71 [VM/I286] fix not to clear cycles in reset()
72 [VM/I386] fix not to clear cycles in reset()
73 [VM/I386] improve mov_r16_rm16 instruction to check limit
74 [VM/I386] fix debugger
75
76 [PC9801RA] support NEC PC-9801RA
77
78
79 2/27/2018
80
81 [VM/I8237] fix bank register and inc mask register
82
83 [PC9801/DISPLAY] fix array length of analog palette
84 [PC9801/MEMBUS] improve memory bus for i386 or later (partial)
85
86
87 2/25/2018
88
89 [VM/DISK] improve for case 2D/2DD disk is inserted to 2DD/2D drive
90
91 [FMR30/FLOPPY] support to change drive type 2DD/2HD
92 [FMR30/FLOPPY] support to get media type 2D/2DD/2HD
93 [FMR50/BIOS] suppoert int 93h, ah=00h/01h to set/get drive type
94 [FMR50/BIOS] improve int 93h, ah=02h to get sector size and media type
95 [FMR50/FLOPPY] support to change drive type 2DD/2HD
96 [MZ80A] support to select floppy drive type 2D/2DD
97 [MZ80B] support to select floppy drive type 2D/2DD
98 [MZ80B] support to select cpu clock 4MHz/6MHz
99 [MZ800] support to select floppy drive type 2D/2DD
100 [MZ1500] support to select floppy drive type 2D/2DD
101 [MZ2200] support to select floppy drive type 2D/2DD
102 [MZ2200] support to select cpu clock 4MHz/6MHz
103 [MZ2800/FLOPPY] support to change drive type 2DD/2HD
104 [PC100] support to select floppy drive type 2D/2DD
105 [PC100/IOCTRL] improve dipswitch value for floppy drive type 2D/2DD
106 [X1TURBO] support to select floppy drive type 2D/2DD/2HD
107 [X1TURBO/FLOPPY] support to change drive type 2D/2DD/2HD
108
109
110 2/23/2018
111
112 [VM/DISK] support two side
113 [VM/I8237] support address mask
114 [VM/I8237] fix interface to connect tc signal for ch.2-4
115 [VM/IO] support to create multiple instances with different address range
116 [VM/MC6840] fix issue for the case address range is not 0-7
117 [VM/MEMORY] support to create multiple instances with different address ranges
118 [VM/UPD765A] fix st3 in sence devstat command
119
120 [FM16BETA] support FUJITSU FM16beta (not work)
121 [FMR50/MEMORY] fix memset issue
122 [PC9801] fix to connect terminal count signal from dmac to fdc
123
124
125 12/27/2017
126
127 [EMU] support to restore sound frequency/latency settings when load state
128
129 [VM/DISK] support T98-NEXT nfd r0 floppy disk image
130 [VM/DISK] support BKDSK hdm/hd5/hd4/hdb/dd9/dd6 floppy disk image
131
132
133 12/15/2017
134
135 [COMMON/FILEIO] add Fcompare function
136
137 [VM/*] improve save/load state function to check device class name
138 [VM/YM2151] fix save/load state function
139
140
141 12/14/2017
142
143 [RESOURCE] change accelerators for switching full speed and roman/kana input
144 [WINMAIN] fix to call ImmAssociateContext() in WM_ACTIVATE (thanks PC8801MA\89ü)
145
146 [VM/HD46505] fix to force update event timing when R0-R9 are modified
147 [VM/HUC6280] support to show clocks since starting scanline in debugger
148 [VM/I286] support to show clocks since starting scanline in debugger
149 [VM/I386] support to show clocks since starting scanline in debugger
150 [VM/M6502] support to show clocks since starting scanline in debugger
151 [VM/MC6800] support to show clocks since starting scanline in debugger
152 [VM/MC6809] support to show clocks since starting scanline in debugger
153 [VM/MCS48] support to show clocks since starting scanline in debugger
154 [VM/TMS9995] support to show clocks since starting scanline in debugger
155 [VM/UPD7220] fix to force update event timing when sync are modified
156 [VM/UPD7801] support to show clocks since starting scanline in debugger
157 [VM/UPD7810] support to show clocks since starting scanline in debugger
158 [VM/Z80] support to show clocks since starting scanline in debugger
159
160 [X1TURBOZ/DISPLAY] fix pcg/analog palette access wait again (thanks Mr.Sato)
161
162
163 12/12/2017
164
165 [VM/DISK] fix crc in id/data field (thanks Mr.Sato)
166 [VM/HD46505] fix not to raise DISPTMG signal if bit2,3 of R8 are 11
167
168 [X1TURBOZ/DISPLAY] fix pcg/analog palette access wait (thanks Mr.Sato)
169 [X1TURBOZ/DISPLAY] fix to draw each line at start of hblank (thanks Mr.Sato)
170
171
172 12/3/2017
173
174 [VM/UPD765A] fix read diagnostic to set ND when 1st sector's id are not match
175
176
177 11/28/2017
178
179 [EMU/DEBUGGER] fix ut command to show correct range of cpu trace
180
181 [VM/DEVICE] rename bios_call_i86() to bios_call_far_i86()
182 [VM/HUC6280] support to show total cpu clocks in debugger
183 [VM/HUC6280] support cpu trace
184 [VM/I286] support to show total cpu clocks in debugger
185 [VM/I286] support cpu trace
186 [VM/I386] support to show total cpu clocks in debugger
187 [VM/I386] support cpu trace
188 [VM/M6502] support to show total cpu clocks in debugger
189 [VM/M6502] support cpu trace
190 [VM/MC6800] support to show total cpu clocks in debugger
191 [VM/MC6800] support cpu trace
192 [VM/MC6800] fix issue that can not break at instruction following tap/cli/sei
193 [VM/MC6809] support to show total cpu clocks in debugger
194 [VM/MC6809] support cpu trace
195 [VM/MCS48] fix to add clocks for interrupt to total cpu clocks
196 [VM/TMS9995] support to show total cpu clocks in debugger
197 [VM/TMS9995] support cpu trace
198 [VM/UPD7801] support to show total cpu clocks in debugger
199 [VM/UPD7801] support cpu trace
200 [VM/UPD7810] support to show total cpu clocks in debugger
201 [VM/UPD7810] support cpu trace
202 [VM/Z80] fix to add clocks for interrupt to total cpu clocks
203
204
205 11/26/2017
206
207 [PC8801MA] fix text attribute when dma underrun occurs
208
209
210 11/25/2017
211
212 [EMU/DEBUGGER] support command history
213 [EMU/DEBUGGER] support ut command (unassemble cpu trace)
214 [EMU/DEBUGGER] fix < command to check if command file is correctly opened
215
216 [EMU/OSD] fix initialize_screen_buffer() for RGB565 (thanks PC8801MA\89ü)
217 [EMU/OSD] improve read_console_input() to get cursor key
218
219 [VM/MCS48] support to show total cpu clocks in debugger
220 [VM/MCS48] support cpu trace
221 [VM/UPD7220] improve vsync/hsync timing
222 [VM/UPD7220] improve status register to select vblank/hblank by sync command
223 [VM/YM2151] improve not to load mamefm.dll again (thanks PC8801MA\89ü)
224 [VM/YM2203] improve not to load mamefm.dll again (thanks PC8801MA\89ü)
225 [VM/Z80] support to show total cpu clocks in debugger
226 [VM/Z80] support cpu trace
227
228 [PC8801MA] support OPN+OPN, OPNA+OPNA, and OPNA+OPN (thanks PC8801MA\89ü)
229 [PC8801MA] fix back space key issue (thanks PC8801MA\89ü)
230 [PC8801MA] fix bank switch of extrom (thanks PC8801MA\89ü)
231 [PC8801MA] fix not to apply digital palette in monochrome and digital mode
232 [PC8801MA] fix to apply analog palette in monochrome and analog mode
233 [PC8801MA] fix to apply reverse in text attribute to monochrome graphic
234 [PC8801MA] fix cpu mode "Z80 8MHz (FE2/MC)"
235
236 [X1/KEYBOAD] support phantom keys (thanks Mr.Sato)
237 [X1/SUB] fix not to check iei status when sub cpu sends ack (thanks Mr.Sato)
238
239
240 8/12/2017
241
242 [EMU/DEBUGGER] improve to show message when cpu is not suspended soon
243
244 [PC8801/PC88] fix to render text color #0 with back color
245 [PC8801/PC88] fix to get text color attribute when text display is stopped
246
247
248 8/10/2017
249
250 [EMU] support to enter 0-9 by numpad key while roman to kana is enabled
251 [EMU] support to enter shift + function key while roman to kana is enabled
252 [EMU/DEBUGGER] fix to wait until cpu is suspended and enters into waiting loop
253
254 [VM/I386] fix to flush vtlb after modifying address mask
255 [VM/UPD7220] support to specify device class to access vram
256 [VM/Z80] fix to run dma before checking interrupts
257
258 [PC8801/PC88] fix monocolor graph screen to get color index from text attribute
259 [PC8801/PC88] fix monocolor graph screen to render with graph palette
260
261 [PC9801VX] support NEC PC-9801VX
262 [PC9801/CPUREG] support address mask i/o
263 [PC9801/DISPLAY] support EGC (thanks Neko Project 2)
264 [PC9801/DISPLAY] support EGC/GRCG access from graphic GDC
265 [PC9801/MEMBUS] support 24bit/32bit address memory bus
266 [PC9801/MEMBUS] support ITF rom
267
268
269 6/22/2017
270
271 [EMU] move auto key codes from winmain to emu class
272 [EMU] support to convert roman letters to kana letters
273 [WINMAIN] support APPLICATION accelerator to enable/disable roman to kana
274 [WINMAIN] support CTRL+ALT+ENTER accelerator to enable/disable full speed
275
276 [VM/I386] improve i86/i286 core based on MAME 0.185
277 [VM/UPD765A] fix device status (thanks annonymus guy)
278 [VM/YM2203] fix to mask YM2608 ports in YM2203 case (thanks annonymus guy)
279
280 [PC8801/PC88] fix bank switch of extend ram (thanks annonymus guy)
281 [PC8801/PC88] fix crtc for dma underrun case (thanks annonymus guy)
282
283
284 5/28/2017
285
286 [WINMAIN] support to run simulation at full speed
287
288 [VM/I386] improve i386 core based on MAME 0.185
289
290
291 5/20/2017
292
293 [YIS/DISPLAY] support correct font rom (thanks Mr.Moriya)
294 [YIS/DISPLAY] support native graphic commands
295 [YIS/DISPLAY] include KST32B stroke font and its decoder (thanks Mr.Saka.N)
296
297 [X1TURBOZ/DISPLAY] fix 8 color mode with 4096 palette (thanks Mr.Sato)
298
299
300 5/17/2017
301
302 [X1TURBOZ/DISPLAY] fix 64/4096 color mode (thanks Mr.Sato)
303
304
305 5/15/2017
306
307 [X1TURBOZ] support SHARP X1turboZ
308 [X1TURBOZ/DISPLAY] support X1turboZ enhanced graphic modes
309 [X1TURBOZ/IOSUB] support analog palette access wait
310
311
312 5/13/2017
313
314 [WIN32/SCREEN] fix not to move window position unnecessarily
315
316 [VM/AM9511] support AM9511 (thanks Xep128)
317 [VM/DISK] support to specify raw track size
318 [VM/MB8877] support to specify raw track size
319 [VM/MC6844] support MC6844
320 [VM/MC6850] support MC6850
321 [VM/MSM58321] add read_signal()
322 [VM/MEMORY] improve that dma controller does not read/write memory mapped i/o
323 [VM/NOISE] fix not to restart from first sample if already playing noise
324
325 [YIS] support YAMAHA YIS (thanks YAMAHA and Mr.Moriya)
326
327
328 4/16/2017
329
330 [VM/IO] revert the fix in 4/15/2017
331 [VM/SN76489AN] revert the fix in 4/15/2017
332
333
334 4/15/2017
335
336 [COMMON] add muldiv_s32 and muldiv_u32 to multiple 32bit integer
337 [COMMON] fix functions to support symbols
338
339 [VM/IO] improve to use read/write_io8/16/32w() to get wait clock from device
340 [VM/SN76489AN] improve to return 32 + 16 * n for wait clock
341
342 [MZ700] improve correct cpu clock and frame rate
343 [MZ800] improve correct cpu clock and frame rate
344
345
346 4/2/2017
347
348 [RESOURCE] improve menu items
349 [WINMAIN] improve menu items
350
351 [EX80] support to show/hide crt monitor
352
353
354 3/30/2017
355
356 [COMMON] add functions to convert char, wchar_t, and _TCHAR to each other
357 [COMMON] add _fgetts, _ftprintf, my_ftprintf_s, and my_swprintf_s
358 [COMMON/FILEIO] add Fgetts and Ftprintf for _TCHAR
359 [COMMON/FILEIO] fix functions using ZLIB for _UNICODE case
360 [EMU/DEBUGGER] fix for _UNICODE case
361 [WINMAIN] improve to update status only when status is changed
362
363 [VM/HUC6280] improve disassembler to support symbols (thanks Mr.Kei Moroboshi)
364 [VM/I8080] improve disassembler to support symbols
365 [VM/M6502] support debugger and disassembler (thanks MAME)
366 [VM/MCS48] improve disassembler to support symbols
367 [VM/TMS9995] fix disassembler for _UNICODE case
368 [VM/UPD7810] improve disassembler to support symbols
369 [VM/UPD7810] fix disassembler for _UNICODE case
370
371 [BABBAGE2ND] support debugger and save/load state
372 [FAMILYBASIC] support debugger
373 [YS6464A] support debugger and save/load state
374
375
376 3/28/2017
377
378 [COMMON] add _tcscat and my_tcscat_s
379 [COMMON] add structure and functions to support symbols
380 [EMU/DEBUGGER] improve debugger to support symbols (thanks Mr.Kei Moroboshi)
381
382 [VM/MC6800] improve disassembler to support symbols (thanks Mr.Kei Moroboshi)
383 [VM/MC6809] improve disassembler to support symbols (thanks Mr.Kei Moroboshi)
384 [VM/TMS9995] improve disassembler to support symbols (thanks Mr.Kei Moroboshi)
385 [VM/UPD7801] improve disassembler to support symbols (thanks Mr.Kei Moroboshi)
386 [VM/Z80] improve disassembler to support symbols (thanks Mr.Kei Moroboshi)
387
388
389 3/26/2017
390
391 [VM/YM2413] support mute
392
393 [FAMILYBASIC] support Family BASIC MMC5/VRC7 MOD
394 [FAMILYBASIC] support correct scanlines
395 [FAMILYBASIC/MEMORY] support MMC5/ VRC7 based on unofficial nester
396 [FAMILYBASIC/MEMORY] fix data recorder signal (thanks MESS)
397
398
399 3/20/2017
400
401 [COMMON] suport to read ascii/binary file compressed by gzip
402 [RESOURCE] fix fm8/fm7/fm77 dipswitch menu items
403 [WINMAIN] fix to update status bar twice/second to supress flickar
404
405 [VM/SCSI_CDROM] support CD-ROM bin/img file compressed by gzip
406 [VM/DATAREC] support tape image file compressed by gzip
407 [VM/DATAREC] support to save FUJITSU FM-7/77 t77 format tape image
408
409 [BMJR/MEMORY] fix sound mixer not to clear previously mixed sound
410
411
412 3/18/2017
413
414 [WINMAIN] support multiple data recorder
415 [EMU] support multiple data recorder
416
417 [VM/DATAREC] support HITACH BASIC Master Jr bin format tape image
418 [VM/PTF20] support access lamp signal
419
420 [BMJR/MEMORY] fix reading cmt signal
421 [BMJR/MEMORY] fix sound mixer
422 [TK80BS/CMT] support TK-80 cmt i/f
423
424
425 3/15/2017
426
427 [WINMAIN] add status bar to draw access lamps
428 [EMU] add interfaces to get access status of floppy/quick/hard disk drives
429 [EMU] add interface to get cmt status message
430
431 [VM/DATAREC] support cmt status message
432 [VM/HD44102] fix build error
433 [VM/MC6800] fix M_RDOP and M_RDOP_ARG macros (thanks PockEmul)
434 [VM/LD700] support access lamp signal
435 [VM/SCSI_CDROM] support access lamp signal
436 [VM/SCSI_DEV] support access lamp signal
437 [VM/SCSI_HDD] support access lamp signal
438
439 [HC20] fix issue that we cannot debug TF-20 CPU
440 [JR800] support National JR-800 (thanks PockEmul)
441
442
443 3/12/2017
444
445 [VM/DATAREC] fix issue that fast forward noise may not stop
446
447
448 3/11/2017
449
450 [VM/DATAREC] support to play play/stop/fast-fwd noise
451 [VM/MB8877] support to play seek/load/unload noise
452 [VM/HD44102] support HD44102 based on MAME 0.171
453 [VM/T3444A] support to play seek/load/unload noise
454 [VM/UPD765A] support to play seek/load/unload noise
455 [VM/UPD765A] fix seek time (thanks Mr.Artane.)
456
457 [MZ80B/MEMORY80B] fix vgate signal (thanks Mr.Suga)
458
459
460 3/8/2017
461
462 [VM/DISK] improve to check if disk image is modified more strictly
463 [VM/DISK] import yaya2016-04-13plus1 (thanks Mr.umaiboux)
464 [VM/V9938] import yaya2016-04-13plus1 (thanks Mr.umaiboux and MAME)
465 [VM/YM2413] import yaya2016-04-13plus1 (thanks Mr.umaiboux)
466
467 [FMR30] split project for i86 and i286
468 [MSX/*] import yaya2016-04-13plus1 (thanks Mr.umaiboux)
469
470
471 3/7/2017
472
473 [WIN32/INPUT] improve to accept shift + caps/kana/kanji
474
475 [VM/DISK] support device name (thanks Mr.Aratane.)
476 [VM/EVENT] improve to check abnormal scanline number (thanks Mr.Sato)
477 [VM/EVENT] fix light weight sound rendering (thanks Mr.168)
478 [VM/*] add device name to all devices of each machine (thanks Mr.Aratane.)
479
480 [MZ80B] change floppy drive type from 2D to 2DD (thanks Mr.Suga)
481 [MZ80B/MEMORY80B] support I-O DATA PIO-3039 (thanks Mr.Suga)
482
483
484 3/4/2017
485
486 [WINMAIN] add interfaces for bubble casette (thanks Mr.Artane.)
487 [EMU] add interfaces for bubble casette (thanks Mr.Artane.)
488
489 [VM/*] import Mr.Artane.'s fixes (Commits on Feb 18, 2017)
490 [VM/AY_3_891X] split YM2203 and AY-3-891X (thanks Mr.Artane.)
491 [VM/DISK] fix trim buffer routine for 2D disk image (thanks Mr.Artane.)
492 [VM/EVENT] support light weight sound rendering (thanks Mr.Artane.)
493 [VM/MB8877] fix seek command for 2D disk image (thanks Mr.Artane.)
494
495 [FM77AV] import Mr.Artane.'s fixes (Commits on Feb 18, 2017)
496
497
498 3/1/2017
499
500 [EMU/DEBUGGER] support < command (input commands from file)
501
502 [X1/MEMORY] support to unmap rom by reading port 1Exxh (thanks Mr.Sato)
503
504
505 2/9/2017
506
507 [WINMAIN] support to draw bitmap image onto buttons
508 [WINMAIN] fix to redraw pcb bitmap image when window is invalidated
509 [WIN32/SCREEN] fix to invalidate rects for 7-seg leds and buttons
510
511 [BABBAGE2ND] add bitmap images for buttons
512 [EX80] add bitmap images for buttons
513 [SMB80TE] add bitmap images for buttons
514 [TK80BS] add bitmap images for buttons
515 [TK85] support NEC TK-85
516 [YS6464A] add bitmap images for buttons
517
518
519 12/31/2016
520
521 [COLECOVISION/KEYBOARD] fix not to raise irq when joystick is pressed
522 [COLECOVISION/KEYBOARD] fix joystick/tenkey inputs
523 [COLECOVISION/KEYBOARD] fix to save/load tenky enabled status
524 [SC3000/MEMORY] support 32KB+16KB or 128KB ROM carts
525
526
527 12/30/2016
528
529 [COLECOVISION] support COLECO ColecoVision (thanks Mr.tanam)
530
531
532 12/29/2016
533
534 [RESOURCE] recompress png files in https://tinypng.com/
535
536 [EMU/DEBUGGER] support p command (trace one opcode, step-over)
537
538 [MZ80K/MEMORY] support V-GATE signal (thanks Mr.Suga)
539 [PASOPIA/DISPLAY] fix graphic color in screen 2 mode (thanks Mr.Kamei)
540 [SMB80TE] support SHARP SM-B-80TE
541
542
543 4/13/2016
544
545 [WINMAIN] improve auto key for the case to switch upper/lowercase with capslock
546 [EMU/DEBUGGER] fix issue that u command may cause the infinite loop
547
548 [VM/DATAREC] support to detect the frequency of signal
549 [VM/DATAREC] fix to always adjust zero position of wave signal
550 [VM/UPD1990A] fix not to check clk signal is low when stb signal is raised
551 [VM/UPD7810] support debugger
552 [VM/UPD7810] support MOV A,S opecode
553 [VM/UPD7810] fix not to change V register (thanks PockEmul)
554
555 [PC2001] support NEC PC-2001
556 [PC2001] fix cpu clock
557 [PC2001] support beep sound
558 [PC2001/IO] support rtc control signals
559 [YALKY] support Yuasa Kyouiku System YALKY
560 [YALKY/IO] improve data recorder controller
561
562
563 4/1/2016
564
565 [VM/DATAREC] suppot to specify channel of data and voice for each vm
566 [VM/UPD7810] support uPD7810 series based on MAME 0.152
567 [VM/UPD16434] support uPD16434 based on PockEmul
568
569 [PC2001] support NEC PC-2001 (not work)
570 [SMC70] support SONY SMC-70
571 [YALKY] support Yuasa Kyouiku System YALKY (not work)
572
573
574 3/23/2016
575
576 [VM/FMGEN] fix psg volume (thanks Mr.umaiboux and Mr.Artane.)
577 [VM/MZ1P17] support MZ-80P3 and MZ-80P4 (thanks Mr.Suga)
578 [VM/UPD7801] support HOLD/HLDA signals at PC #7/#6 pins
579
580 [FM77AV] import Mr.Artane.'s fixes (Commits on Mar 20, 2016)
581 [MZ80K] support dummy printer device and MZ-80P3 / MZ-80P4 (thanks Mr.Suga)
582 [MZ80K/KEYBOARD] fix shift and kana keys
583 [MZ2800] fix issue that prnfile instance is not initialized
584
585
586 3/17/2016
587
588 [ALL] improve VC++2013 project files for include/lib directories and manifest
589
590 [COMMON] import Mr.Artane.'s fixes (Commits on Mar 11, 2016)
591 [EMU] import Mr.Artane.'s fixes (Commits on Mar 11, 2016)
592 [EMU] add get_sound_rate()
593
594 [VM/SCSI_CDROM] improve CD-DA mixer to reduce cpu usage
595
596 [PCENGINE/PCE] fix adpcm streaming with dma function for Ys III
597
598
599 3/16/2016
600
601 [VM/HUC6280] support busreq
602 [VM/MSM5205] support MSM5205 based on MAME 0.171
603 [VM/SCSI_CDROM] support SCSI CD-ROM drive
604 [VM/SCSI_CDROM] support NEC features based on MAME 0.171 and Ootake 2.76
605 [VM/SCSI_DEV] support more correct req timing
606 [VM/SCSI_DEV] simplify codes
607 [VM/SCSI_HDD] fix save/load state function to call SCSI_DEV's ones
608 [VM/SCSI_HDD] simplify codes
609 [VM/SCSI_HOST] suuport output bsy signal to notify bus free
610
611 [PCENGINE] support CD-ROM^2 based on MAME 0.171 and Ootake 2.76
612 [PCENGINE] change icon file
613
614
615 3/5/2016
616
617 [EMU] add force_out_debug_log() function
618
619 [VM/DEVICE] add definitions for SCSI signals
620 [VM/I8237] suuport output signal to notify terminal count
621 [VM/MB8877] support MB89311
622 [VM/SCSI_HOST] support SCSI base host adaptor
623 [VM/SCSI_DEV] support SCSI base device
624 [VM/SCSI_HDD] support SCSI hard disk drive
625 [VM/UPD71071] fix to clear registers at initialize() for debug mode
626 [VM/UPD71071] fix initial mode and mask registers values in reset()
627
628 [FMR30] fix not to use pseudo bios class when ipl rom image is loaded
629 [FMR30/SCSI] support SCSI host adaptor
630 [FMR50] fix not to use pseudo bios class when ipl rom image is loaded
631 [FMR50/BIOS] remove codes for unused memory card and power management bios
632 [FMR50/SCSI] support SCSI host adaptor
633
634
635 3/1/2016
636
637 [ALL] use integer types defined in stdint.h (uint8 -> uint8_t, etc)
638 [ALL] rename pair and scrntype to pair_t and scrntype_t
639
640 [COMMON] add get_long_full_path_name() and get_parent_dir()
641 [COMMON] rename IsFileExists() in FILEIO class to IsFileExisting()
642 [EMU] import Mr.Artane.'s fixes (Commits on Feb 27, 2016)
643 [EMU] add get_osd()
644 [EMU] add set_mouse_pointer(), set_mouse_button(), and get_mouse_button()
645 [EMU] add get_access_lamp_status() and get_led_status()
646 [EMU/DEBUGGER] avoid PostMessage() and GetAsyncKeyState()
647 [WIN32/CONSOLE] add is_console_key_pressed() and close_debugger_console()
648
649 [VM/DATAREC] fix t77 image loader (thanks Mr.Artane.)
650 [VM/DEVICE] add get_device_name() (thanks Mr.Artane.)
651 [VM/DISK] import Mr.Artane.'s fixes for eFM7/77/77AV hacks
652 [VM/MB8877] import Mr.Artane.'s fixes for eFM7/77/77AV hacks
653 [VM/MC6809] add 16/32bit read/write functions for debugger (thanks Mr.Artane.)
654 [VM/V99X8] fix macro to create color (thanks Mr.Artane.)
655 [VM/Z80DMA] fix build issue for MinGW's (older) GCC (thanks Mr.Artane.)
656
657 [FM77AV] import Mr.Artane.'s fixes (Commits on Feb 27, 2016)
658 [FM77AV] add eFM8 codes (thanks Mr.Artane.)
659 [J3100] fix build issues (thanks Mr.Artane.)
660
661
662 2/26/2016
663
664 [WINMAIN] refactor codes
665 [WIN32] fix routine to check the Windows Vista or later
666 [WIN32/INPUT] improve DirectInput codes for newer DirectX 9.0 SDK
667 [WIN32/VIDEO] improve routine to copy DirectShow buffer to vm screen buffer
668
669 [VM/HD46505] support to set character clock
670 [VM/MC6840] reimplement based on MAME 0.168
671 [VM/T3444A] fix build error
672 [VM/YM2203] fix to clear output register and mode register in reset()
673
674
675 2/21/2016
676
677 [VM/MB8877] fix timing to start read/write sector for invalid format track
678 [VM/T3444A] fix timing to start read/write sector for invalid format track
679
680 [MZ2500/CMT] fix reset signal again for Laydock
681
682
683 2/19/2016
684
685 [ALL] add VC++2013 project files
686 [ALL] change many public method names according to common naming convention
687
688 [COMMON] add create_string() function
689 [WINMAIN] copy codes to read clipboard for auto key from osd class
690 [EMU] copy codes for auto key and joystick mapping from osd class
691 [EMU/OSD] remove codes for auto key and joystick mapping
692
693 [VM/PRNFILE] fix not to register ack event in initialize() for debug build
694 [VM/MZ1P17] fix not to register ack event in initialize() for debug build
695 [VM/MZ1P17] fix font rom loader for MZ-80B/2000/2200
696
697 [MZ2200/MEMORY80B] fix green monitor color
698
699
700 2/17/2016
701
702 [EMU] improve screen stretch modes
703 [EMU/OSD] improve screen stretch modes
704
705 [VM/FMGEN] support to set left/right volumes
706 [VM/YM2151] support to set left/right volumes
707 [VM/YM2203] support to set left/right volumes
708 [VM/Z80DMA] fix timing of bus request and release
709
710 [MZ2200/MEMORY80B] fix green monitor not to refer text/back color registers
711 [MZ2200/MEMORY80B] support to swap left/right side of color and green monitors
712
713
714 2/13/2016
715
716 [VM/DISK] fix routine to calculate sector position for invalid format track
717 [VM/DISK] increase max sector number from 256 to 512
718 [VM/MB8877] improve timing to start read/write sector for invalid format track
719 [VM/MZ1P17] fix initial value of reset signal
720 [VM/PRNFILE] fix initial value of reset signal
721 [VM/T3444A] improve timing to start read/write sector for invalid format track
722
723 [MZ2200/MEMORY80B] support dual (color and green) monitors
724
725
726 2/11/2016
727
728 [VM/DISK] fix to allow fdc class to get gap3 size
729 [VM/MB8877] improve timing to start read/write sector
730 [VM/T3444A] improve timing to start read/write sector
731 [VM/T3444A] fix to wait 100usec for tnd signal after sector is finshed
732
733
734 2/10/2016
735
736 [COMMON] improve routine to apply volume to sound samples
737 [WINMAIN] improve volume dialog
738 [WINMAIN] change volume uppder limit from +20dB to 0dB
739 [WINMAIN] support joystick dialog
740 [WINMAIN] simplify codes
741 [EMU] remove function to get sound device info
742 [EMU] change keyboard/joystick/mapper data pointer to const pointer
743
744 [MZ80K/KEYBOARD] fix for constant keyboatd data pointer
745 [PC6001/PSUB] fix for constant keyboatd data pointer
746 [X1/KEYBOARD] fix for constant keyboatd data pointer
747
748
749 2/7/2016
750
751 [WINMAIN] add dialog to set sound device volumes
752 [EMU] support to get sound device info
753 [EMU] support to set left/right volumes
754
755 [VM/BEEP] support to set left/right volumes
756 [VM/DATAREC] support to set left/right volumes
757 [VM/DEVICE] add virtual function to set left/right volumes
758 [VM/LD700] support to set left/right volumes
759 [VM/PCM1BIT] support to set left/right volumes
760 [VM/SN76489AN] support to set left/right volumes
761 [VM/TMS3631] support to set left/right volumes
762 [VM/UPD7552] support to set left/right volumes
763 [VM/YM2151] support to set volume
764 [VM/YM2203] support to set volume
765 [VM/YM2413] support to set left/right volumes
766 [VM/YM2413] fix memory leak issue
767
768 [BMJR/MEMORY] support to set left/right volumes
769 [FAMILYBASIC/APU] support to set left/right volumes
770 [MULTI8] support beep sound
771 [PV1000/PSG] support to set left/right volumes
772 [SCV/SOUND] support to set left/right volumes
773
774
775 2/4/2016
776
777 [VM/TMS9995] support debugger
778
779
780 1/10/2016
781
782 [VM/MZ1P17] support ESC % 2 in MZ-1 mode
783 [VM/MZ1P17] support MZ-2/3/X1 mode
784 [VM/MZ1P17] improve hiragana mode
785 [VM/MZ1P17] support overprint in the case that line feed distance is not enough
786 [VM/MZ1P17] improve busy signal
787 [VM/MZ1P17] support ack and reset signal
788 [VM/PRNFILE] improve busy signal
789 [VM/PRNFILE] support ack and reset signal
790
791 [MZ1500] support dummy printer device and MZ-1P17
792 [MZ2200/PRINTER] support dummy printer device and MZ-1P17
793 [MZ2500/PRINTER] improve to use printer reset signal
794 [MZ2800/PRINTER] support dummy printer device and MZ-1P17
795 [MZ3500] support dummy printer device and MZ-1P17
796 [MZ5500] support dummy printer device and MZ-1P17
797 [PC8801/PC88] fix to get printer busy status
798 [PC9801] fix to get printer busy status
799 [PC98LT] fix to get printer busy status
800 [X1] support dummy printer device and MZ-1P17
801
802
803 12/31/2015
804
805 [VM/MZ1P17] support underline, hiragana mode, and color mode
806
807
808 12/30/2015
809
810 [COMMON] add jis_to_sjis() function
811 [EMU] fix to delete OSD instance after delete VM instance
812 [EMU/OSD] improve functions to manipulate bitmaps and fonts
813
814 [VM/PRNFILE] support save/load state
815 [VM/MZ1P17] support MZ-1P17
816
817 [MZ2500/PRINTER] support dummy printer device and MZ-1P17
818
819
820 12/23/2015
821
822 [ALL] fix for UNICODE character set case
823
824 [COMMON] improve create_local_path() and get_file_path_without_extensiton() not to overwrite previous result soon
825 [EMU/OSD] improve to capture screen with png file format
826 [EMU/OSD] improve functions to manipulate bitmaps and fonts
827
828 [TOOL/MZ80K] support software keyboard for MZ-80K/C
829
830
831 12/20/2015
832
833 [EMU/OSD] remove functions for pinter interface
834 [EMU/OSD] add functions to manipulate bitmaps and fonts
835
836 [VM/PRNFILE] support dummy printer device that outputs to file
837
838 [MZ80K/MEMORY] combine memory class and display class
839 [MZ80K/MEMORY] support PCG-8000/1200
840 [MZ700/MEMORY] fix PCG-700
841 [PC6001] improve to use new dummy printer device
842 [PC8801] improve to use new dummy printer device
843 [PC9801] improve to use new dummy printer device
844 [PC98LT] improve to use new dummy printer device
845 [X1] improve to use new dummy printer device
846
847
848 12/17/2015
849
850 [COMMON] add application_path() and create_local_path()
851 [COMMON] add create_date_file_path()
852 [COMMON] add get_host_time()
853 [EMU/OSD] remove EMU::application_path() and EMU::bios_path()
854 [EMU/OSD] remove OSD::create_date_file_name()
855 [EMU/OSD] remove EMU::get_host_time()
856 [WIN32/SCREEN] fix screen rotation
857
858 [EX80] improve screen
859
860
861 12/16/2015
862
863 [COMMON] improve config, common, and fileio for other environments
864 [EMU/OSD] improve lock_vm() and unlock_vm() to support nesting
865 [EMU/OSD] add force_unlock_vm() to force unlock vm ignoring nesting
866
867 [VM/DISK] improve for other environments
868 [VM/F9368] support F9368
869 [VM/FMGEN] fix to use FILEIO class (thanks Mr.Artane.)
870 [VM/LD700] improve for other environments
871 [VM/MC6809] improve for other environments
872 [VM/UPD765A] improve for other environments
873 [VM/V99X8] fix to check if screen buffer is valid or not
874
875 [EX80] support save/load state
876 [FM77AV] import Mr.Artane.'s fixes (Commits on Dec 13, 2015)
877 [J3100] fix build errors (thanks Mr.Artane.)
878 [TK80BS] support save/load state
879
880
881 12/15/2015
882
883 [WINMAIN] fix to check if button caption is multi-line or not
884
885 [VM/I8080] fix to use fetch_op() function to fetch opecode
886 [VM/I8080] support to read interrupt enabled status
887
888 [EX80] support TOSHIBA EX-80
889 [TK80BS] improve screen
890
891
892 12/10/2015
893
894 [COMMON] improve common.h for other environments
895 [WIN32/SCREEN] fix crt filter issue for eFM-7
896
897
898 12/9/2015
899
900 [EMU/OSD] add OSD class and move OS dependent codes to OSD class
901 [WIN32/SCREEN] support screen rotation 180deg and 270deg, not only 90deg
902 [WIN32/SCREEN] support to load png image from resource
903
904 [FM77AV] import Mr.Artane.'s fixes (Commits on Dec 7, 2015)
905 [PC9801] fix PC-9801-26(K) irq number on YM2203 port A again
906 [TK80BS] add printed circuit board picture and buttons
907 [X1TURBO/PSUB] fix kana key map in keyboard mode B
908
909
910 11/18/2015
911
912 [WINMAIN] support to eject disk with d88 bank selection menu open
913 [EMU/WIN32] add tape_playing(), tape_recording(), and tape_position()
914
915 [VM/*] add tape_playing(), tape_recording(), and tape_position()
916
917 [FM77AV] import Mr.Artane.'s fixes (Commits on Nov 14, 2015)
918
919
920 10/31/2015
921
922 [WIN32/INPUT] fix broken auto key function
923 [WIN32/INPUT] support to notify l/r-shift/control/menu key to virtual machine
924 [WIN32/SOUND] fix not to create a sound buffer on sound card memory
925
926 [FM77AV] import Mr.Artane.'s fixes (Commits on Oct 29, 2015)
927
928
929 10/27/2015
930
931 [VM/IO] fix build error
932 [VM/UPD765A] fix tc signal in exec phase (thanks Mr.PI.)
933
934
935 10/7/2015
936
937 [VM/DISK] import Mr.Artane.'s fixes for FM-7 PSY-O-BLADE
938 [VM/IO] improve debug log for second cpu
939
940 [FM77AV] import Mr.Artane.'s fixes (Commits on Oct 2, 2015)
941
942
943 10/6/2015
944
945 [WIN32/DEBUGGER] add > command to output the logfile
946
947 [VM/UPD7220] support vram data mask to support 12bit vram for MZ-3500
948 [VM/Z80] improve disassembler for DD/ED/FD opecodes
949
950 [MZ3500/SUB] fix character vram bit width
951 [MZ3500/SUB] fix graphic vram size
952 [MZ3500/SUB] fix to negate color palette number of kanji character screen
953
954
955 9/30/2015
956
957 [EMU/WIN32] fix eFM77AV40/EX menu issues
958
959 [VM/TMS3631] add TMS3631 based on Neko Project 2
960
961 [MZ3500/SUB] support monochrome mode
962 [MZ3500/SUB] support vertical/horizontal line
963 [MZ3500/SUB] fix character color in the case color number is zero
964 [PC9801] fix PC-9801-26(K) irq number on YM2203 port A
965 [PC9801] support PC-9801-14
966
967
968 9/29/2015
969
970 [EMU/WIN32] fix terrible mistakes (thanks Mr.Artane.)
971
972 [VM/DISK] import Mr.Artane.'s fixes for FM-7 PSY-O-BLADE
973 [VM/MB8877] import Mr.Artane.'s fixes for FM-7 series
974
975 [FM77AV] add eFM77AV40/40EX codes (thanks Mr.Artane.)
976 [FM77AV] import Mr.Artane.'s fixes (from SNAPSHOT 20150926)
977 [MZ3500/MAIN] support some dip switches
978 [MZ3500/SUB] support middle resolution monitor and green monitor
979 [PC9801] support to enable/disable sound board and sound bios
980
981
982 9/26/2015
983
984 [MZ3500/SUB] fix kanji character renderer
985 [MZ3500/SUB] fix character renderer for non transparent black color
986
987
988 9/25/2015
989
990 [MZ3500] support HALT button
991 [MZ3500/KEYBOARD] support PRO/OP mode switch
992 [MZ3500/KEYBOARD] support CL and 00 keys
993 [MZ3500/KEYBOARD] change key assign for program control keys
994 [MZ3500/MAIN] fix to add one clock wait for each m1 cycle
995 [MZ3500/MAIN] fix memory mapper to check me1/me2 signals
996 [MZ3500/MAIN] fix memory mapper to update only when register values are changed
997 [MZ3500/SUB] support kanji rom and kanji vram
998 [MZ3500/SUB] implement graphic screen renderer
999
1000
1001 9/23/2015-2
1002
1003 [MZ3500/KEYBOARD] support kana key
1004
1005
1006 9/23/2015
1007
1008 [VM/UPD765A] fix index hole signal width to 5msec (thanks Mr.Sato)
1009
1010 [MZ3500] support SHARP MZ-3500
1011 [MZ3500/KEYBOARD] implement keyboard
1012 [MZ3500/SUB] enlarge ram size of sub cpu
1013 [MZ3500/SUB] fix text screen renderer
1014
1015
1016 9/17/2015
1017
1018 [TOOL/ANY2D88] support to convert solid image to 1dd
1019 [TOOL/ANY2D88] support to convert solid image with sector size 256bytes
1020
1021 [WINMAIN] improve to inhibit starting screen saver
1022
1023 [VM/DISK] fix issue in the case that file extension of solid image is *.dsk
1024 [VM/DISK] update physical disk format table
1025 [VM/DISK] improve fdi converter
1026 [VM/DISK] support to get am1 position in id field
1027 [VM/MB8877] improve timing to start read/write sector
1028 [VM/MB8877] fix to use const time to search sector in incorrect timing setting
1029 [VM/T3444A] fix to use const time to search sector in incorrect timing setting
1030 [VM/UPD765A] fix to use const time to search sector in incorrect timing setting
1031
1032 [MZ80K/DISPLAY] support green monitor for MZ-80C
1033 [X1TURBO/DISPLAY] fix issue in the case that char raster is greater than 8/16
1034
1035
1036 9/15/2015
1037
1038 [TOOL/ANY2D88] add new utility any2d88 that converts any format image to d88
1039
1040 [COMMON] add FileLength() function to FILEIO class
1041 [WIN32/DEBUGGER] disable ctrl-c on the debug console
1042
1043 [VM/DATAREC] support to record tap format image
1044 [VM/DISK] simplify image loader
1045 [VM/DISK] improve cpdread converter for invalid track size table
1046
1047 [MZ80K/MZ80FIO] fix drive number register (thanks Mr.masa and Mr.Suga)
1048
1049
1050 9/9/2015
1051
1052 [COMMON] add batch file to merge manifest file for Windows Vista or later
1053
1054
1055 9/8/2015
1056
1057 [VM/DISK] fix for single density disk in double density drive
1058 [VM/T3444A] support T3444A/T3444M
1059
1060 [BMJR] support HITACHI BASIC Master Jr
1061 [MZ80K/MZ80FIO] support MZ-80FIO
1062 [MZ80K/KEYBOARD] fix eisuu/kana key to toggle with kana key
1063 [PC6001] fix signal connections between i8255 and PC-80S31K
1064
1065
1066 8/28/2015
1067
1068 [WIN32/SCREEN] improve and simplify crt filter
1069
1070 [VM/DATAREC] rename SIG_DATAREC_OUT to SIG_DATAREC_MIC
1071 [VM/DATAREC] rename set_context_out() to set_context_ear()
1072 [VM/DEVICE] add virtual functions to get remaining time until event is expired
1073 [VM/DEVICE] add functions to get remaining time until event is expired
1074 [VM/MC6800] fix build error for MB8861
1075 [VM/YS6522] support YS6522 based on MAME 0.164
1076
1077 [JR100] support National JR-100
1078
1079
1080 8/25/2015
1081
1082 [WIN32/SCREEN] improve crt filter for non stretched screen
1083 [WIN32/SCREEN] fix not to lock Direct3D9 offscreen surface for a long period
1084
1085 [PC8801/PC88] import Mr.PI.'s fixes from XM8 version 1.30
1086
1087
1088 8/24/2015
1089
1090 [VM/DISK] fix to save image in d88 format if solid image is physical formatted
1091 [VM/DISK] fix to save single side solid image correctly
1092 [VM/DISK] fix imagedisk converter for single side disk image
1093
1094
1095 8/23/2015
1096
1097 [VM/DISK] fix routine to check FM-7 DEATH FORCE
1098
1099
1100 8/22/2015-2
1101
1102 [VM/DISK] support solid 1dd 280kb disk image with .img extension
1103 [VM/MB8877] revert the fix in 8/22/2015
1104
1105 [SMC777] fix floppy drive speed to 600rpm
1106
1107
1108 8/22/2015
1109
1110 [COMMON] replace many _TCHAR* to const _TCHAR* mainly for file path
1111 [WIN32/DEBUGGER] improve L and W command to load/write intel hex format file
1112
1113 [VM/DISK] add patch for FM-7 DEATH FORCE (thanks Mr.Artane.)
1114 [VM/MB8877] fix for 2d disk image on 2dd/2hd drive (thanks Mr.Artane.)
1115 [VM/MC6809] improve mc6809 instructions (thanks Mr.Artane.)
1116
1117 [FM77AV] import Mr.Artane.'s fixes (Commits on Aug 19, 2015)
1118 [MZ2500/CRTC] fix character blinking (thanks Mr.KanegonP)
1119
1120
1121 8/21/2015
1122
1123 [WIN32/INPUT] improve auto key function for us-keyboard
1124 [WIN32/INPUT] support to load vm's own auto key table
1125
1126 [VM/DISK] support *.1dd floppy disk image
1127 [VM/I286] fix build error
1128 [VM/MB8877] fix to check cylinder number for read/write sector command
1129
1130 [SMC777] support SONY SMC-777
1131
1132
1133 8/13/2015
1134
1135 [VM/HUC6280] support debugger
1136 [VM/I86] fix aad instruction for NEC V30
1137 [VM/I286] add NEC V30 instructions based on MAME 0.128
1138
1139 [PC9801U] fix to use new V30 core
1140 [PC9801VF] fix to use new V30 core
1141 [PC9801VM] fix to use new V30 core
1142 [PC98DO] fix to use new V30 core
1143 [PC98HA] fix to use new V30 core
1144 [PC98LT] fix to use new V30 core
1145
1146
1147 8/9/2015
1148
1149 [VM/MB8877] support MB8866
1150 [VM/MB8877] improve type-2/3 command timing for E flag
1151 [VM/MB8877] fix write protect status (thanks Mr.Artane.)
1152
1153 [MZ80A] change fdc device type from MB8876 to MB8866
1154
1155
1156 8/8/2015
1157
1158 [VM/DISK] remove ugly patch for X1turbo Alpha
1159 [VM/MB8877] remove ugly patch for X1turbo Alpha
1160 [VM/MB8877] improve type-1 command timing
1161 [VM/MB8877] improve type-2/3 command timing for E flag
1162 [VM/MB8877] improve force interrupt command to finish write sector command
1163 [VM/Z80SIO] improve transmitting timing for external clock signal
1164
1165
1166 8/7/2015
1167
1168 [VM/DATAREC] support ASCII MSX cas format tape image (thanks Mr.Sean Young)
1169 [VM/DATAREC] improve mzt converter to support fast forward/rewind
1170 [VM/DISK] improve image decoder for single side and data mark missing cases
1171 [VM/MB8877] fix timing to abort searching the target sector
1172 [VM/MB8877] fix to raise irq signal after abort searching the target sector
1173 [VM/MB8877] fix to abort write command before drq when disk is write protected
1174 [VM/MB8877] fix to abort write command when lost data occurs at first drq
1175 [VM/MB8877] fix to read/write data register when lost data occurs
1176 [VM/MB8877] fix to show crc error when verify track number at seek command
1177 [VM/MB8876] fix not to show busy after seek command for FMR-30/50/60 series
1178
1179
1180 8/5/2015
1181
1182 [WINMAIN] support menu to enable/disable correct fdc timing
1183
1184 [VM/DISK] improve to check both id crc error and data crc error
1185 [VM/I286] fix issue that emulation may go to infinite loop when cpu is halted
1186 [VM/MB8877] fix index hole signal width to 5msec (thanks Mr.Sato)
1187 [VM/MB8877] improve drq signal timing to check E flag of type-2 and 3 commands
1188 [VM/MB8877] improve drq signal timing for write track command
1189 [VM/MB8877] improve data lost timing for write sector and write track commands
1190 [VM/MB8877] improve to check both id crc error and data crc error
1191 [VM/UPD765A] improve timing to go to exec phase
1192 [VM/UPD765A] improve to check both id crc error and data crc error
1193 [VM/Z80SIO] improve transmitting timing (thanks Mr.Sato)
1194
1195 [FMR50/BIOS] improve to check both id crc error and data crc error
1196 [FMR50/BIOS] improve write track command for sectors without data field
1197 [MSX2/MEMORY] improve to check both id crc error and data crc error
1198
1199
1200 8/3/2015
1201
1202 [VM/DISK] support sectors without data field
1203 [VM/MB8877] improve drq signal timing for write sector command (thanks Mr.Sato)
1204 [VM/MB8877] improve index hole signal width (thanks Mr.Sato)
1205 [VM/MB8877] improve read/write command to wait at least 60msec after seeking
1206 [VM/MB8877] improve seek command not to set seek error without verify flag
1207 [VM/MB8877] improve read/write sector commands for sectors without data field
1208 [VM/MB8877] improve write track command for sectors without data field
1209 [VM/MB8877] improve force interrupt command to finish write track command
1210 [VM/MB8877] remove ugly patch for MZ-2500 RELICS
1211 [VM/UPD765A] improve read/write sector commands for sectors without data field
1212 [VM/Z80SIO] improve transmitting timing (thanks Mr.Sato)
1213
1214
1215 8/1/2015
1216
1217 [WINMAIN] support menu to modify write protected status of floppy disk image
1218 [WINMAIN] support menu to enable/disable DirectInput for keyboard
1219 [WIN32/INPUT] support to swap joystick buttons #1/#3/#5... and #2/#4/#6...
1220
1221 [VM/DISK] fix not to inherit the write protected status of image file
1222 [VM/DISK] support to modify write protected status of floppy disk image
1223 [VM/DISK] add ugly patch for FM-7 Gambler Jiko Chuushin Ha
1224 [VM/MB8877] improve read/write commands to access the current track
1225 [VM/MB8877] improve seek commands (thanks Mr.Artane.)
1226 [VM/MB8877] suppot to set/get write protected status of floppy disk image
1227 [VM/MB8877] add ugly patch for FM-7 Gambler Jiko Chuushin Ha
1228 [VM/MC6809] improve mc6809 instructions (thanks Mr.Artane.)
1229 [VM/PC6031] suppot to set/get write protected status of floppy disk image
1230 [VM/PTF20] suppot to set/get write protected status of floppy disk image
1231 [VM/UPD765A] suppot to set/get write protected status of floppy disk image
1232
1233 [FM77AV] import Mr.Artane.'s fixes
1234
1235
1236 7/31/2015
1237
1238 [COMMON] fix all vcproj files to disable WholeProgramOptimization option
1239 [COMMON] fix all vcproj files to enable SSE2 instructions
1240 [CONFIG] support ignore crc options individually for each floppy drive
1241 [WINMAIN] support ignore crc options individually for each floppy drive
1242
1243 [VM/DISK] support ignore crc options individually for each floppy drive
1244 [VM/MB8877] improve read/write commands  (thanks Mr.Artane.)
1245 [VM/MC6809] improve mc6809 instructions (thanks Mr.Artane.)
1246 [VM/PC80S31K] fix m1 wait for PC-8801 series (thanks Mr.PI.)
1247 [VM/PC80S31K] fix for force ready signal (thanks Mr.PI.)
1248 [VM/UPD765A] fix for force ready signal (thanks Mr.PI.)
1249 [VM/YM2203] improve timer timing (thanks Mr.PI.)
1250 [VM/YM2151] improve timer timing (thanks Mr.PI.)
1251
1252 [FM77AV] import Mr.Artane.'s fixes
1253 [PC8801] import Mr.PI.'s fixes from XM8 version 1.20
1254
1255
1256 6/28/2015
1257
1258 [FM77AV] import Mr.Artane.'s fixes
1259 [MZ2500/CMT] fix reset signal
1260 [MZ2500/CRTC] improve timing for 15KHz and 24KHz mode
1261 [MZ2500/MEMORY] improve vram wait in display timing
1262 [PC8801] import Mr.PI.'s fixes from XM8 version 1.10
1263
1264
1265 6/25/2015
1266
1267 [EMU/WIN32] add sleep(ms) for virtual machines (thanks Mr.PI.)
1268 [WIN32/DEBUGGER] support * for bc/bd/be to clear/disable/enable all points
1269 [WIN32/DEBUGGER] fix to accept escape key when the console is active
1270
1271 [VM/FMGEN] fix status register (thanks Mr.PI.)
1272 [VM/MC6809] improve mc6809 instructions (thanks Mr.Artane.)
1273 [VM/YM2203] fix busy period (thanks Mr.PI.)
1274
1275 [FM77] add eFM77 codes (thanks Mr.Artane.)
1276 [FM77AV] import Mr.Artane.'s fixes
1277 [PC8801] import Mr.PI.'s fixes from XM8 version 1.00
1278 [PC8801/PC88] fix to check if sio output is connected to cmt or rs232c
1279
1280
1281 4/29/2015
1282
1283 [EMU/WIN32] suport to load intel hexadecimal object file format
1284 [WIN32/DEBUGGER] fix my_hexatoi() for 32bit hexadecimal value
1285
1286 [VM/MC6809] improve mc6809 instructions (thanks Mr.Artane.)
1287
1288 [FM77AV] import Mr.Artane.'s fixes
1289 [Z80TVGAME] support Homebrew Z80 TV GAME SYSTEM
1290
1291
1292 4/24/2015
1293
1294 [VM/DISK] fix to check only bit4-7 of sector status (thanks Mr.Artane.)
1295 [VM/I386] improve i386 core based on MAME 0.160
1296 [VM/MC6809] improve mc6809 instructions (thanks Mr.Artane.)
1297
1298 [FM77AV] import Mr.Artane.'s fixes
1299
1300
1301 4/10/2015
1302
1303 [CONFIG] remove model-dependent codes
1304
1305 [VM/MC6809] improve mc6809 instructions (thanks Mr.Artane.)
1306 [VM/MC6809] support debugger (thanks Mr.Artane.)
1307
1308 [FM77AV] import Mr.Artane.'s fixes
1309 [MZ2800/MEMORY] fix memory bank swith
1310
1311
1312 4/7/2015
1313
1314 [VM/MC6809] improve mc6809 instructions (thanks Mr.Artane.)
1315
1316 [FM77AV] add eFM77AV codes (thanks Mr.Artane.)
1317
1318
1319 3/28/2015
1320
1321 [FM7] add eFM7 codes (thanks Mr.Artane.)
1322
1323
1324 3/26/2015
1325
1326 [VM/MB8877] fix not to return error status when seek to unformatted track (thanks Mr.Artane.)
1327 [VM/MC6809] improve mc6809 instructions (thanks Mr.Artane.)
1328 [VM/YM2151] support mamefm.dll
1329 [VM/YM2203] fix to check SUPPORT_MULTIPLE flag of mamefm.dll
1330
1331 [MSX2/MEMORY] import Mr.tanam's fixes
1332
1333
1334 3/21/2015-2
1335
1336 [MSX2] import Mr.umaiboux's patches posted on Mr.tanam's blog
1337
1338
1339 3/21/2015
1340
1341 [VM/DISK] support 1dd floppy image
1342 [VM/V99X8] support V99x8 (thanks Mr.umaiboux and Zodiac)
1343 [VM/V99X8] support save/load state
1344 [VM/Z80] support to hook ret opecode for pseudo bios call
1345
1346 [MSX1] add yaMSX1 codes (thanks Mr.tanam, Mr.umaiboux and fMSX)
1347 [MSX1] support save/load state
1348 [MSX2] add yaMSX2 codes (thanks Mr.tanam, Mr.umaiboux and fMSX)
1349 [MSX2] support save/load state
1350
1351
1352 3/19/2015
1353
1354 [WIN32/INPUT] fix DirectInput issues
1355
1356
1357 3/15/2015
1358
1359 [WINMAIN] support to disable Desktop Window Manager (DWM) automatically
1360 [WIN32/INPUT] support DirectInput for keyboard
1361
1362 [VM/*] simplify including fileio.h
1363 [VM/DATAREC] fix sound mixer
1364 [VM/MC6809] improve mc6809 instructions (thanks Mr.Artane.)
1365 [VM/UPD7801] fix disassembler
1366
1367 [FM16PI] support save/load state
1368 [FMR30] support save/load state
1369 [FMR50] support save/load state
1370 [FMR60] support save/load state
1371 [FMR70] support save/load state
1372 [FMR80] support save/load state
1373 [FP200/IO] fix lcd driver
1374
1375
1376 3/12/2015
1377
1378 [FMR50/BIOS] support to format a floppy disk image physically
1379
1380
1381 3/12/2015
1382
1383 [VM/DATAREC] support to play tape sound
1384 [VM/DATAREC] support FUJITSU FM-7/77 t77 format tape image (thanks Mr.Artane.)
1385 [VM/EVENT] suppot to change secondary cpu clock (thanks Mr.Artane.)
1386 [VM/MC6809] improve mc6809 instructions (thanks Mr.Artane.)
1387 [VM/MEMORY] support memory wait
1388 [VM/PTF20] support save/load state
1389 [VM/UPD765A] fix not to write sector because of tc if no data transfered
1390
1391 [FP200] support save/load state
1392 [FP200] support memory and io wait
1393 [HC20] support save/load state
1394 [HC40] support save/load state
1395 [HC80] support save/load state
1396 [X07] support save/load state
1397 [X1TURBO] support cmt control buttons
1398
1399
1400 3/4/2015
1401
1402 [VM/I8255] fix save/load state
1403
1404 [MZ700/MEMORY] support PCG-700
1405 [PC8201] support save/load state
1406
1407
1408 3/3/2015
1409
1410 [CONFIG] add cmt baud rate setting (thanks FP-1100 user)
1411
1412 [VM/UPD765A] fix period to raise lost data for write id command
1413
1414 [FP1100/MAIN] fix expansion slot selection
1415 [FP1100/SUB] fix color register (thanks FP-1100 user)
1416 [FP1100/SUB] fix vram plane mask
1417 [FP1100/SUB] support dipswitch to select cmt baud rate
1418
1419
1420 2/28/2015
1421
1422 [COMMON] fix typo virtical to vertical (thanks Mr.Koucha-Youkan)
1423
1424 [VM/DISK] fix to use correct gap0/gap1/gap3 length for known format images
1425 [VM/Z80] fix disassembler (thanks Mr.Reddam)
1426
1427
1428 2/21/2015
1429
1430 [WIN32/INPUT] support to specify wait after shift key is pressed or released
1431 [WIN32/SCREEN] improve crt filter for rotated screen
1432 [CONFIG] add screen rotation setting
1433
1434 [VM/BEEP] improve sound quality
1435 [VM/DATAREC] simplify sound mixer
1436 [VM/DEVICE] rename bios_call() to bios_call_i86()
1437 [VM/DEVICE] rename bios_int() to bios_int_i86()
1438 [VM/DEVICE] add virtual function bios_call_z80()
1439 [VM/DISK] support to fix sector number from big endian to little endian
1440 [VM/EVENT] support more precise loop event timing
1441 [VM/EVENT] improve sound quality
1442 [VM/HD46505] fix to update timing after all required registers are written
1443 [VM/PCM1BIT] simplify sound mixer
1444 [VM/PCM1BIT] fix to suppress petite noise when go to mute
1445 [VM/SN76489AN] improve sound quality
1446 [VM/UPD7801] support correct serial i/o
1447 [VM/Z80] support pseudo bios call
1448
1449 [FP1100] improve auto key timing after shift key is pressed or released
1450 [FP1100] fix crtc horizontal frequency
1451 [FP1100] support cmt
1452 [FP1100/MAIN] support wait for i/o access
1453 [FP1100/SUB] support cmt control circuit consists of some standard logic ics
1454 [FP1100/SUB] support vram plane mask
1455 [MZ1500] support screen rotation (thanks Mr.Koucha-Youkan)
1456 [PASOPIA7/IOBUS] fix to initialize mio flag
1457 [PC8801MA/PC88] improve beep and cmd sing mixer
1458 [PC100] split setting for monitor type and screen rotation
1459 [PV1000/PSG] improve sound quality
1460
1461
1462 2/13/2015
1463
1464 [VM/UPD765A] add ugly patch for PC-8801 Kimochi Disk 2
1465
1466 [FP1100] change slot indices to support floppy drives
1467 [FP1100/MAIN] fix to clear irq from sub cpu when raise irq to sub cpu
1468 [PC8801MA/PC88] fix routine to set back color to black in color mode
1469 [PC8801MA/PC88] fix crtc to clear status in set interrupt mask (thanks Mr.cisc)
1470 [PC8801MA/PC88] fix crtc to restart when dma underrun does not occur
1471 [PC8801MA/PC88] fix out port 0x53 (thanks Mr.Redart)
1472
1473
1474 2/1/2015
1475
1476 [VM/DISK] fix condition to check if the track offset is valid
1477 [VM/DISK] fix routine to trim the disk image
1478
1479
1480 1/31/2015
1481
1482 [VM/DISK] improve for format operation
1483 [VM/DISK] fix issue that deleted mark is mistakely recognized as crc error
1484 [VM/MB8877] support write track command
1485 [VM/PTF20] rename pseudo EPSON TF-20 class from TF20 to PTF20
1486 [VM/PTF20] improve format command
1487 [VM/TF20] support EPSON TF-20
1488 [VM/UPD765A] support write id command
1489
1490 [HC20] support EPSON TF-20
1491
1492
1493 1/28/2015
1494
1495 [VM/DATAREC] fix issue for loading state file saved while recording
1496 [VM/PC6031] support save/load state
1497 [VM/UPD7552] support save/load state
1498 [VM/UPD7552] support init() function to specify sound rate
1499 [VM/YM2203] fix to reset fmdll before registers are restored (thanks Mr.Rednow)
1500
1501 [FAMILYBASIC] support save/load state
1502 [MULTI8/CMT] fix issue for loading state file saved while recording cmt
1503 [MZ2800] support save/load state
1504 [MZ5500] support save/load state
1505 [MZ6500] support save/load state
1506 [PC6001] fix to specify sound rate to uPD7552
1507 [PC6001] support save/load state
1508 [PC6001MK2] support save/load state
1509 [PC6001MK2SR] support save/load state
1510 [PC6601] support save/load state
1511 [PC6601SR] support save/load state
1512 [PC8801MA/PC88] fix issue for loading state file saved while recording cmt
1513 [PC8801MA/PC88] fix crtc for dma underrun case (thanks Mr.Rednow)
1514 [PC98HA] support save/load state
1515 [PC98HA] fix crash issue
1516 [PC98LT] support save/load state
1517 [PC98LT] fix crash issue
1518
1519
1520 1/24/2015
1521
1522 [COMMON] avoid _tfopen_s() and use _tfpoen() not to lock reading file
1523 [WINMAIN] fix to close d88 format disk image after image titles are read
1524
1525 [VM/DISK] fix to save image to temporary file if image file cannot be written
1526 [VM/MB8877] fix to enable REC NOT FOUND patch only for Batten Tanuki
1527
1528 [X1TURBO] support to select boot floppy media type 2D or 2HD
1529
1530
1531 1/21/2015
1532
1533 [MZ2500/SERIAL] fix port 0xcd for specifying Z80SIO TX/RX clock frequency
1534 [MZ2800/SERIAL] fix port 0xcd for specifying Z80SIO TX/RX clock frequency
1535
1536
1537 1/19/2015
1538
1539 [VM/HD146818P] support save/load state
1540 [VM/I386] support save/load state
1541 [VM/I8080] support save/load state
1542 [VM/I8155] support save/load state
1543 [VM/M6502] support save/load state
1544 [VM/MC6800] support save/load state
1545 [VM/MC6820] support save/load state
1546 [VM/MC6840] support save/load state
1547 [VM/UPD4991A] support save/load state
1548 [VM/UPD71071] support save/load state
1549 [VM/Z80SIO] improve transmit/receive timing
1550 [VM/Z80SIO] support external transmit/receive clocks
1551
1552 [FP1100] support save/load state
1553 [MULTI8] support save/load state
1554 [MYCOMZ80A] support save/load state
1555 [MZ1500] support correct sio timing
1556 [MZ2200] support correct sio timing
1557 [MZ2500] support to switch sio port address
1558 [MZ2500] support correct sio timing
1559 [MZ2800] support to switch sio port address
1560 [MZ2800] support correct sio timing
1561 [MZ5500] support correct sio timing
1562 [PASOPIA] support save/load state
1563 [PASOPIA7] support save/load state
1564 [PASOPIA7] fix to use standard i/o bus class
1565 [PASOPIA7/IOBUS] simplify unique i/o bus class
1566 [QC10] support save/load state
1567 [QC10] support correct sio timing
1568 [X1TURBO] support correct sio timing
1569 [X1TURBO] fix to use standard i/o bus class
1570 [X1TURBO/IOBUS] simplify unique i/o bus class
1571
1572
1573 1/14/2015
1574
1575 [COMMON] fix to use secure string functions
1576 [COMMON] add substitutes for _TCHAR and secure string functions
1577
1578 [VM/I386] improve i386 core again based on MAME 0.157
1579
1580 [MZ80A] support MZ-80AIF and floppy drives (thanks Mr.Suga)
1581
1582
1583 1/11/2015
1584
1585 [VM/MC6820] fix mc6820 build error (thanks Mr.Artane.)
1586
1587 [PC8801MA/PC88] fix RGB to COLOR_RGB macro (thanks Mr.Artane.)
1588 [PHC25] fix issue that cmt tape igam can not be correctly loaded
1589
1590
1591 1/10/2015
1592
1593 [VM/DATAREC] support NEC PC-6001 p6t format tape image (temporary)
1594 [VM/DATAREC] improve NEC PC-6001 p6 format tape image loader
1595 [VM/I386] improve i386 core based on MAME 0.157
1596 [VM/MC6847] support save/load state
1597 [VM/MSM58321] support save/load state
1598 [VM/YM2203] support to change device type to YM2608
1599
1600 [MAP1010] support save/load state
1601 [MZ80A] support save/load state
1602 [MZ80K] support save/load state
1603 [MZ1200] support save/load state
1604 [PC6001/SUB] support p6t format tape image (temporary)
1605 [PC6001/SUB] fix to start/stop data recorder by 0x19/0x1a command
1606 [PC6001/PSUB] support p6t format tape image (temporary)
1607 [PC6001/PSUB] fix cmt loader to wait 1sec between header and body
1608 [PC8801MA] support to select PC-8801-23 (OPNA) or PC-8801-11 (OPN)
1609 [PC100] support save/load state
1610 [PHC20] support save/load state
1611 [PHC25] support save/load state
1612 [PV1000] support save/load state
1613 [RX78] support save/load state
1614
1615
1616 1/1/2015
1617
1618 [PC8801MA/PC88] fix to mask bit4-7 of extended ram bank register
1619
1620
1621 12/29/2014
1622
1623 [VM/SN76489AN] support save/load state
1624 [VM/TMS9918A] support save/load state
1625 [VM/TMS9995] support save/load state
1626 [VM/UPD7801] support save/load state
1627
1628 [M5] support save/load state
1629 [MZ700] support save/load state
1630 [MZ800] support save/load state
1631 [MZ1500] support save/load state
1632 [MZ1500/KANJI] support MZ-1R23 and MZ-1R24
1633 [PC8801MA/PC88] fix many PC-8001mkIISR issues (thanks Mr.apaslothy)
1634 [PV2000] support save/load state
1635 [PYUTA] support save/load state
1636 [SC3000] support save/load state
1637 [SCV] support save/load state
1638
1639
1640 12/26/2014
1641
1642 [VM/AND] support save/load state
1643 [VM/I8237] support save/load state
1644 [VM/I86] support save/load state
1645 [VM/LS244] support save/load state
1646 [VM/LS393] support save/load state
1647 [VM/NAND] support save/load state
1648 [VM/NOR] support save/load state
1649 [VM/NOT] support save/load state
1650 [VM/OR] support save/load state
1651 [VM/UPD1990A] fix to show lsb bit of second when shift register is not updated
1652 [VM/UPD7220] support save/load state
1653
1654 [PC8801MA/PC88] fix many PC-8001mkIISR issues (thanks Mr.apaslothy)
1655 [PC8801MA/PC88] fix cmt issue that pacland cannot be loaded on PC-8001mkIISR
1656 [PC9801] support save/load state
1657 [PC9801E] support save/load state
1658 [PC9801U] support save/load state
1659 [PC9801VF] support save/load state
1660 [PC9801VM] support save/load state
1661 [PC98DO] support save/load state
1662
1663
1664 12/25/2014
1665
1666 [EMU/WIN32] fix to remove printer file if the file size is less than 2 bytes
1667 [EMU/WIN32] fix to initialize virtual machine when sound device type is changed
1668
1669 [VM/HD46505] support save/load state
1670 [VM/I286] support save/load state
1671 [VM/I8259] support save/load state
1672 [VM/MCS48] support save/load state
1673 [VM/UPD1990A] fix to show lsb bit of second after all bit are read
1674
1675 [MZ2200] support save/load state
1676 [PC8801MA/PC88] fix many PC-8001mkIISR issues (thanks Mr.apaslothy)
1677 [PC8801MA/PC88] fix renderer for graphic screen with text attribute color
1678 [X1] support save/load state
1679 [X1TWIN] support save/load state
1680 [X1TURBO] support save/load state
1681
1682
1683 12/23/2014
1684
1685 [EMU/WIN32] simplify get/put functions for several types in file i/o class
1686
1687 [VM/BEEP] support save/load state
1688 [VM/DATAREC] support save/load state
1689 [VM/DISK] support save/load state
1690 [VM/DISK] fix issue that disk image except d88 or beta image may not be saved
1691 [VM/EVENT] fix load state function to update number of sound samples per frame
1692 [VM/FMGEN] support save/load state
1693 [VM/I8251] support save/load state
1694 [VM/I8253] support save/load state
1695 [VM/I8255] support save/load state
1696 [VM/IO] support save/load state
1697 [VM/MB8877] support save/load state
1698 [VM/PC6031] fix to initialize old_D2H
1699 [VM/PC80S31K] support save/load state
1700 [VM/PCM1BIT] support save/load state
1701 [VM/RP5C01] support save/load state
1702 [VM/UPD765A] support save/load state
1703 [VM/UPD1990A] support save/load state
1704 [VM/W3100A] support save/load state
1705 [VM/YM2151] support save/load state
1706 [VM/YM2203] support save/load state
1707 [VM/Z80] support save/load state
1708 [VM/Z80CTC] support save/load state
1709 [VM/Z80DMA] support save/load state
1710 [VM/Z80PIO] support save/load state
1711 [VM/Z80SIO] support save/load state
1712
1713 [MZ80B] support save/load state
1714 [MZ1500/QUICKDISK] fix to clear first data/send break flags
1715 [MZ2500] support save/load state
1716 [MZ2500/CMT] fix issue that Laydock is not correctly booted
1717 [PC8001MKIISR] support save/load state
1718 [PC8801MA] support save/load state
1719 [PC8801MA/PC88] fix to reset dirty NIPPY patch flag
1720 [PC8801MA/PC88] fix not to render text scree when dma ch.2 is not running
1721
1722
1723 12/18/2014
1724
1725 [EMU/WIN32] support save/load state
1726 [EMU/WIN32] support get/put functions for several types in file i/o class
1727
1728 [VM/EVENT] support save/load state functions
1729 [VM/HUC6280] support save/load state functions
1730 [VM/I8155] fix to clear event register id in reset()
1731 [VM/I8253] fix to clear event register id in reset()
1732 [VM/UPD765A] fix to clear event register id in reset()
1733
1734 [MZ2500/CMT] fix to check the pulse width of ipl reset signal
1735 [PCENGINE] support save/load state
1736
1737
1738 12/16/2014
1739
1740 [VM/MB8877] fix to show not ready status a moment when no command is running
1741
1742 [MZ80A] add EmuZ-80A codes (thanks Mr.Suga)
1743
1744
1745 11/28/2014
1746
1747 [X1TURBO/DISPLAY] fix text renderer for 32rasters/char mode
1748
1749
1750 11/22/2014
1751
1752 [WIN32/SCREEN] support two screen stretch modes keep aspect and fill screen
1753
1754 [VM/I8080] fix debugger trace issue in busreq status
1755 [VM/I86] fix debugger trace issue in busreq status
1756 [VM/I286] fix debugger trace issue in busreq status
1757 [VM/I386] fix debugger trace issue in busreq status
1758 [VM/Z80] fix debugger trace issue in busreq status
1759
1760
1761 11/21/2014
1762
1763 [PC8801MA/PC88] fix to support multi blocks tape images
1764 [PC8801MA/PC88] add dirty patch for NIPPY
1765
1766
1767 10/29/2014
1768
1769 [PC8801MA/PC88] fix to check dma underrun in every frames
1770 [PC8801MA/PC88] fix port number of crtc status
1771 [PC8801MA/PC88] add function to read crtc parameters
1772
1773
1774 10/28/2014
1775
1776 [PC8801MA/PC88] fix crtc issue that dma underrun never occurs
1777 [PC8801MA/PC88] fix crtc status
1778
1779
1780 10/27/2014
1781
1782 [PC8801MA/PC88] revert the uPD5257 fix for CHOBIN
1783
1784
1785 10/26/2014
1786
1787 [WINMAIN] fix frame rate issue again
1788
1789
1790 10/25/2014
1791
1792 [WINMAIN] fix frame rate issue (thanks Mr.Rednow)
1793 [WIN32/DEBUGGER] fix issue about inputting decimal value
1794
1795 [VM/Z80] fix disassembler
1796
1797 [PC8801MA/PC88] fix uPD8257 dma controller
1798 [PC9801] fix PC-9801-26K bios size
1799
1800
1801 10/11/2014
1802
1803 [WIN32/DEBUGGER] fix issue that hexa value ends with d is recognized as decimal
1804
1805 [VM/Z80] fix disassembler
1806
1807 [PC8801MA/PC88] fix to press insdel key automatically when backspace is pressed
1808
1809
1810 10/10/2014
1811
1812 [VM/I8155] fix issue in the case that cpu clock is less than const frequency
1813 [VM/I8253] fix issue in the case that cpu clock is less than const frequency
1814 [VM/Z80CTC] fix issue in the case that cpu clock is less than const frequency
1815
1816 [PC8801MA/PC88] support PCG-8100
1817
1818
1819 10/4/2014
1820
1821 [PC8801MA/PC88] fix color/monochrome and 320x200/640x200 bits in port31
1822
1823
1824 9/29/2014
1825
1826 [WIN32/SCREEN] support crt filter
1827
1828 [BABBAGE2ND] update circuit board picture
1829 [PC9801U] support NEC PC-9801U
1830 [PC9801VF] support NEC PC-9801VF
1831
1832
1833 9/13/2014
1834
1835 [WIN32/DEBUGGER] support search command
1836
1837 [VM/I86] support to change IP register value from debugger console
1838 [VM/I286] support to change IP register value from debugger console
1839 [VM/I386] support to change IP register value from debugger console
1840 [VM/MC6800] support debugger
1841
1842 [HC20/MEMORY] fix keyboard chattering
1843
1844
1845 9/7/2014
1846
1847 [WIN32/DEBUGGER] support debugger console
1848
1849 [VM/DEBUGGER] support common debugger object
1850 [VM/EVENT] fix to check ownew of event before it is canceled
1851 [VM/I8080] support debugger
1852 [VM/I86] support debugger
1853 [VM/I86] remove code for i186 and i286
1854 [VM/I286] fix for i8086/i8088/i80186
1855 [VM/I286] fix not to quit REP when remained icount is less than 0
1856 [VM/I286] support debugger
1857 [VM/I386] support debugger
1858 [VM/MB8877] fix not to cancel event registered by other device
1859 [VM/MCS48] support debugger
1860 [VM/UPD7801] support debugger
1861 [VM/Z80] support debugger
1862
1863 [FM16PI] fix to use new i86 core
1864 [FMR30] fix to use new i86 core
1865 [MZ2200] fix to use new i86 core
1866 [MZ5500] fix to use new i86 core
1867 [MZ6500] fix to use new i86 core
1868 [MZ6550] fix to use new i86 core
1869 [PC8801/PC88] fix uPD8257 address and counter registers
1870 [PC100] fix to use new i86 core
1871 [PC9801] fix to use new i86 core
1872 [PC9801E] fix to use new i86 core
1873
1874
1875 8/29/2014
1876
1877 [PC8801/PC88] fix crtc to support non transparent mode
1878 [PC8801/PC88] fix crtc issue that cursor is not displayed in non attibutes mode
1879
1880
1881 8/28/2014
1882
1883 [COMMON] fix all vcproj files to set WholeProgramOptimization option
1884 [WINMAIN] support 320x240 full screen mode
1885
1886 [VM/FMGEN] update fmgen.cpp from v1.49 to v1.50 (thanks Mr.Rururu-Tan)
1887 [VM/FMGEN] update opna.cpp from v1.68 to v1.70 (thanks Mr.Rururu-Tan)
1888 [VM/DATAREC] support NEC PC-6001 cas/p6 format tape image
1889 [VM/I386] fix memory leak issue
1890 [VM/I386] fix x87 opcodes FPREM and FPREM1 based on MAME 0.154
1891 [VM/MC6847] support enable/disable signal
1892 [VM/PC6031] support NEC PC-6031 and PC-6032 (thanks Mr.Nishida)
1893 [VM/UPD765A] fix to compare all of C/H/R/N to search sector (thanks Mr.Haserin)
1894
1895 [GAMEGEAR/MEMORY] fix memory leak issue
1896
1897 [MZ2500] fix to reset only cpu and memory map in standard (non-ipl) reset
1898 [MZ2500/CMT] fix to check the pulse width of ipl reset and cmt eject signals
1899 [MZ2500/CRTC] fix 640x400, 4 colors mode for Yukara K2 (temporary)
1900 [MZ2500/FLOPPY] support i/o signal to swtich internal/external floppy drives
1901 [MZ2500/FLOPPY] remove dirty patch for Laydock
1902
1903 [PC6601] support real sub cpu emulation (thanks Mr.Moriya)
1904 [PC6601/FLOPPY] rename system to floppy
1905 [PC6601/FLOPPY] split to PC-6601 internal floppy drive class and PC-6031 class
1906 [PC6601/FLOPPY] support to switch internal/external floppy drives
1907 [PC6601/MEMORY] split to memory class and timer/irq class
1908 [PC6601/MEMORY] support CRTKILL/BUSRQ signals
1909 [PC6601/PSUB] rename keyboard to psub (pesudo sub cpu)
1910 [PC6601/PSUB] simplify cmt codes
1911
1912 [PC8801/PC88] fix text attributes
1913
1914
1915 5/15/2014
1916
1917 [PC6001] update yaPC-6001/6201/6601 codes (thanks Mr.tanam)
1918 [PC6001] support PC-80S31K floppy drives
1919 [PC6001MK2] support PC-80S31K floppy drives
1920 [PC6001MK2SR] add yaPC-6401 codes (thanks Mr.tanam)
1921 [PC6601SR] add yaPC-6801 codes (thanks Mr.tanam)
1922
1923
1924 5/1/2014
1925
1926 [VM/I286] reimplement based on MAME 0.149
1927 [VM/I286] support disassembler
1928 [VM/I386] reimplement based on MAME 0.152
1929 [VM/I386] support disassembler
1930
1931 [FMR50] split project for i286, i386 and i486
1932 [FMR60] split project for i286, i386 and i486
1933 [FMR50/MEMORY] improve memory address mask for cpu and dma
1934 [FMR50/MEMORY] support shutdown flag
1935 [FMR50/MEMORY] remove invalid color palette i/o
1936 [FMR50/MEMORY] fix text color palette #0
1937 [FMR50/MEMORY] fix text reverse/blink
1938 [FMR50/TIMER] support free run counter
1939
1940
1941 4/17/2014
1942
1943 [WINMAIN] fix resource leak issue (thanks Mr.Redart)
1944 [EMU/WIN32] fix resource leak issue (thanks Mr.Redart)
1945
1946 [VM/FMGEN] fix compiler dependent issue
1947 [VM/YM2203] support full sound generator dll features (thanks Mr.Redart)
1948
1949 [MZ1500/QUICKDISK] support *.qdf raw quick disk images
1950 [PX7/MEMORY] fix super impose signal based on openMSX-0.10.0
1951
1952
1953 4/10/2014
1954
1955 [EMU/WIN32] support to map keys to joystick buttons
1956
1957 [GAMEGEAR] fix to map keys to joystick buttons
1958 [MASTERSYSTEM] fix to map keys to joystick buttons
1959 [PX7/MEMORY] fix to add one clock wait for each m1 cycle
1960 [PC6001] update yaPC-6001/6201/6601/6801 codes (thanks Mr.tanam)
1961
1962
1963 4/8/2014
1964
1965 [EMU/WIN32] support to capture the movie sounds in DirectShow codes
1966
1967 [VM/DATAREC] support SORD M5 cas format tape image
1968 [VM/LD700] support PIONEER LD-700 laser-disc player based on openMSX-0.10.0
1969 [VM/PCM1BIT] fix noise occurs when input signals top
1970 [VM/YM2203] support to overwrite i/o mode to fixed value
1971
1972 [M5/CMT] stop loading cmt when tape image reaches the end of tape
1973 [PX7] support PIONEER PX-7 (MSX1 + laser-disc player)
1974 [PX7] fix MSX1 implements (thanks Mr.umaiboux)
1975
1976
1977 4/7/2014
1978
1979 [WINMAIN] fix issue in the case that menu bar becomes multi line
1980
1981 [VM/DATAREC] fix to output no sound signal when tape image reaches end of tape
1982 [VM/YM2203] fix build error in YM2608 case
1983
1984
1985 4/1/2014
1986
1987 [VM/TMS9918A] fix mode1 and mode1+2 to fill out of screen with back color
1988 [VM/YM2203] fix i/o port codes for AY-3-8910/8912/8913
1989 [VM/YM2203] fix assert issue in fmgen module (thanks Mr.Mamiya)
1990
1991 [PC8001MK2SR] fix ini file name
1992
1993
1994 3/26/2014
1995
1996 [EMU/WIN32] improve video recorder timing to sync to sound recorder
1997 [EMU/WIN32] improve video recorder to compress frames in another thread
1998 [EMU/WIN32] support to play a movie file
1999 [EMU/WIN32] support Fgets() in file i/o class
2000 [EMU/WIN32] support new function to get the file path without extension
2001
2002 [VM/TMS9918A] support super impose
2003
2004 [GAMEGEAR] add yaGAMEGEAR codes (thanks Mr.tanam)
2005 [MASTERSYSTEM] add yaMASTERSYSTEM codes (thanks Mr.tanam)
2006 [PC6001] update yaPC-6001 codes (thanks Mr.tanam)
2007 [PC6001MK2] add yaPC-6201 codes (thanks Mr.tanam)
2008 [PC6601] add yaPC-6601 codes (thanks Mr.tanam)
2009 [PX7] support PIONEER PX-7 (MSX1 + laser-disc player) (partial)
2010
2011
2012 1/8/2014
2013
2014 [VM/DISK] fix cpdread converter to check cylinder/side in track info block
2015 [VM/DISK] fix cpdread converter to check deleted mark
2016 [VM/MB8877] fix to seek one track when force interrupt is done
2017
2018 [MZ800/FLOPPY] connect fdc drq signal to cpu irq pin
2019 [MZ800/FLOPPY] support irq mask register
2020 [MZ800/FLOPPY] support motor on/off signal delay
2021 [MZ800/MEMORY] support monochrome display
2022 [MZ800/MEMORY] fix to connect vblank signal to Z80PIO:PA5, not hblank signal
2023
2024
2025 12/31/2013
2026
2027 [EMU/WIN32] support printer interface
2028
2029 [PC8801/PC88] support printer interface
2030 [PC9801/PRINTER] support printer interface
2031 [PC98LT/PRINTER] support printer interface
2032 [MZ800] change the floppy drive type from 2D to 2DD
2033 [X1TURBO/PRINTER] support printer interface
2034
2035
2036 12/5/2013
2037
2038 [VM/MC6840] support MC6840 (partial)
2039
2040 [PC8801/PC88] fix to show opn busy flag at the first access only for ALPHA
2041 [PC8801/PC88] support crtc reverse flag
2042
2043
2044 8/24/2013
2045
2046 [EMU/WIN32] fix access lamp renderer for Direct3D9
2047
2048 [VM/HD46505] fix to initialize frequency if vline is lesser than 400
2049 [VM/MB8877] fix not to show record not found status after drive is changed
2050 [VM/MB8877] fix to activate access lamp while searching target sector
2051 [VM/MC6847] add function to load external cgrom image
2052 [VM/MC6847] support to request bus to cpu in display timing
2053 [VM/MC6847] support color bleed in black/white pattern (thanks Mr.tanam)
2054
2055 [PC6001] add yaPC-6001 codes (thanks Mr.tanam)
2056 [X1TURBO/EMM] change EMM memory size to 320KB
2057 [X1TURBO/PSUB] fix to clear irq flag when z80 reads data from sub cpu
2058
2059
2060 8/21/2013
2061
2062 [WINMAIN] fix to use GetFullPathName() to get the parent directory
2063
2064 [VM/MB8877] modify constant period for searching sector
2065
2066
2067 8/16/2013
2068
2069 [VM/DISK] add ugly patch for X1turbo ARCUS
2070 [VM/MB8877] fix to use constant period for searching sector if disk has no skew
2071 [VM/MB8877] fix to show busy status while searching sector if sector not found
2072 [VM/Z80DMA] fix dma stop condition
2073
2074
2075 8/10/2013
2076
2077 [VM/DATAREC] fix not to skip frames while doint ff/rew
2078 [VM/DATAREC] support ff/rew for cas and tap images
2079 [VM/DATAREC] support APSS signals and doing APSS for SHARP X1
2080
2081 [MZ2200] support to select if loading mzt to ram directly or not
2082 [X1TURBO] fix cmt ff/rew speed to x16
2083 [X1TURBO/PSUB] support APSS command
2084
2085
2086 8/9/2013
2087
2088 [EMU/WIN32] improve debug log function
2089
2090 [VM/Z80DMA] fix not to reset all registers in reset command
2091
2092 [X1] support CZ-8BM2
2093 [X1/MOUSE] support serial mouse
2094
2095
2096 8/8/2013
2097
2098 [VM/DISK] fix not to convert standard disk images to d88 format images
2099 [VM/DISK] add ugly patch for X1turbo ALPHA
2100 [VM/HD46505] reset registers and timings in reset()
2101 [VM/MB8877] fix to use constant wait to search sector for standard disk image
2102 [VM/MB8877] add ugly patch for X1turbo ALPHA
2103 [VM/YM2151] fix to show busy status in a moment
2104 [VM/YM2203] fix to show busy status in a moment
2105 [VM/Z80DMA] fix dma stop condition
2106
2107 [PC8801/PC88] improve initial memory pattern
2108 [X1TURBO/DISPLAY] fix text renderer for kanji character on standard display
2109 [X1TURBO/DISPLAY] fix text renderer for 16rasters/char mode
2110 [X1TURBO/IO] fix not to add wait for text vram (temporary)
2111
2112
2113 8/2/2013
2114
2115 [EMU/WIN32] fix to create new avi file when current file is close to 2GB
2116
2117 [VM/DISK] support 1.20MB/1.44MB/2.88MB floppy disk images
2118 [VM/DISK] fix to add index mark in track image
2119 [VM/UPD765A] fix read data command when sector size or number is invalid
2120 [VM/UPD765A] fix seek time for MZ-3500
2121
2122
2123 8/1/2013
2124
2125 [VM/DEVICE] support virtual function to set or get expend cpu clocks
2126 [VM/DEVICE] support virtual function to get passed usec
2127 [VM/DEVICE] support virtual functions for dma access with i/o wait
2128 [VM/DISK] support function to get perid to transfer specified bytes
2129 [VM/DISK] support functions to get drive rpm and track size
2130 [VM/DISK] improve make track image
2131 [VM/DEVICE] support function to get passed usec
2132 [VM/I86] support function to get and set expend cpu clocks
2133 [VM/I86] fix single mode dma when busreq is active
2134 [VM/I286] support function to get and set expend cpu clocks
2135 [VM/I386] fix single mode dma when busreq is active
2136 [VM/I386] support function to get and set expend cpu clocks
2137 [VM/I386] fix single mode dma when busreq is active
2138 [VM/MB8877] improve timing of index hole, seek, search sector and transfer data
2139 [VM/MB8877] improve to raise drq signal for each data
2140 [VM/MB8877] improve timing of index hole, seek, search sector and transfer data
2141 [VM/UPD765A] improve read data command to read sector gaps among sectors
2142 [VM/UPD765A] improve read id command to read id of first found sector
2143 [VM/Z80] support function to get and set expend cpu clocks
2144 [VM/Z80] fix single mode dma when busreq is active
2145 [VM/Z80DMA] improve timing of data transfer, bus request and release
2146
2147 [PC8801/PC88] support to select hireso/standard display type
2148 [PC8801/PC88] improve memory wait (thanks Mr.Crazy Unit)
2149 [X1TURBO] fix not to input 2MHz to Z80CTC on CZ-8BS1
2150 [X1TURBO/DISPLAY] fix color reverse attribute (thanks Mr.Enri)
2151 [X1TURBO/FLOPPY] support motor on/off signal (thanks Mr.Sato)
2152 [X1TURBO/IO] improve i/o wait (thanks Mr.Sato)
2153
2154
2155 7/25/2013
2156
2157 [X1TURBO/DISPLAY] fix text renderer for vertical/horizontal doubled character
2158
2159
2160 7/24/2013
2161
2162 [WINMAIN] support 320x240 fullscreen mode
2163 [EMU/WIN32] support multiple quick disk drives and cart slots
2164 [CONFIG] support to read/write ini file
2165
2166
2167 7/23/2013
2168
2169 [WINMAIN] simplify codes for boot mode and device type menus
2170 [EMU/WIN32] fix sound recorder not to output the old samples
2171
2172 [VM/HD146818P] fix not to save backuped ram if it is not modified
2173 [VM/MCS48] fix to divide the given clocks in MCS48 class
2174 [VM/MCS48] fix not to run cpu if enough clocks are not given
2175 [VM/RP5C15] fix not to save backuped ram if it is not modified
2176
2177 [FAMILYBASIC] support to select basic rom
2178 [FAMILYBASIC/MEMORY] fix not to save backuped ram if it is not modified
2179 [FMR30/CMOS] fix not to save backuped ram if it is not modified
2180 [FMR50/CMOS] fix not to save backuped ram if it is not modified
2181 [J3100SL/SLMEMORY] fix not to save backuped ram if it is not modified
2182 [PC8801MA] support dipswitch to select memory wait on/off
2183 [PC8801MA/PC88] fix display vertical frequency
2184 [PC8801MA/PC88] fix m1 wait and ram/vram wait clocks
2185 [PC98HA/MEMORY] fix not to learn ram/ram drive/memcard if they are not modified
2186 [QC10/MEMORY] fix not to save backuped ram if it is not modified
2187 [TK80BS] support to select basic rom
2188 [MZ700/CMOS] fix not to save backuped ram if it is not modified
2189 [SCV/MEMORY] fix not to save backuped ram if it is not modified
2190 [X1TURBO/PSUB] fix key repeat timing
2191 [X1TURBO/SUB] fix signal to detect cassette tape
2192
2193
2194 5/11/2013
2195
2196 [VM/I286] reimplement based on MAME 0.148
2197 [VM/I386] reimplement based on MAME 0.148
2198 [VM/I8255] improve mode #1 and #2
2199 [VM/MCS48] support mcs48 based on MAME 0.148
2200
2201 [X1TURBO] support real sub cpu and keyboard emulation
2202 [X1TURBO/DISPLAY] fix routine to get currently displayed character address
2203 [X1TURBO/DISPLAY] fix routine to render Vx2 character
2204 [X1TURBO/PSUB] improve key repeat timing
2205
2206
2207 4/25/2013
2208
2209 [VM/DATAREC] fix mzt image converter based on Bin2Wav
2210
2211 [MZ2200] fix to reset Z80PIO in special_reset()
2212 [MZ2200/MEMORYB80] fix to load mzt image to memory only when offset is 0
2213 [MZ2200/MZ1M01] fix to reset inport value from Z80PIO in reset()
2214
2215 [PC8201] fix cpu clock from 2.4MHz to 2.4576MHz
2216 [PC8201] support cmt
2217 [PC8201] fix to reset rtc strobe signal at boot
2218
2219
2220 4/14/2013
2221
2222 [WINMAIN] support to show a message on title bar post from vm or emu class
2223 [WINMAIN] disable close media menu when media file is not opened
2224 [EMU/WIN32] add function to post a message onto title bar
2225
2226 [VM/DATAREC] fix mzt image converter to add 1sec space after header block
2227 [VM/DATAREC] support to post the tape status message onto title bar
2228 [VM/Z80PIO] fix handshake signals in bidirectional mode
2229 [VM/Z80PIO] fix masks follows bit in control register
2230 [VM/Z80PIO] fix to disable interrupt until the mask register is written
2231
2232 [MZ80B/MEMORY] support optional 2nd vram
2233 [MZ2200/MEMORY] fix not to load mzt image to memory when attribute is not $01
2234 [MZ2200/MZ1M01] support 16bit cpu board (MZ-1M01)
2235
2236
2237 3/30/2013
2238
2239 [VM/DATAREC] fix issue that sample number in recorded wav file header is 0
2240 [VM/DATAREC] improve recording wav file
2241 [VM/DATAREC] improve wave shaper function to support dB-BASIC
2242 [VM/EVENT] fix issue that continuous event causes invalid event clock
2243 [VM/Z80PIO] support handshake mode
2244
2245 [MZ2200/MEMORY] support m1 wait when ipl rom is selected
2246 [MZ2200/MEMORY] support vram access wait
2247 [MZ2200/MZ1R13] fix address increment
2248
2249
2250 3/29/2013
2251
2252 [MZ2200] support quick disk drive (MZ-1E18 and MZ-1F11)
2253 [MZ2200/MZ1R12] support to load MZ-1E18 ipl rom image
2254 [MZ2200/MZ1R13] support to switch kanji/dictionary roms
2255
2256
2257 3/28/2013
2258
2259 [WINMAIN] fix to support max 30 screen resolutions
2260
2261 [VM/DATAREC] support wave shaper function
2262 [VM/EVENT] fix not to skip frames when the sound is outputted
2263
2264
2265 3/23/2013
2266
2267 [VM/I8080] support disassembler
2268
2269 [FP200] support CASIO FP-200
2270
2271
2272 3/21/2013
2273
2274 [VM/DATAREC] fix to skip the fact chunk in wave file header
2275
2276 [MZ80B] support SHARP MZ-80B
2277 [MZ2200] support SHARP MZ-2200
2278
2279
2280 2/26/2013
2281
2282 [WINMAIN] destry window before emulation core is released
2283
2284 [PC8801MA/PC88] fix text attributes
2285
2286
2287 2/7/2013
2288
2289 [EMU/WIN32] remove the function to play media files
2290
2291 [VM/DATAREC] support fast forward and rewind
2292 [VM/DATAREC] support playing wav file
2293 [VM/HD146818P] fix to restart timer event when date/time is modified
2294 [VM/MSM58321] fix to restart timer event when date/time is modified
2295 [VM/RP5C01] fix to restart timer event when date/time is modified
2296 [VM/UPD1990A] fix to restart timer event when date/time is modified
2297 [VM/UPD4990A] fix uPD1990A compatible mode
2298 [VM/Z80] revert modifying clocks for interrupt in mode2
2299
2300 [FMR30/RTC] fix to restart timer event when date/time is modified
2301 [HC40/IO] fix to restart timer event when date/time is modified
2302 [HC80/IO] fix to restart timer event when date/time is modified
2303 [MZ2500/CASSETTE] support playing a music cassette tape
2304 [MZ2500/CASSETTE] support load/save a data cassette tape
2305 [MZ2500/CASSETTE] support fast forward and rewind a cassette tape
2306 [X07/IO] fix to restart timer event when date/time is modified
2307 [X1TURBO/SUB] fix to restart timer event when date/time is modified
2308 [X1TURBO/SUB] support fast forward and rewind a cassette tape
2309
2310 [TOOL/MZ2500] add new tool to cleanup the cassette tape for APSS
2311
2312
2313 1/23/2013
2314
2315 [WINMAIN] support drag & drop a cart or disk image files
2316
2317 [VM/HD146818P] support modifying the date and time
2318 [VM/MSM58321] renamed from RTC58321 to MSM58321
2319 [VM/MSM58321] support modifying the date and time
2320 [VM/MSM58321] support busy flag and base signal register
2321 [VM/MSM58321] remove ugly functions for FMR-50/60
2322 [VM/MS5832] removed and joined to MSM58321
2323 [VM/RP5C01] support modifying the date and time
2324 [VM/RP5C15] removed and joined to RP5C01
2325 [VM/UPD1990A] support modifying the date and time
2326 [VM/UPD1990A] remove ugly functions for PC-9801/PC-98LT
2327 [VM/UPD4991A] support modifying the date and time
2328 [VM/Z80] revert previous modification
2329 [VM/Z80] modify clocks for interrupt in mode2
2330
2331 [FM16PI] replace rtc chip from msm5832 to rtc58321
2332 [FMR30/RTC] support modifying the date and time
2333 [FMR50/TIMER] support rtc with standard signal connections
2334 [HC40/IO] support modifying the date and time
2335 [HC80/IO] support modifying the date and time
2336 [PC9801] support rtc with standard signal connections
2337 [PC9801/DISPLAY] initialize year data in memory switch
2338 [PC98LT/CALENDAR] support rtc with standard signal connections
2339 [PC100] fix rtc signal connection and now rtc works fine
2340 [PCENGINE] fix to check the selected cart is for super grafx
2341 [X07/IO] support modifying the date and time
2342 [X1TURBO/SUB] support modifying the date and time
2343
2344
2345 1/18/2013
2346
2347 [VM/DISK] fix to always save the converted disk image
2348 [VM/Z80] revert reimplemented Z80 core based on MAME 0.145
2349
2350 [PC8801MA/PC88] support n80 format tape image
2351
2352
2353 12/29/2012
2354
2355 [EMU/WIN32] support joysticks with more than 4 buttons
2356 [EMU/WIN32] support new function to get crc32 value
2357
2358 [VM/DISK] fix make_track() to consider the media type
2359 [VM/DISK] fix teledisk/imagedisk converter to get the correct media type
2360 [VM/UPD765A] fix read diagnotics to start reading at the top of 1st sector data
2361
2362 [FAMILYBASIC/PPU] fix crash issue in ppu
2363 [PC8001MK2SR] support NEC PC-8001mkIISR
2364 [PCENGINE] support NEC-HE PC Engine / SuperGrafx
2365
2366
2367 10/25/2012
2368
2369 [PC8801MA/PC88] fix dma wait cycles on V1S mode
2370
2371
2372 10/23/2012
2373
2374 [VM/HUC6280] reimplement based on MAME 0.147
2375 [VM/I286] reimplement based on MAME 0.147
2376 [VM/I386] reimplement based on MAME 0.147
2377
2378 [FAMILYBASIC/MEMORY] fix joypad status
2379 [PC8801MA/PC88] fix video memory wait on V1S mode
2380 [X1TWIN/PCE] reimplement vdc based on MESS 0.147
2381
2382
2383 8/18/2012
2384
2385 [EMU/WIN32] support to switch GDI/Direct3D9
2386
2387 [VM/UPD7220] add get_start() function
2388 [VM/YM2203] support mamefm.dll(V1)
2389
2390 [PC8801MA/PC88] fix text attributes based on m88
2391 [PC8801MA/PC88] fix to update memory wait in reset() 
2392 [PC9801/DISPLAY] fix to check gdc start status
2393
2394
2395 3/20/2012
2396
2397 [EMU/WIN32] fix not to render screen to Direct3D9 buffer while recording video
2398
2399 [VM/DEVICE] add new virtual function to nitify ei opecode is done on cpu
2400 [VM/YM2151] fix to raise/clear irq line when it is changed as level signal
2401 [VM/YM2203] fix to raise/clear irq line when it is changed as level signal
2402 [VM/Z80] fix to notify ei opecode is done on z80 core
2403
2404 [PC8801MA/PC88] fix sound irq based on m88 for Lipstick Adv and Re-Fight
2405
2406
2407 3/15/2012
2408
2409 [EMU/WIN32] fix to renew vm class instance to change cpu clock in reset()
2410
2411 [PC8801MA/PC88] support data recorder
2412 [PC8801MA/PC88] fix not to show pallete#0 color when graph screen is disabled
2413 [PC8801MA/PC88] fix to recognize ctrl + comma/period as numpad comma/period
2414
2415
2416 3/6/2012
2417
2418 [WINMAIN] fix to reset timing controls when run any extra frames to fill sound buffer
2419 [EMU/WIN32] fix to stretch offscreen buffer in both window mode and fullscreen mode
2420 [EMU/WIN32] fix to call ReleaseDC() to release the device context
2421 [EMU/WIN32] fix to call SelectObject() to select the old hBmp before release the DIBSection
2422 [EMU/WIN32] fix to start play sound buffer when virtual machine is driven
2423 [EMU/WIN32] fix to use constant threshold for joystick direction values
2424 [EMU/WIN32] support table to convert given keycodes from winmain
2425 [EMU/WIN32] fix to initialize d88 multi volume handler
2426
2427 [VM/DEVICE] add virtual function to fetch opecode
2428 [VM/FMGEN] fix to give the advanced time with chip clock, not usec
2429 [VM/YM2151] fix to initialize register #29 to enable only timer interrupt
2430 [VM/YM2151] fix to update fmgen count when read/write opm registers
2431 [VM/YM2151] fix to update fmgen count with chip clocks
2432 [VM/YM2203] fix to update fmgen count when read/write opn(a) registers
2433 [VM/YM2203] fix to update fmgen count with chip clocks
2434 [VM/Z80] fix to use new fetch_op() function to fetch opecode from memory bus
2435
2436 [PASOPIA] support floppy drives by Mr.zak
2437 [PASOPIA/DISPLAY] fix attribute and display mode by Mr.zak
2438 [PASOPIA/MEMORY] fix vram access via pio by Mr.zak
2439 [PASOPIA/PAC2] support kanji rom and joystick pac by Mr.zak
2440 [PASOPIA/RAMPAC2] support to change file to load/save rampac2 image by Mr.zak
2441
2442 [PASOPIA7] fix memory bank switch by Mr.zak
2443 [PASOPIA7/RAMPAC2] support to change file to load/save rampac2 image by Mr.zak
2444
2445 [PC8801MA] change rtc device type from uPD1990A to uPD4990A
2446 [PC8801MA/PC88] support bus mouse
2447 [PC8801MA/PC88] change memory wait cycles
2448 [PC8801MA/PC88] fix not to draw cursor before cursor position is updated
2449 [PC8801MA/PC88] fix to refer text attributes for hireso screen
2450 [PC8801MA/PC88] fix a ugly patch for attributes issue for RST Ongaku Disk 12
2451
2452
2453 2/22/2012
2454
2455 [WINMAIN] add codes to check memory leaks in debug build
2456 [VM/*] fix memory leaks
2457
2458 [MULTI8/CMT] fix not to refer other device in release() function
2459 [MZ1500/QUICKDISK] fix not to refer other device in release() function
2460 [PC9801/CMT] fix not to refer other device in release() function
2461 [TK80BS/CMT] fix not to refer other device in release() function
2462
2463
2464 2/21/2012
2465
2466 [PC8801MA/PC88] update memory wait cycles
2467
2468
2469 2/20/2012
2470
2471 [WINMAIN] support d88 disk image with multi voluemes
2472 [EMU/WIN32] update screen manager with Direct3D9
2473
2474 [VM/DISK] support d88 disk image with multi voluemes
2475
2476 [JX/DISPLAY] fix not to render screen just after screen size is changed
2477 [PC8801MA/PC88] fix to render 640x400 graph screen refering text attributes
2478 [PC8801MA/PC88] update memory/dma wait cycles based on m88 and QUASI88
2479
2480
2481 2/16/2012
2482
2483 [WINMAIN] simplify timing controls
2484 [EMU/WIN32] simplify screen manager
2485 [EMU/WIN32] fix to capture the rotated screen in vertical screen mode
2486
2487 [VM/Z80] reimplement based on MAME 0.145 Z80 core
2488
2489 [PC8801MA] support NEC PC-8801MA
2490 [PC8801MA/PC88] fix to initialize main ram pettern
2491 [PC8801MA/PC88] fix text window
2492 [PC8801MA/PC88] fix to clear vram bank when alu is active
2493 [PC98DO] remove dictionary rom, joystick and opna sound
2494
2495
2496 2/13/2012
2497
2498 [PC98DO/PC88] fix to show opn busy flag at the first access (for ALPHA)
2499
2500 [VM/EVENT] fix not to clear sound buffer index in reset function
2501 [VM/I8255] fix not to clear output signals in default setting
2502
2503
2504 2/11/2012
2505
2506 [PC98DO/PC88] fix to select hireso screen only in monochrome mode
2507 [PC98DO/PC88] fix crtc registers
2508 [PC98DO/PC88] fix the character scan lines and screen height again
2509 [PC98DO/PC88] fix to consider the number of attributes data
2510 [PC98DO/PC88] add a ugly patch for attributes issue for alpha
2511
2512 [VM/I8255] fix to clear output signals when control register is written
2513 [VM/Z80] fix not to output debug log for continuously executed halt command
2514
2515
2516 2/8/2012
2517
2518 [EMU/WIN32] fix to release all pressed keys when the main window lost focus
2519
2520 [PC98DO/PC88] fix hireso/mono graphic screen renderer
2521 [PC98DO/PC88] support dictionary rom
2522 [PC98DO/PC88] fix the character scan lines and screen height again
2523
2524
2525 2/7/2012
2526
2527 [VM/UPD765A] fix the wait time to finish seek command
2528
2529 [PC9801/DISPLAY] support semi graphics on text screen
2530
2531
2532 2/6/2012
2533
2534 [VM/YM2151] fix to raise irq when timer is expired before it is reset
2535 [VM/YM2203] support YM2608(OPNA)
2536 [VM/YM2203] fix to raise irq when timer is expired before it is reset
2537
2538 [PC98DO/PC88] fix to clear text screen when dma overrun occurs
2539 [PC98DO/PC88] fix to refer same palettes in 8/512 color mode
2540 [PC98DO/PC88] support OPNA sound (though PC-98DO does not support OPNA...)
2541 [PC98DO/PC9801] support OPNA sound (though PC-98DO does not support OPNA...)
2542
2543
2544 2/2/2012
2545
2546 [VM/Z80] fix to consider meaningless $dd/$ed/$fd
2547
2548 [PC9801] disable i/o port to change mouse irq frequency
2549 [PC9801E] disable i/o port to change mouse irq frequency
2550 [PC98DO/PC88] fix to raise vrtc irq when crtc is not started
2551
2552
2553 1/31/2012
2554
2555 [VM/UPD1990A] support uPD4990A
2556
2557 [PC98DO/PC88] support caps/kana lock
2558 [PC98DO/PC88] fix to reverse strobe signal to rtc
2559
2560
2561 1/30/2012
2562
2563 [PC98DO/PC88] fix text attributes again
2564 [PC98DO/PC88] fix not to raise irq when disk is changed
2565
2566
2567 1/29/2012
2568
2569 [PC98DO/PC88] fix to canel the requested irq when it is masked
2570 [PC98DO/PC88] fix text attributes
2571
2572
2573 1/27/2012
2574
2575 [VM/DISK] fix the routine to check d88 format
2576 [VM/EVENT] fix the event manager for sub cpu event timing
2577
2578
2579 1/25/2012
2580
2581 [WINMAIN] support to specify the minimum window width
2582
2583 [EMU/WIN32] fix the routine to detect the shift and numpad keys are pressed
2584
2585 [VM/DISK] fix to check if the inserted disk image is really d88 format
2586 [VM/EVENT] update event manager to check events in every cpu opecode
2587 [VM/HUC6260] update cpu to run only one opecode and return clocks
2588 [VM/I86] update cpu to run only one opecode and return clocks
2589 [VM/I386] update cpu to run only one opecode and return clocks
2590 [VM/M6502] update cpu to run only one opecode and return clocks
2591 [VM/MC6800] update cpu to run only one opecode and return clocks
2592 [VM/MC6809] update cpu to run only one opecode and return clocks
2593 [VM/TMS9995] update cpu to run only one opecode and return clocks
2594 [VM/UPD765A] fix to get the side number from hdu param in SHARP MZ-3500 case
2595 [VM/UPD765A] fix index hole signal width and frequency
2596 [VM/UPD7801] update cpu to run only one opecode and return clocks
2597 [VM/Z80] update cpu to run only one opecode and return clocks
2598
2599 [HC80/IO] fix the memory access violation issue when run without rom images
2600 [PC100/IOCTRL] move keyborad initialization from intialize() to reset()
2601 [PC98DO] raise irq when disk is inserted or ejected
2602 [PC98DO/MOUSE] fix not to clear the registered event when machine is reset
2603 [PC98DO/PC88] fix extended vram selection mode
2604 [PC98DO/PC88] fix the key code table for ins/del
2605 [PC98DO/PC88] fix to convert the pressed ins/f6-10 keys to shift + del/f1-f5
2606 [SC3000] support SF-7000
2607 [SC3000] fix to negate the motor on/off signal from pio pc1
2608
2609
2610 1/18/2012
2611
2612 [EMU/WIN32] support to detect the shift and numpad keys are pressed
2613
2614 [VM/I8080] fix to refer read_data8w() to fetch opcode if memory wait is active
2615 [VM/UPD765A] fix to accept seek command before other seek is not finished
2616 [VM/UPD765A] fix to accept tc in result phase after read/write commands
2617 [VM/YM2203] fix to read the input port value though the port mode is output
2618 [VM/Z80] fix to refer read_data8w() to fetch opcode if memory wait is active
2619
2620 [PC98DO/PC88] support joystick (though PC-98DO does not support joystick...)
2621 [PC98DO/PC88] fix i/o port to read expanded ram selection in $e2
2622 [PC98DO/PC88] fix i/o port to read 15KHz/24KHz monitor type in $40
2623 [PC98DO/PC88] fix hireso/mono graphic screen renderer
2624 [PC98DO/PC88] support memory access wait (temporary)
2625 [PC98DO/PC88] fix to raise busreq while dma is running in V1(S)/N mode
2626 [VM/X1TWIN] remove the routine to detect the shift and numpad keys are pressed
2627
2628
2629 1/11/2012
2630
2631 [VM/HD46505] support to update the timing settings in the event manager
2632 [VM/UPD7220] support to update the timing settings in the event manager
2633
2634 [VM/PC9801E] support to switch crt frequency
2635 [VM/PC9801VM] support to switch crt frequency
2636 [VM/PC98DO] support to switch crt frequency
2637 [VM/X1TURBO] support to switch crt frequency
2638
2639
2640 1/9/2012
2641
2642 [VM/DEVICE] add virtual function to get the id of parent event manager
2643 [VM/EVENT] fix to notify the timing changes only to child devices
2644
2645 [PC9801E] support to switch cpu clocks
2646 [PC9801VM] support to switch cpu clocks
2647 [PC98DO] support to switch cpu clocks
2648
2649
2650 1/7/2012
2651
2652 [VM/DEVICE] add virtual function to notify that timing settings are changed
2653 [VM/EVENT] fix to notify to all devices when timing settings are changed
2654 [VM/PC80S31K] add ugly patch to enable both #1 and #2 drives
2655 [VM/UPD765A] fix that recalib is successfully done though disk is unformatted
2656 [VM/YM2203] fix to update the period that fmgen is driven in vline
2657 [VM/YM2151] fix to update the period that fmgen is driven in vline
2658
2659 [PC98DO/PC88] fix to connect opn irq line to the interrupt controller
2660 [PC98DO/PC88] fix to initialize opn input ports
2661 [PC98DO/PC88] fix to access high speed tvram through dma in V1(H)/V2 mode
2662 [PC98DO/PC88] fix to draw text screen when crtc is already started
2663 [PC98DO/PC88] fix the initial attribute before it is changed
2664 [PC98DO/PC88] fix the character scan lines (temporary)
2665 [PC98DO/PC88] support 2HD disks
2666
2667
2668 1/5/2012
2669
2670 [VM/HD46505] fix the issue that vline event is not correctly registered
2671 [VM/UPD765A] fix the issue that CP/M Plus does not boot correctly on QC-10
2672
2673
2674 12/31/2011
2675
2676 [EMU/WIN32] support to change the frame timing by virtual machine
2677
2678 [VM/DEVICE] support multiple event manager
2679 [VM/DISK] support to detect the disk ejection
2680 [VM/EVENT] support multiple cpus with different clocks
2681 [VM/HD46505] fix typo
2682 [VM/I8237] support word transfer
2683 [VM/I8259] fix to wait a few time to raise irq that imr is cleared
2684 [VM/PC80S31K] support PC-80S31K floppy drives
2685 [VM/UPD765A] support non dma mode
2686 [VM/UPD765A] fix to clear irq signal when result pahse is finished
2687 [VM/UPD765A] support irq/drq mask signals
2688 [VM/UPD765A] support to detect the disk ejection
2689 [VM/Z80] support NOP in IM0 interrupt
2690
2691 [FP1100] set correct sub cpu clock
2692 [J3100] support TOSHIBA J-3100GT/SL (not work)
2693 [MZ800] reset virtual machine when boot mode is changed
2694 [PC9801] support 320KB floppy drives
2695 [PC9801VM] support NEC PC-9801VM
2696 [PC98DO] support NEC PC-98DO
2697 [QC10] fix the issue that CP/M Plus does not boot correctly
2698 [MZ2500/SASI] refine code
2699
2700
2701 8/6/2011
2702
2703 [EMU/WIN32] render access lamp in emu class
2704
2705 [VM/MC6820] support MC6820 (partial)
2706
2707 [M5/CMT] support reset/halt key
2708 [X1TURBO] fix i/o map for i8255 at 01a**h
2709 [X1TURBO/IO] clear i/o tables to fix debug build issue
2710
2711
2712 6/1/2011
2713
2714 [VM/BEEP] remove the routine to get frequency from the pulse count
2715 [VM/MC6800] support MB8861
2716
2717 [HC20/MEMORY] implement some slave cpu commands
2718 [PASOPIA7] fix signal connections from z80ctc to speaker
2719
2720
2721 5/28/2011
2722
2723 [VM/MB8877] clear track register and index hole counter in reset()
2724 [VM/MC6800] support MC6800/MC6801/HD6301 (based on MAME 0.142)
2725 [VM/MC6809] support MC6809 (based on MAME 0.142)
2726 [VM/Z80DMA] fix issues for X1/X1turbo games (thanks Y.S.)
2727
2728 [HC20] support EPSON HC-20
2729 [PASOPIA] fix OA-BASIC issue
2730
2731
2732 5/20/2011
2733
2734 [EMU/WIN32] support sound latency 50msec
2735
2736 [VM/DEVICE] add virtual function do_dma() for single mode dma
2737 [VM/I8237] support single mode
2738 [VM/UPD71071] support single mode
2739 [VM/Z80DMA] fix issues for X1/X1turbo games (thanks Y.S.)
2740 [VM/Z80DMA] support single mode
2741 [VM/I86] call do_dma() in every machine cycle for single mode dma
2742 [VM/I386] call do_dma() in every machine cycle for single mode dma
2743 [VM/Z80] call do_dma() in every machine cycle for single mode dma
2744
2745 [MZ2800] support single mode dma
2746 [MZ5500] support single mode dma
2747 [PC9801] support single mode dma
2748 [PC9801E] support single mode dma
2749 [X1TURBO] support single mode dma
2750
2751
2752 5/19/2011
2753
2754 [VM/EVENT] fix to check registered count for frame/vline events
2755 [VM/EVENT] clear event counts before other devices are initialized
2756 [VM/HD46505] fix to update sync signals in more precise timing
2757 [VM/HD46505] support notifying vline event to other devices
2758 [VM/Z80DMA] fix issues for X1/X1turbo games (thanks Y.S.)
2759 [VM/Z80DMA] fix to return current count/address for init read sequence command
2760 [VM/Z80DMA] fix do_dma() routine
2761
2762 [JX/DISPLAY] support high resolution screen (partial)
2763 [JX/DISPLAY] support bankswitch for kanji rom and extended vram
2764 [MZ800/DISPLAY] remove display class and combine to memory class
2765 [MZ800/MEMORY] fix scroll registers
2766 [X1TURBO/DISPLAY] remove crtc vblank/vsync signal generator
2767
2768
2769 5/18/2011
2770
2771 [VM/DISK] fix dsk floppy disk image converter
2772
2773 [MZ800] support SHARP MZ-800
2774 [MZ1500] support floppy disk drives
2775
2776
2777 5/16/2011
2778
2779 [JX] fix memory map for kanji rom
2780 [JX/DISPLAY] fix text screen renderer
2781
2782
2783 5/14/2011
2784
2785 [VM/DISK] support dsk floppy disk image based on MESS formats/dsk_dsk.c
2786 [VM/I8259] support poll command
2787 [VM/I8259] update eoi command
2788 [VM/MEMORY] return file size of loaded bios image
2789 [VM/UPD765A] fix sence interrupt status result
2790 [VM/UPD765A] fix not to clear exm bit in multi sector read/write
2791 [VM/Z80CTC] fix not to reset time constant when channel is freezed
2792 [VM/Z80DMA] fix transfer length when 0 is specified
2793
2794 [JX] support IBM Japan Ltd PC/JX
2795 [PC9801] set media type for floppy drives
2796 [X1TURBO/DISPLAY] wait next raster when pcg/cgrom is accessed
2797 [X1TURBO/SUB] readjust the key repeat timing
2798
2799
2800 5/4/2011
2801
2802 [EMU/WIN32] remove patch code for PV-2000 in input manager
2803
2804 [VM/DEVICE] add virtual functions for 16bit/32bit dma
2805 [VM/I8259] refine code
2806 [VM/IO] support standard d-ff register
2807 [VM/IO] support 16bit/32bit dma functions
2808 [VM/MB8877] change wait period for read/write from 100msec to 70msec
2809 [VM/HD146818P] check address line in write access
2810 [VM/UPD765A] check address line in write access
2811 [VM/W3100A] check address line in write access
2812 [VM/YM2203] disable status register for AY-3-8912
2813
2814 [MZ80K] refine driver and remove unused io class
2815 [MZ2800] refine driver and remove unused calendar/timer classes
2816 [X1TURBO] support dip-switch for monitor type selection
2817 [X1TURBO/DISPLAY] fix vblank/vsync signals
2818 [X1TURBO/IO] support standard d-ff register
2819
2820
2821 4/27/2011
2822
2823 [COMMON] modify struct union 'pair'
2824 [VM/EVENT] fix to get more precise cpu clocks
2825 [VM/HUC6260] fix to get more precise cpu clocks
2826 [VM/I8080] fix to get more precise cpu clocks
2827 [VM/I86] fix i286 protected mode boundary check (from MESS)
2828 [VM/I86] fix POP SP and POP ESP (from MESS)
2829 [VM/I86] fix to get more precise cpu clocks
2830 [VM/I386] fix to get more precise cpu clocks
2831 [VM/M6502] fix to get more precise cpu clocks
2832 [VM/TMS9995] fix to get more precise cpu clocks
2833 [VM/UPD7801] fix to get more precise cpu clocks
2834 [VM/Z80] fix to get more precise cpu clocks
2835
2836 [X1TURBO/DISPLAY] fix to get correct pcg address in hires screen mode
2837
2838
2839 4/25/2011
2840
2841 [VM/MB8877] fix to wait 100msec to read/write just after seek command
2842 [VM/Z80CTC] fix to initialize vector when reset device
2843 [VM/Z80CTC] fix to copy time constant to counter just after reset command
2844 [VM/Z80CTC] fix to clear pending irq when RETI opcode is detected
2845 [VM/Z80CTC] fix to update int signal without checking the current signal
2846 [VM/Z80DMA] fix to update int signal without checking the current signal
2847 [VM/Z80PIO] fix to update int signal without checking the current signal
2848 [VM/Z80SIO] fix to update int signal without checking the current signal
2849
2850
2851 4/23/2011
2852
2853 [VM/DISK] fix to check disk type in teledisk converter
2854 [VM/I86] reimplement based on MAME 0.142 80x86 core
2855 [VM/I86] support 80186
2856 [VM/MB8877] fix to clear drq/irq when status register is read
2857 [VM/UPD71071] fix not to restart dma while dma is running
2858 [VM/Z80CTC] fix to clear pending irq when control reg is updated
2859 [VM/Z80DMA] fix not to restart dma while dma is running
2860 [VM/Z80DMA] fix end of block condition
2861 [VM/Z80DMA] fix to support auto restart
2862
2863 [X1TURBO/DISPLAY] fix vertical doubled character in hires mode
2864 [X1TURBO/DISPLAY] fix black character renderer
2865
2866
2867 4/15/2011
2868
2869 [VM/DEVICE] add virtual functions for i/o port with dma
2870 [VM/DISK] support drive type
2871 [VM/MB8877] add functions to get/set drive type
2872 [VM/UPD765A] add functions to get/set drive type
2873 [VM/Z80DMA] change transfer length when block length equals to 0
2874
2875 [X1TURBO] support 2HD floopy disk
2876 [X1TURBO/FLOPPY] support to change the drive type
2877
2878
2879 4/14/2011
2880
2881 [VM/DEVICE] add virtual functions for Z80 daisy chain definitions
2882
2883 [X1TURBO] support 2nd CZ-8BS1 for NRTDRV
2884 [X1TURBO/DISPLAY] support black/transparency register
2885 [X1TURBO/SUB] fix xfer key code
2886 [X1TURBO/SUB] fix ctrl/shift/kana/caps/graph bits in $e6 command
2887 [X1TURBO/SUB] fix write protected bit in $eb command
2888
2889
2890 4/13/2011
2891
2892 [VM/Z80DMA] fix address step count (thanks Kale)
2893
2894
2895 4/12/2011
2896
2897 [EMU/WIN32] fix repeat flag for caps/kana/kanji keys
2898
2899 [VM/DISK] fix not to write disk image when data is not modified
2900 [VM/IO] support read/write interface for dma
2901 [VM/Z80] fix disassembler
2902 [VM/Z80DMA] support Z80DMA (based on MAME Z80DMA core)
2903
2904 [PC9801/CMT] support cmt interface
2905 [X1TURBO] support SHARP X1turbo
2906 [X1TURBO/DISPLAY] generate HD46505 vblank/vsync signals in display class
2907 [X1TURBO/IO] support read/write interface with dma
2908
2909
2910 4/7/2011
2911
2912 Fix typo (regist -> register, recieve -> receive)
2913
2914
2915 4/6/2011
2916
2917 [EMU/WIN32] fix joystick manager
2918
2919 [VM/DISK] support standard disk image without format info
2920 [VM/Z80SIO] fix abort/break flag
2921 [VM/Z80SIO] fix not to load data before sync char is loaded
2922
2923 [MZ1500/QUICKDISK] fix unformat error issue
2924 [X1TWIN] support to enable/disable CZ-8BS1
2925 [X1TWIN/DISPLAY] fix cursor blink
2926 [X1TWIN/DISPLAY] combine kanji class to refer the same font rom image
2927 [X1TWIN/DISPLAY] refine code to support X1turbo series
2928 [X1TWIN/MEMORY] refine code to support X1turbo series
2929
2930
2931 4/2/2011
2932
2933 [X1TWIN/SUB] fix irq handling
2934
2935
2936 4/1/2011
2937
2938 [EMU/WIN32] support stereo sound
2939 [EMU/WIN32] fix joystick initialization
2940
2941 [VM/DATAREC] support to load wave file with 16bit/stereo and any frequency
2942 [VM/DATAREC] support to load TAP tape images (used for SHARP X1 series)
2943 [VM/DATAREC] support to rewind tape image
2944 [VM/EVENT] support stereo sound
2945 [VM/FMGEN] fix timer not to cause overflow
2946 [VM/FMGEN] support interface to read int signal
2947 [VM/SN76489AN] fix mixer issue that volume mixed by other device is doubled
2948 [VM/YM2151] fix irq handling to refer int signal from fmgen
2949 [VM/YM2203] fix irq handling to refer int signal from fmgen
2950 [VM/Z80SIO] support monosync/bisync mode
2951 [VM/Z80SIO] support auto enables bit in wr3
2952 [VM/Z80SIO] support send break bit in wr5
2953 [VM/Z80SIO] support sync/abort bit in rr0
2954 [VM/Z80SIO] support signals to notify transmitt/recieve is done
2955 [VM/Z80SIO] support sync signal (input/output)
2956 [VM/Z80SIO] fix not to reset external signals
2957
2958 [MZ1500] support quick disk drive
2959 [PC9801] support irq connection from PC-9801-26
2960 [PC9801/DISPLAY] support 200 lines screen mode
2961 [PC9801/JOYSTICK] support joystick
2962 [X1TWIN] support CMT device
2963 [X1TWIN/EMM] support 512kb emm board
2964 [X1TWIN/MEMORY] fix memory mapping for ipl rom
2965
2966
2967 2/16/2011
2968
2969 [EMU/WIN32] notify key repeat
2970
2971 [VM/YM2203] fix prescaler for AY-3-8190/8192
2972 [VM/YM2151] fix typo
2973
2974 [X1TWIN] support fm sound card
2975 [X1TWIN/DISPLAY] fix routine to render vertical doubled character
2976 [X1TWIN/DISPLAY] render screen in each scan line
2977 [X1TWIN/SUB] support pressing both shift and numpad key for XANADU
2978 [X1TWIN/SUB] support key repeat
2979 [X1TWIN/SUB] fix ctrl + '_'
2980 [X1TWIN/SUB] fix $e6 command to return key code until it is released
2981
2982
2983 1/26/2011
2984
2985 [EMU/WIN32] support capture screen
2986
2987 [VM/SN76489AN] support SN76489
2988 [VM/SN76489AN] fix noise period
2989
2990 [X1TWIN/DISPLAY] fix not to update pcg addr frequently for Wibarm
2991 [X1TWIN/SUB] fix to raise irq just after command with no results was processed
2992 [X1TWIN/SUB] fix keycode read function
2993 [X1TWIN/SUB] fix command processing period
2994
2995
2996 1/21/2011
2997
2998 [EMU/WIN32] support output debug log to console
2999
3000 [VM/DEVICE] fix virtual functions for memory and i/o access with wait
3001 [VM/MB8877] support output debug log
3002 [VM/MB8877] support request cpu to output debug log when status is read
3003 [VM/Z80] support variable m1 cycle wait
3004 [VM/Z80] support disassembler to output executed mnemonics
3005 [VM/Z80SIO] change delay timing for data transmitter
3006
3007 [X1TWIN] fix i/o map for display controller and text/attr vram
3008 [X1TWIN/DISPLAY] fix routine to render vertical doubled character
3009 [X1TWIN/DISPLAY] fix routine to get accessing vram address and raster
3010 [X1TWIN/DISPLAY] fix graphic renderer to check view range in crtc registers
3011 [X1TWIN/FLOPPY] fix not to stop motor of floppy drive
3012 [X1TWIN/MEMORY] fix to wait 1 clock in m1 cycle when ipl rom is selected
3013 [X1TWIN/SUB] fix not to raise irq before all data are recieved by main cpu
3014 [X1TWIN/SUB] fix to exit interrupt automatically without reti
3015 [X1TWIN/SUB] fix to raise obf when new command is processed
3016 [X1TWIN/SUB] fix caps lock
3017 [X1TWIN/SUB] remove game key read command because this is turbo feature
3018
3019
3020 1/17/2011
3021
3022 [PV1000/VDP] fix pattern offset register for Dig-Dug and Space Panic
3023
3024
3025 1/16/2011
3026
3027 [VM/YM2203] support AY-3-8190/8192
3028 [VM/Z80SIO] fix transmit/status interrupt
3029
3030 [SCV/SOUND] support 2nd and 3rd square wave generators (by Mr.kazz)
3031 [SCV/SOUND] fix not to accept new command before return ack (by Mr.kazz)
3032 [MZ2500/CRTC] fix gfx plane mask register
3033 [MZ2500/CRTC] fix scroll registers
3034 [MZ2500/CRTC] fix to effect transparency register to outside of text region
3035 [MZ2500/CRTC] support screen mask i/o signal
3036 [MZ2500/CRTC] optimize screen rederer
3037 [MZ2800/CRTC] fix gfx plane mask register
3038 [MZ2800/CRTC] fix to effect transparency register to outside of text region
3039 [MZ2800/CRTC] support screen mask i/o signal
3040 [MZ2800/CRTC] optimize screen rederer
3041 [X1TWIN/DISPLAY] support 4 rasters * 50 lines screen for XEVIOUS
3042 [X1TWIN/SUB] fix get calender command
3043
3044
3045 12/28/2010
3046
3047 [EMU/WIN32] support power off notification
3048
3049 [VM/DATAREC] support to load MZT/M12 tape images (used for SHARP MZ series)
3050 [VM/I8251] support break signal
3051 [VM/MB8877] change irq signal to low when new command is processed
3052 [VM/MSM5832] support address write signal
3053 [VM/Z80SIO] support cts/dcd signals
3054
3055 [FM16PI] support FUJITSU FM16pi
3056 [SC3000/KEYBOARD] fix the issue that multiple keys in the same column cannot be pressed at the same time
3057 [MZ1500] support z80sio for quick disk and rs-232c (not work)
3058
3059
3060 9/29/2010
3061
3062 [VM/UPD765A] fix not to retry read id command
3063 [VM/UPD765A] fix to return the result of non-seek commands for sence intstat
3064 [VM/UPD765A] fix to update the data lost event when data is read/written
3065
3066 [PC9801] fix not to disable fdc i/o in the case fd bios roms are not loaded
3067
3068
3069 9/20/2010
3070
3071 [VM/DEVICE] support interface for memory mappied i/o
3072 [VM/I8237] fix bank register
3073 [VM/I8253] fix counter latch before the counter update event is occured
3074 [VM/MEMORY] support general memory bus
3075 [VM/SN76489AN] fix noise generator
3076 [VM/UPD765A] fix to wait 100usec before go to result phase
3077 [VM/UPD7220] fix not to terminate write command after data is set
3078 [VM/UPD7220] support interface to get the cursor address and top/bottom lines
3079
3080 [MZ3500/MAIN] update memory mapper
3081 [MZ3500/SUB] implement serial i/o for keyboard
3082 [PC9801] support NEC PC-9801
3083 [PC9801E] support NEC PC-9801E/F/M
3084
3085
3086 9/4/2010
3087
3088 [VM/EVENT] support to run extra frames for continuous sound
3089 [VM/IO] support to register the return value
3090 [VM/IO] refine i/o map registrations
3091 [VM/UPD765A] support external drive selection
3092 [VM/UPD765A] fix not to output index hole signal if disk is not inserted
3093
3094 [MZ1500] fix sound mask (for thunder force)
3095 [MZ1500/DISPLAY] fix to refer bit3 of pcg attribute
3096 [MZ1500/MEMORY] support pcg ram wait
3097 [MZ1500/MEMORY] fix memory mapped i/o range
3098 [MZ1500/RAMFILE] support ram file
3099 [MZ3500] reimplement SHARP MZ-3500 (not work)
3100 [PASOPIA7/IO] refine i/o map registrations
3101 [PHC20] support SANYO PHC-20
3102 [X1TWIN/IO] refine i/o map registrations
3103
3104
3105 8/31/2010
3106
3107 [VM/UPD765A] support dack signal
3108
3109 [FP1100/SUB] support logic to clear vram
3110 [FP1100/SUB] fix vram write access
3111 [FP1100/SUB] fix screen renderer
3112 [MZ1500] fix psg i/o addr
3113 [MZ1500/DISPLAY] fix color palette and priority register
3114
3115
3116 8/27/2010
3117
3118 [VM/AND] fix output signal when it is changed
3119 [VM/OR] fix output signal when it is changed
3120 [VM/NAND] fix output signal when it is changed
3121 [VM/NOR] fix output signal when it is changed
3122 [VM/NOT] fix output signal when it is changed
3123 [VM/DEVICE] refine signal connections
3124 [VM/DISK] support SEGA SF-7000 floppy disk image
3125 [VM/EVENT] sync 2 or more cpus precisely
3126 [VM/I8253] fix read both low and high counter
3127 [VM/PCM1BIT] update to check on/off signal width in one sample
3128 [VM/TMS9918A] fix screen mode selection
3129 [VM/UPD765A] support reset signal
3130 [VM/UPD765A] support index hole signal
3131 [VM/Z80] revert reimplemented Z80 core (temporary)
3132
3133 [FM16PI] remove FUJITSU FM16pi skelton
3134 [PC3200] remove SHARP PC-3200 skelton
3135 [FP1100/MAIN] raise sub cpu's int2 at both L->H edge and H->L edge
3136 [FP1100/SUB] add ugly patch to raise int2 when sub cpu recieve the command
3137 [MZ80K] support SHARP MZ-80K
3138 [MZ1200] support SHARP MZ-1200
3139 [MZ700/MEMORY] init memory map when mzt image is loaded
3140 [MZ700/MEMORY] support MZ700WIN's patch block when mzt image is loaded
3141 [MZ1500] support SHARP MZ-1500 (QD is not supported yet)
3142 [PASOPIA] fix signal connections around z80ctc
3143 [SC3000] support SEGA SC-3000
3144 [X1TWIN/SUB] fix sub cpu to check key release
3145 [X1TWIN/DISPLAY] fix vertical/horizontal doubled character
3146 [X1TWIN/DISPLAY] fix palette priority register
3147
3148
3149 8/13/2010
3150
3151 [EMU/WIN32] reset virtual machine after emu class is initialized
3152
3153 [VM/M6502] support M6502 and N2A03
3154 [VM/SN76489AN] fix mixer
3155 [VM/YM2151] fix mixer
3156 [VM/YM2203] fix mixer
3157
3158 [FAMILYBASIC] support Nintendo Family BASIC
3159
3160
3161 8/9/2010
3162
3163 [EMU/WIN32] disable ALT short cut key
3164
3165 [VM/Z80] reimplement Z80 (based on MAME Z80 core)
3166
3167 [MAP1010/KEYBOARD] support keyboard
3168 [MYCOMZ80A/KEYBOARD] reset key event counter
3169
3170
3171 8/6/2010
3172
3173 [VM/MC6847] fix graphics mode
3174 [VM/MC6847] check vram size in render routine
3175
3176 [MAP1010] support SEIKO MAP-1010 (not work)
3177 [PHC25] fix psg i/o address
3178 [PHC25] fix vsync/hsync bit in system port
3179 [PHC25/JOYSTICK] support joystick
3180 [PHC25/SYSTEM] fix vdp mode signals in system port
3181
3182
3183 8/4/2010
3184
3185 [VM/MC6847] support MC6847
3186 [VM/UPD7801] add wait signal
3187 [VM/Z80] support raise irq by write_signal()
3188
3189 [FP1100] support CASIO FP-1100 (not work)
3190 [PHC25] support SANYO PHC-25
3191 [MULTI8/FLOPPY] fix floppy drive
3192 [PV1000/PSG] fix psg frequency
3193
3194
3195 6/4/2010
3196
3197 [EMU/WIN32] update screen stretch/rotation
3198 [EMU/WIN32] support window x3 - x8 modes
3199 [EMU/WIN32] support fullscreen mode with any resolutions
3200 [EMU/WIN32] fix video recorder
3201 [EMU/WIN32] hide menu bar in full screen mode
3202 [EMU/WIN32] save opened file dir for common dialog's initial dir
3203
3204 [VM/UPD765A] fix result status for recalib/seek commands
3205
3206 [PV1000/PGS] support sound generation (based on MESS driver)
3207 [PV1000/JOYSTICK] fix $fc status register
3208
3209
3210 5/12/2010
3211
3212 [EMU/WIN32] remove Windows CE support
3213 [EMU/WIN32] remove Direct3D support
3214 [EMU/WIN32] remove waveOut api support
3215 [EMU/WIN32] remove video capture support
3216
3217 [VM/DISK] support media type property
3218 [VM/DISK] check if the current disk image is reopened
3219 [VM/UPD7220] update csform/csrw commands
3220 [VM/UPD7220] support unknown $5a command
3221 [VM/UPD765A] support force ready signal for NEC PC-98 series
3222 [VM/UPD765A] fix result status for recalib/seek commands
3223 [VM/UPD764A] update hdu for sence device status command
3224 [VM/UPD765A] raise interrupt when disk is inserted or ejected
3225
3226 [MZ2500/CRTC] remove super impose support
3227 [PC98LT] support floppy drive
3228 [PC98LT/BIOS] support pseudo disk bios to check the media type
3229 [PC98LT/FLOPPY] remove unused io address for 1MB FDD I/F
3230
3231
3232 12/31/2009
3233
3234 [YS6464A] support Shinko Sangyo YS-6464A
3235
3236
3237 12/28/2009
3238
3239 [EMU/WIN32] support artwork, buttons and leds for single-board computers
3240 [VM/I386] reimplement 80386 (based on MAME i386 core)
3241 [VM/I8237] support increment mask of bank register
3242 [VM/I8251] check number of sync characters
3243 [VM/I8253] fix mask bit for output signal
3244 [VM/UPD7220] check vram pointer is not null
3245 [VM/Z80CTC] fix issue in the case sysclock is same as cpu clock
3246
3247 [BABBAGE2ND] support Gijutsu Hyron Sha Babbage-2nd
3248 [N5200] support NEC N5200 (not work)
3249 [FMR50] check crc32 of bios and set machine id
3250 [FMR50] select cpu core i286/i386 refering machine id
3251 [FMR50/MEMORY] support 32bit memory address
3252 [MULTI8/DISPLAY] fix cursor end line
3253 [PASOPIA/VM] fix order of z80family's daisy chain
3254 [PASOPIA7/VM] fix order of z80family's daisy chain
3255 [MYCOMZ80A/DISPLAY] fix semi graphics mode
3256 [MYCOMZ80A/DISPLAY] fix cursor end line
3257 [MYCOMZ80A/KEYBOARD] add key buffer
3258
3259
3260 5/25/2009
3261
3262 [VM/UPD7220] fix initial vect params
3263 [VM/Z80CTC] support different sysclock from cpu clock
3264
3265 [MYCOMZ80A] build without optimization for wince port
3266 [MZ5500] set correct z80ctc sysclock
3267 [QC10/DISPLAY] fix access violation problem
3268
3269
3270 5/20/2009
3271
3272 [VM/MSM5832] fix build error
3273
3274 [MYCOMZ80A] support Japan Electronics College MYCOMZ-80A (my 30th emulator!)
3275 [FMR50/CMOS] add experimental codes for FMR-CARD
3276 [FMR50/MEMORY] add experimental codes for FMR-CARD
3277
3278
3279 5/17/2009
3280
3281 [VM/I386] support 80386 (based on PCemu i386 core)
3282 [VM/LS393] refine implements of output signal
3283 [VM/MSM5832] support MSM5832
3284 [VM/SN76489AN] support cs/we/data signal to be controlled without i/o bus
3285 [VM/Z80CTC] refine implements of output signal
3286
3287 [MZ5500] fix ay-3-8912 address
3288 [MZ6500] support SHARP MZ-6500
3289 [FMR50/MEMORY] support address mask 20/24/32bit
3290 [PC8201/KEYBOARD] support kana key (thanks Mr.apaslothy)
3291 [X1TWIN/SUB] fix key matrix
3292
3293
3294 4/9/2009
3295
3296 [COMMON] modify definition of uint64 and int64
3297 [VM/DEVICE] support 32bit i/o bus
3298 [VM/IO] support 32bit i/o bus
3299
3300 [PC8201] support PC-8201A (by Mr.apaslothy)
3301 [PC8201/LCD] support command $3a,$3b,$3e,$3f,$7e,$be and $fe (by Mr.apaslothy)
3302
3303
3304 4/5/2009
3305
3306 [COMMON] define pair struct
3307 [VM/I8155] fix build error
3308 [VM/UPD1990A] fix shift register
3309
3310 [PC98LT] fix signal connection from upd1990a to i8255
3311 [X1TWIN] fix key matrix
3312 [PC8201] support NEC PC-8201
3313
3314
3315 4/1/2009
3316
3317 [COMMON] define uint64 and int64
3318 [EMU/WIN32] support 1024x768 and 1280x1024 full-screen mode
3319 [VM/DEVICE] support 32bit memory bus
3320 [VM/DISK] detect disk is changed
3321 [VM/EVENT] remove hsync event
3322 [VM/EVENT] initialize sound buffer before reset
3323 [VM/EVENT] multi instance free
3324 [VM/HD46505] support vblank signal
3325 [VM/HD63484] support HD63484 (based on MAME HD63484 core)
3326 [VM/HUC6260] support HuC6260 (based on Ootake cpu core)
3327 [VM/I8155] add mask bit for output signal
3328 [VM/I8253] add mask bit for output signal
3329 [VM/I86] fix to refer 16bit i/o bus
3330 [VM/UPD1990A] support TP signal
3331 [VM/YM2151] support YM2151 (use fmgen core by Mr.CISC)
3332
3333 [MULTI8/DISPLAY] check R8:DISPTMG on HD46505
3334 [MZ2500/JOYSTICK] fix full-auto timing
3335 [MZ2800/JOYSTICK] fix full-auto timing
3336 [PASOPIA/DISPLAY] check R8:DISPTMG on HD46505
3337 [PASOPIA7/DISPLAY] check R8:DISPTMG on HD46505
3338 [FMR60] support FUJITSU FMR-60
3339 [X1TWIN] support SHARP X1twin
3340
3341
3342 2/8/2009
3343
3344 [EMU/WIN32] support window minimize button
3345
3346 [FMR30/MEMORY] optimize memory bank switch
3347 [FRM50/BIOS] fix disk bios $fa
3348 [FMR50/BIOS] support memcard
3349 [FRM50/BIOS] support power management bios
3350 [FMR50/FLOPPY] fix disk status register
3351 [FMR50/KEYBOARD] fix kbint register
3352 [FMR50/MEMORY] support line/logical operations circuit
3353 [FMR50/MEMORY] support 40chars/20lines text screen mode
3354 [FMR50/MEMORY] refer cursor end line register on hd46505
3355 [FMR50/TIMER] fix timer interrupt cause register
3356
3357
3358 1/16/2009
3359
3360 [EMU/WIN32] change screen buffer type from uint16 to user-defined type
3361 [EMU/WIN32] change screen buffer depth from RGB555 to RGB888 on windows pc
3362 [VM/I8155] support i8155
3363
3364 [FMR50/MEMORY] optimize memory bank switch
3365
3366 *) change the compiler from vs2005 to vs2008
3367
3368
3369 1/2/2009
3370
3371 [EMU/WIN32] support power off requested by vm
3372 [VM/I8237] support external bank register
3373 [VM/I8251] support txrdy/txempty/dsr/dtr signals
3374 [VM/I8251] support loop back
3375 [VM/I8251] don't reset dsr bit of status register
3376 [VM/I8253] don't latch count before previously latched count is not read
3377 [VM/I8254] support i8254 based on i8253
3378 [VM/I86] fix push sp in 8086 mode
3379 [VM/I86] fix a20 line in fetch functions
3380 [VM/IO] change class name from IO8 to IO
3381 [VM/IO] support 16bit i/o bus
3382
3383 [FMR30] support FUJITSU FMR-30
3384 [FMR50/MEMORY] support power off bit on $20
3385
3386
3387 12/26/2008
3388
3389 [EMU/WIN32] support kana-characters on auto key function
3390 [VM/DISK] support ImageDisk floppy disk image
3391 [VM/I8085] support 8080/8085 (based on MAME 8080/8085 core)
3392 [VM/I86] change class name from X86 to I86
3393
3394 [MULTI8/KEYBOARD] fix the problem that cannot input the kana-character "¨"
3395 [TK80] change cpu core from z80 to 8080
3396 [TK80/MEMORY] change user-defined rom address to $0c00-$7dff
3397
3398
3399 10/17/2008
3400
3401 [EMU/WIN32] fix key notification for caps/kana/kanji
3402 [VM/X86] optimize the pseudo bios call by interrupt
3403
3404 [FMR50/BIOS] support scsi hard drive
3405 [FMR50/BIOS] support pseudo bios
3406 [FMR50/BIOS] support disk bios $FA
3407 [FMR50/BIOS] support cmos/wait bios call
3408 [FMR50/FLOPPY] support disk change register
3409 [FMR50/KEYBOARD] support key repeat
3410 [FMR50/MEMORY] fix vram bank switch in 200line screen mode
3411 [FMR50/MEMORY] support reading ank/kanji rom
3412 [HC40/IO] fix caps toggle problem
3413 [HC80/IO] fix caps toggle problem
3414 [PC98HA/KEYBOARD] fix kana toggle problem
3415 [TK80/DISPLAY] change 8-seg LED color
3416 [TK80/KEYBOARD] change key assign
3417 [TK80/MEMORY] change rom size for COMPO BS/80
3418 [TK80/MEMORY] support user-defined rom for $0800-$7dff
3419
3420
3421 10/11/2008
3422
3423 [FMR50] fix i/o address of pit and crtc
3424 [FRM50/MEMORY] fix busy status of line renderer
3425 [FMR50/MEMORY] draw cursor on text screen
3426 [FMR50/MEMORY] support cg screen
3427
3428
3429 10/10/2008
3430
3431 [FMR50/BIOS] support disk bios
3432 [FMR50/KEYBOARD] support keyboard
3433 [MZ700/MEMORY] change EMM memory size for Windows CE
3434
3435
3436 10/6/2008
3437
3438 [EMU/WIN32] fix the problem when new file path is specified
3439 [EMU/WIN32] support 96khz sound
3440
3441 [VM/DATAREC] support trigger signal
3442 [VM/DATAREC] output remote signal
3443 [VM/I8253] fix mode3 output signal
3444 [VM/PCM1BIT] support LPF
3445 [VM/UPD765A] fix AT bit in the result of seek command
3446 [VM/X86] support pseudo bios call
3447
3448 [MZ700] support mzt/m12 file
3449 [MZ700] support datarec control signals
3450 [MZ700] fix vsync/hsnyc timing
3451 [MZ700/MEMORY] support memory wait
3452 [TK80BS] support circuits on TK-80 main board
3453 [TK80BS] support 2ch sound (PC1 and PC2 of 8255)
3454 [TK80BS/MEMORY] support save/load ram image
3455 [TK80BS/MEMORY] fix interrupt address
3456 [TK80BS/KEYBOARD] fix key map for kana chars
3457
3458
3459 8/27/2008
3460
3461 [EMU/WIN32] fix build problem for Windows CE
3462
3463 [VM/I8255] support mode1
3464 [VM/I8259] clear irr bit if the request signal is changed to low level
3465 [VM/UPD1990A] support i/o coonection interface
3466 [VM/X86] fix interrup status
3467 [VM/X86] fix pop es on 80286
3468
3469 [MZ700] fix vsync/hsnyc timing
3470 [MZ700/MEMORY] support 16MB EMM board
3471 [PC98LT] support PC-98LT
3472 [TK80BS] support TK-80BS (COMPO BS/80)
3473
3474
3475 8/19/2008
3476
3477 [VM/UPD765A] fix the problem that data lost occurs after the result phase
3478 [VM/UPD765A] fix CB bit in the status register in sence intstat command
3479 [VM/UPD765A] fix AT bit in the result of seek command
3480
3481 [PC100/CTRC] support monochrome screen mode
3482 [PC100/CRTC] fix palette registers
3483 [PC100/IOCTRL] fix keyboard event
3484 [PC100/IOCTRL] support keyboard reset
3485 [PC100/IOCTRL] fix keyboard initialize data
3486
3487
3488 8/16/2008
3489
3490 [EMU/WIN32] support rotate screen
3491 [EMU/WIN32] fix build problem for Windows CE
3492
3493 [VM/BEEP] more clear beep generation for the constant frequency
3494 [VM/BEEP] fix mute logic
3495 [VM/DEVICE] return address for unassigned I/O port
3496 [VM/EVENT] fix crash problem in the initialization
3497 [VM/I8251] fix PE bit in the status register
3498 [VM/I8253] check edge of the input signal
3499 [VM/I8253] fix gate signal
3500 [VM/RTC58321] support i/o coonection interface
3501 [VM/UPD4991A] modify i/o connection interface
3502 [VM/UPD4991A] fix year data
3503 [VM/UPD765A] support drq line delay
3504
3505 [PC98HA] support NEC PC-98HA
3506 [PC100] support NEC PC-100 (not work)
3507 [MZ700] fix sound noise problem
3508 [MZ700/MEMORY] support EMM memory
3509 [MZ2500/TIMER] modify 8253 gate control
3510
3511
3512 6/11/2008
3513
3514 [EMU/WIN32] open command line as cart or disk file path
3515 [EMU/WIN32] convert file path to full and long file path
3516
3517 [VM/AND/OR/NAND/NOR] support and/or/nand/nor gates
3518 [VM/DATAREC] output low signal when the tape is closed
3519 [VM/MB8876] support motor on/off signal
3520 [VM/PCM1BIT] support on/off signal
3521 [VM/PCM1BIT] support high quality sound
3522 [VM/RTC58321] support RTC58321
3523 [VM/UPD4991A] support uPD4991A
3524 [VM/UPD765A] fdc status patch for MZ-3500
3525 [VM/X86] fix freeze problem that some opecodes did not decrease the clock
3526 [VM/Z80] return busack signal whe busreq occurs
3527
3528 [FMR50] support FUJITSU FMR-50 (not work)
3529 [MZ700] support SHARP MZ-700
3530 [MZ3500] support SHARP MZ-3500 (not work)
3531 [HC80/IO] support intelligent ram disk (by Mr.Dennis Heynlein)
3532
3533
3534 4/22/2008
3535
3536 [VM/LS244] support 74LS244/245
3537 [VM/UPD1990A] support uPD1990A
3538 [VM/X86] fix hlt
3539 [VM/X86] support busreq
3540 [VM/Z80] don't reset busreq in reset()
3541
3542 [MZ5500/KEYBOARD] support communication timeout
3543
3544
3545 4/16/2008
3546
3547 [VM/UPD7220] support pitch command
3548 [VM/UPD7220] fix vecte command in the case R=C=T=L=0 (pset)
3549 [VM/UPD765A] fix read id command
3550
3551 [MZ5500/DISPLAY] support window controller
3552 [MZ5500/DISPLAY] support 320x200, 320x400, 640x200 mode
3553 [MZ5500/DISPLAY] support color palette
3554 [MZ5500/DISPLAY] support b/w mode
3555 [MZ5500/DISPLAY] support plane priority
3556 [MZ5500/KEYBOARD] support algo key
3557 [MZ5500/SYSPORT] support nmi reset
3558 [QC10/DISPLAY] support floppy drive access lamp
3559
3560
3561 4/14/2008
3562
3563 [MZ5500/KEYBOARD] support keyboard and mouse
3564
3565
3566 4/12/2008
3567
3568 [VM/LS393] support 74LS393
3569 [VM/RP5C01] support RP-5C01
3570 [VM/UPD7220] fix pset function
3571 [VM/UPD7220] notify vsync
3572 [VM/UPD765A] check sector id strictly
3573
3574 [MZ5500] support SHARP MZ-5500
3575
3576
3577 4/7/2008
3578
3579 [EMU/WIN32] support the screen size changing requested by the virtual machine
3580
3581 [VM/MZ2800] support z80sio interrupt vector port
3582
3583
3584 4/3/2008
3585
3586 [VM/I8259] fix the cascade mode condition
3587 [VM/UPD7220] fix low/high byte condition in dma commands
3588 [VM/UPD7220] check the param count in fifo buffer in sync/vectw commands
3589 [VM/UPD7220] get mod param in write command with no params
3590 [VM/UPD7220] check mod param in vect/char drawing commands
3591 [VM/UPD7220] check dir param in read/write command
3592 [VM/UPD7220] support line drawing in vecte command
3593 [VM/UPD7220] update ead/dad after drawing commands
3594 [VM/UPD7220] fix lsb/msb order in pset function
3595
3596 [QC10] change the default dipswitch status
3597 [QC10/DISPLAY] support color monitor subboard
3598 [QC10/KEYBOARD] support SF1-SF4 keys
3599 [QC10/MFONT] support multifonts rom card
3600
3601
3602 3/22/2008
3603
3604 [VM/I8251] notify rxrdy is changed
3605 [VM/TF20] fix the error result of read command
3606
3607 [HC80/IO] support HD6303 commands for microcassette (returns error code)
3608 [HC80/IO] support HD6303 commands for serial i/o
3609 [HC80/IO] support TF-20
3610 [HC80/IO] support 8kb/16kb rom capsule
3611 [HC80/IO] remove 8251 codes and use common 8251 class
3612
3613
3614 3/20/2008
3615
3616 [EMU/WIN32] set DirectX9 graphics params on the screen menu
3617
3618 [HC40/IO] fix key buffers
3619 [HC80] support EPSON HC-80/PX-8/Geneva
3620
3621
3622 3/2/2008
3623
3624 [EMU/WIN32] support DirectX9 graphics
3625 [EMU/WIN32] fix the window size problem of eHC-40
3626
3627
3628 2/29/2008
3629
3630 [EMU/WIN32] more quick stretch screen
3631 [EMU/CONFIG] divide the config version to the file version and the virtual machine version
3632 [VM/TF20] support EPSON TF-20 terminal floppy drives
3633
3634 [HC40/IO] don't reset 7508 sub cpu when boot the system
3635 [HC40/IO] support system reset
3636 [HC40/IO] support buzzer partially (constant frequency)
3637 [HC40/IO] support ART (8251 subset)
3638 [HC40/IO] support TF-20 connected to ART
3639
3640
3641 2/27/2008
3642
3643 [EMU/WIN32] Windows CE.NET binaries for GAPI are no longer supported
3644 [EMU/WIN32] don't use StretchBlt
3645
3646 [HC40] support EPSON HC-40/PX-4
3647 [QC10/MEMORY] fix the gate signal bit in $18
3648 [QC10/MEMORY] fix the memory bank switch
3649 [X07/IO] change LCD display color
3650
3651
3652 2/20/2008
3653
3654 VC++ 6.0 project files are removed.
3655
3656 [VM/HD146818P] support sqw and periodic interrupt
3657 [VM/HD146818P] clear IRQF/PF/AF/UF in the reg $0c when it is read
3658 [VM/I8237] fix the build error
3659 [VM/I8237] reimplement based on uPD71071
3660 [VM/UPD7220] fix the build error
3661 [VM/UPD7220] modify hblank/vsync event
3662 [VM/UPD765A] lost data event occurs soon if dma request is not accepted
3663 [VM/Z80SIO] change uPD7201 fifo buffer size
3664
3665 [QC10] support EPSON QC-10/QX-10
3666 [RX78/VDP] fix the crash problem on Windows CE
3667
3668
3669 2/11/2008
3670
3671 The interrupt logics are largely modified and are now very close to the real circuits.
3672
3673 In the older versions:
3674         - Each device requests the interrupt, sends the vector and goes into the in-service status only in the case that CPU can accept the interrupt.
3675         - These requests are always accepted and executed just now.
3676         - When the interrupt acception status is changed by the opecodes for example EI/RETI/RETN, CPU notifies to each devices to let them request the pending interrupt.
3677         - Realize Z80 family daisy chain by the pseudo device Z80PIC to control the priorities and receive RETI opecode.
3678
3679 This is because let CPU not to monitor the int-line in every opecodes.
3680 But it causes some problems for example:
3681         - Timing problems.
3682         - End of Interrupt command in Z80SIO/uPD7201.
3683         - Using Z80 family devices with 80x86 and PIC8259.
3684
3685 In this release:
3686         - Each device can request the interrupt any time.
3687         - CPU checks the int-line in every opecodes.
3688         - When CPU accepts the request, CPU sends the ack signal to the device and receive the vector.
3689         - The device goes into the in-service status when receive the ack signal.
3690         - Realize Z80 family daisy chain by IEI/OEI signals supported in Z80 family devices.
3691         - Z80 checks the wired-or of int-lines from Z80 family devices.
3692
3693 [VM/DEVICE] modify virtual functions for interrupts
3694 [VM/I8259] support the new interrupt logic
3695 [VM/I8259] fix the crash problem
3696 [VM/UPD7201] support uPD7201 (combined to Z80SIO class)
3697 [VM/X86] support the new interrupt logic
3698 [VM/Z80] support the new interrupt logic
3699 [VM/Z80CTC] support the new interrupt logic
3700 [VM/Z80PIO] support the new interrupt logic
3701 [VM/Z80SIO] support the new interrupt logic
3702 [VM/Z80SIO] support the End of Interrupt command
3703 [VM/Z80SIO] fix the status register #0 (interrupt pending bit)
3704 [VM/Z80SIO] fix the status register #2 (vector)
3705 [VM/Z80PIC] removed
3706
3707 [MZ2500/CRTC] notify vsync signal by not edge but level
3708 [MZ2500/INTERRUPT] support the new interrupt logic
3709 [MZ2500/INTERRUPT] pending the interrupt request from vsync and timer
3710 [MZ2500/INTERRUPT] remove the patches added in 2/11/2007
3711
3712
3713 1/5/2008
3714
3715 [VM/BEEP] fix the crash problem when the frequency is constant
3716 [VM/BEEP] support the interface to change the frequency constant
3717
3718 [X07/IO] support user defined keys
3719 [X07/IO] support break key
3720 [X07/IO] support line/circle commands
3721 [X07/IO] support beep command
3722 [X07/IO] support data recorder
3723
3724
3725 12/31/2007
3726
3727 [COMMON/FIFO] support read_not_remove()
3728 [VM/NSC800] fix NSC800
3729
3730 [X07] support CANON X-07
3731
3732
3733 9/14/2007
3734
3735 [MZ2800/CRTC] fix read-modify-write registers
3736
3737
3738 8/24/2007
3739
3740 [EMU/WIN32] check the status of both left and right ALT/CTRL/SHIFT keys
3741
3742 [MZ2800] ignore A15 of I/O port addr
3743 [MZ2800/CTRL] support 65536colors graphic screen
3744 [MZ2800/KEYBOARD] change keymap to newply support some keys
3745 [MZ2800/MEMORY] fix the problem that symbol does not work on BASIC-M25
3746
3747
3748 8/22/2007
3749
3750 [VM/RP5C15] fix the initial 12H/24H setting
3751
3752 [MZ2500/CRTC] optimize the screen renderer
3753 [MZ2800/CRTC] support the 16/4096colors graphic screen
3754 [MZ2800/CRTC] support the read modify write
3755 [MZ2800/CRTC] support the hardware scroll
3756 [MZ2800/CRTC] support the vram plane mask
3757 [MZ2800/MEMORY] support the dictionary/kanji/pcg bank switch
3758
3759
3760 8/19/2007
3761
3762 [VM/MB8877] fix the status for type4 command
3763 [VM/UPD71071] support the base registers
3764 [VM/X86] fix rep never to exit and re-fetch the opecode in the loop
3765 [VM/X86] fix the modrm table
3766
3767 [MZ2800] add eVC4 project file
3768 [MZ2800/CRTC] fix the test screen renderer
3769 [MZ2800/CRTC] support 4096 color palette registers
3770 [MZ2800/MEMORY] fix that ipl rom is initially mapped to $f0000-$fffff
3771
3772
3773 8/16/2007
3774
3775 [VM/DEVICE] add the virtual functions for dma access
3776 [VM/I8237] fix the typo
3777 [VM/I8259] support the special fully nest mode
3778 [VM/I8259] support the rotation of priorities
3779 [VM/I8259] support the intrrupt request from Z80 family devices
3780 [VM/IO8] support 16bit i/o adrress
3781 [VM/MB8877] support the dma access
3782 [VM/MB8877] support the irq and drq signals
3783 [VM/RP5C15] support reading the values of banks #13/#14/#15
3784 [VM/UPD71071] support uPD71071
3785 [VM/X86] support 8086/V30/80286
3786 [VM/YM2203] support the irq signal
3787
3788 [MZ2500] fix YM2203 PortB signal from RP-5C15
3789 [MZ2800] support SHARP MZ-2800
3790
3791
3792 7/23/2007
3793
3794 [VM/DATAREC] modify the frame skip condition (skip when the signal is changed)
3795 [VM/TMS9918A] reimplement based on MAME 0.116
3796 [VM/UPD7801] support the memory access wait
3797
3798 [PYUTA/MEMORY] modify the memory bank switch
3799 [PYUTA/MEMORY] change the data bus from pull-down to pull-up
3800 [SCV/MEMORY] support the memory access wait (now disabled)
3801
3802
3803 7/16/2007
3804
3805 [VM/TMS9995] support TMS9995
3806
3807 [PYUTA] support TOMY PyuTa and PyuTa Jr.
3808
3809
3810 2/11/2007
3811
3812 [COMMON] support auto key hitting from the clipboard
3813 [COMMON] save and restore the window mode when the emulator is restarted
3814 [VM/DEVICE] modify memory access wait
3815 [VM/DEVICE] support i/o access wait
3816 [VM/DISK] fix the crash problem when the invalid track number is set
3817 [VM/HD46505] support HD46505
3818 [VM/HD46505] fix the display/vsync/hsync signals timing
3819 [VM/I8253] more precise signal timing in mode #2, #4 and #5
3820 [VM/MB8877] support the access led status
3821 [VM/PICM1BIT] support 1bit pcm
3822 [VM/UPD765A] support the acces led status
3823 [VM/YM2203] support the volume adjustment
3824 [VM/Z80] modify memory access wait
3825 [VM//Z80] support i/o access wait
3826 [VM/Z80SIO] fix the recv and under-run interrupt flags
3827 [VM/Z80SIO] fix the status affect vector
3828 [VM/Z80SIO] cancel the interrupt request when read the recv buffer
3829 [VM/Z80SIO] support the i/f to clear the recv buffer
3830
3831 [MULTI8/DISPLAY] remove HD46505 codes
3832 [MULTI8/DISPLAY] draw the flopppy drive access led
3833 [MZ2500] support 1bit pcm
3834 [MZ2500] adjust fm/psg volume
3835 [MZ2500] support i/o access wait
3836 [MZ2500/CRTC] render screen with less cpu power
3837 [MZ2500/CRTC] draw the floppy drive access led
3838 [MZ2500/INTERRUPT] reimplement interrupt handler with the common Z80PIC class
3839 [MZ2500/INTERRUPT] add the patch for GALAGA, LAYDOCK, THEXDER, MULTIPLAN, Super Shunbou, Wizardry and Ys3
3840 [MZ2500/MEMORY] modify memory access wait
3841 [MZ2500/MOUSE] clear Z80SIO recv buffer when send the mouse status
3842 [PASOPIA] support OA-BASIC
3843 [PASOPIA] support hsync signal
3844 [PASOPIA/DISPLAY] remove HD46505 codes
3845 [PASOPIA/MEMORY] fix the memory map $8000-$ffff
3846 [PASOPIA7/DISPLAY] remove HD46505 codes
3847 [PASOPIA7/DISPLAY] draw the flopppy drive access led
3848 [PV1000] rewrite with the common event manager class
3849 [PV1000/JOYSTICK] fix $fc status (not complete)
3850 [PV1000/VDP] add the patch for SPACE PANIC
3851
3852
3853 2/1/2007
3854
3855 [COMMON] ignore some warnings on Visual Studio 2005
3856 [WIN32/SCREEN] support video recording
3857 [WIN32/SOUND] record wave as 16bit, stereo (for TMPGEnc)
3858 [WIN32/SOUND] dont use multi threading to recieve MM_WOM_DONE event
3859 [WIN32/WCE] build 4 binaries (use GAPI or GDI, DirectSound or waveOut)
3860 [VM/BEEP] modify beep sound generator for more stable frequency
3861 [VM/DATAREC] auto stop at the end of tape image
3862 [VM/DEVICE] add virtual functions to get the memory wait and passed clocks in cpu class
3863 [VM/EVENT] more precise event timing refering the passed clock in cpu class
3864 [VM/I8253] drive counter when it reaches the terminal count or read the count registers
3865 [VM/I8253] more precise output signal timing
3866 [VM/NSC800] suppor NSC800
3867 [VM/Z80] fix the clocks for opecodes DD-CB-** and FD-CB-**
3868 [VM/Z80CTC] drive counter when it reaches the terminal count or read the count registers
3869 [VM/Z80PIC] accept the interrupt request when it is running
3870
3871 [MULTI8/HD46505] dont use hsync event and use the event callback to drive the hsync signal 
3872 [MZ2500/CRTC] dont use hsync event and use the event callback to drive the hsync signal 
3873 [MZ2500/MEMORY] support the memory wait in display period
3874 [MZ2500/Z80PIC] accept the interrupt request when it is running 
3875 [MZ2500/Z80PIC] recognize the i8253 clock signal as level, or edge only for MUDER CLUB, KUGYOKUDEN and RELICS 
3876 [PASOPIA] reimplement EmuPIA under the common source code project 
3877 [PASOPIA7/HD46505] dont use hsync event and use the event callback to drive the hsync signal 
3878
3879
3880 12/31/2006
3881
3882 [WIN32] support DirectShow video capture devices (DX8 or later is required)
3883 [WIN32] support Windows CE.net 4.x devices (use GAPI and waveOut APIs)
3884 [VM] each device can get the cpu time
3885 [VM/BEEP] modify beep sound generator for more stable frequency
3886 [VM/Z80] support BUSREQ
3887 [VM/Z80PIC] call do_reti() in the device that requested the interrupt
3888 [VM/Z80SIO] suppor Z80SIO
3889 [VM/DISK] support TeleDisk floppy disk image
3890 [VM/EVENT] fix the problem in the case that the new event is registered in the event callback routine
3891 [VM/I8253] drive the counter more accurate and less power
3892
3893 [MZ2500] reimplement EmuZ-2500 under the common source code project
3894 [MZ2500] support the ethernet card function designed by Mr.Oh!Ishi
3895 [MZ2500/CRTC] support the super impose function
3896 [MZ2500/MEMORY] support VRAM access wait 
3897
3898
3899 12/7/2006
3900
3901 Initial release